mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
parent
2a21bcdb87
commit
da2d2f8eb2
2 changed files with 32 additions and 0 deletions
31
srcpkgs/python-networkx/template
Normal file
31
srcpkgs/python-networkx/template
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Template file for 'python-networkx'
|
||||||
|
pkgname=python-networkx
|
||||||
|
version=2.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="networkx"
|
||||||
|
wrksrc="${pycompile_module}-${version}"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools unzip"
|
||||||
|
depends="python-decorator"
|
||||||
|
short_desc="Python2 package for creating, manipulating, and studying complex networks"
|
||||||
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
|
homepage="http://networkx.github.io"
|
||||||
|
license="BSD"
|
||||||
|
distfiles="${PYPI_SITE}/n/${pycompile_module}/${pycompile_module}-${version}.zip"
|
||||||
|
checksum=cd5ff8f75d92c79237f067e2f0876824645d37f017cfffa5b7c9678cae1454aa
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-networkx_package() {
|
||||||
|
noarch=yes
|
||||||
|
pycompile_module="networkx"
|
||||||
|
depends="python3-decorator"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-networkx
Symbolic link
1
srcpkgs/python3-networkx
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-networkx
|
Loading…
Add table
Reference in a new issue