mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/py3-networkx: disable on mips64, fix lack of line wrapping
This commit is contained in:
parent
aff406796f
commit
cfff3156cd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user