testing/py3-networkx: disable on mips64, fix lack of line wrapping

This commit is contained in:
Leo 2020-07-08 14:03:45 -03:00
parent aff406796f
commit cfff3156cd

View File

@ -5,12 +5,13 @@ pkgver=2.4
pkgrel=1
pkgdesc="Software for complex networks"
url="https://networkx.github.io/"
arch="noarch"
arch="noarch !mips64"
license="BSD-3-Clause"
depends="python3 py3-decorator"
makedepends="py3-setuptools"
subpackages="$pkgname-doc"
checkdepends="py3-pytest py3-pygraphviz py3-pydot py3-numpy py3-scipy py3-yaml py3-pandas py3-matplotlib py3-lxml cmd:xdg-open"
checkdepends="py3-pytest py3-pygraphviz py3-pydot py3-numpy py3-scipy py3-yaml
py3-pandas py3-matplotlib py3-lxml cmd:xdg-open"
source="https://pypi.python.org/packages/source/n/networkx/networkx-$pkgver.tar.gz
fix-matplotlib-deprecation.patch
fix-test_numpy_type-under-python3.8.patch