mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-networkx: update to 2.4.
This commit is contained in:
parent
18ddb29088
commit
03a7642458
1 changed files with 4 additions and 5 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'python3-networkx'
|
# Template file for 'python3-networkx'
|
||||||
pkgname=python3-networkx
|
pkgname=python3-networkx
|
||||||
version=2.3
|
version=2.4
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="networkx-${version}"
|
wrksrc="networkx-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="networkx"
|
|
||||||
hostmakedepends="python3-setuptools unzip"
|
hostmakedepends="python3-setuptools unzip"
|
||||||
depends="python3-decorator"
|
depends="python3-decorator"
|
||||||
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}.zip"
|
distfiles="${PYPI_SITE}/n/networkx/networkx-${version}.tar.gz"
|
||||||
checksum=8311ddef63cf5c5c5e7c1d0212dd141d9a1fe3f474915281b73597ed5f1d4e3d
|
checksum=f8f4ff0b6f96e4f9b16af6b84622597b5334bf9cae8cf9b2e42e7985d5c95c64
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue