mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-networkx: update to 2.6.3.
Drop python3-decorator and unzip as dependencies.
This commit is contained in:
parent
39b3e44510
commit
c76b698916
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-networkx'
|
# Template file for 'python3-networkx'
|
||||||
pkgname=python3-networkx
|
pkgname=python3-networkx
|
||||||
version=2.6.2
|
version=2.6.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="networkx-${version}"
|
wrksrc="networkx-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools unzip"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-decorator"
|
depends="python3"
|
||||||
checkdepends="python3-decorator python3-pytest"
|
checkdepends="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=2306f1950ce772c5a59a57f5486d59bb9cab98497c45fc49cbc45ac0dec119bb
|
checksum=c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue