New package: python3-networkx-2.3.

This commit is contained in:
maxice8 2019-04-12 04:36:07 -03:00 committed by maxice8
parent 890a83c29f
commit 88a893bbcd
3 changed files with 21 additions and 1 deletions

View file

@ -1 +0,0 @@
python-networkx

View file

@ -0,0 +1,20 @@
# Template file for 'python3-networkx'
pkgname=python3-networkx
version=2.3
revision=1
archs=noarch
wrksrc="networkx-${version}"
build_style=python3-module
pycompile_module="networkx"
hostmakedepends="python3-setuptools unzip"
depends="python3-decorator"
short_desc="Python3 package for creating and manipulating graphs and networks"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="BSD-3-Clause"
homepage="https://networkx.github.io/"
distfiles="${PYPI_SITE}/n/networkx/networkx-${version}.zip"
checksum=8311ddef63cf5c5c5e7c1d0212dd141d9a1fe3f474915281b73597ed5f1d4e3d
post_install() {
vlicense LICENSE.txt
}

View file

@ -0,0 +1 @@
ignore="*rc*"