parent
b70c1e4c6e
commit
d90f5fe15d
1 changed files with 7 additions and 3 deletions
|
@ -1,18 +1,22 @@
|
||||||
# Template file for 'python3-networkx'
|
# Template file for 'python3-networkx'
|
||||||
pkgname=python3-networkx
|
pkgname=python3-networkx
|
||||||
version=2.4
|
version=2.5
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
|
||||||
wrksrc="networkx-${version}"
|
wrksrc="networkx-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools unzip"
|
hostmakedepends="python3-setuptools unzip"
|
||||||
depends="python3-decorator"
|
depends="python3-decorator"
|
||||||
|
checkdepends="python3-decorator python3-pytest"
|
||||||
short_desc="Python3 package for creating and manipulating graphs and networks"
|
short_desc="Python3 package for creating and manipulating graphs and networks"
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://networkx.github.io/"
|
homepage="https://networkx.github.io/"
|
||||||
distfiles="${PYPI_SITE}/n/networkx/networkx-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/networkx/networkx-${version}.tar.gz"
|
||||||
checksum=f8f4ff0b6f96e4f9b16af6b84622597b5334bf9cae8cf9b2e42e7985d5c95c64
|
checksum=7978955423fbc9639c10498878be59caf99b44dc304c2286162fd24b458c1602
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
pytest
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue