mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
New package: python3-altgraph-0.16.1
This commit is contained in:
parent
8f3c00aab5
commit
d0e5b7b53d
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-altgraph/template
Normal file
20
srcpkgs/python3-altgraph/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-altgraph'
|
||||||
|
pkgname=python3-altgraph
|
||||||
|
version=0.16.1
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="altgraph-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="altgraph"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Fork of graphlib for building network graphs"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://altgraph.readthedocs.io/en/latest/"
|
||||||
|
distfiles="${PYPI_SITE}/a/altgraph/altgraph-${version}.tar.gz"
|
||||||
|
checksum=ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue