From d0e5b7b53d1eecfb8bea8b07e2204598710b27f6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 18 Apr 2019 06:27:39 -0300 Subject: [PATCH] New package: python3-altgraph-0.16.1 --- srcpkgs/python3-altgraph/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-altgraph/template diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template new file mode 100644 index 00000000000..7f97364983a --- /dev/null +++ b/srcpkgs/python3-altgraph/template @@ -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 " +license="MIT" +homepage="https://altgraph.readthedocs.io/en/latest/" +distfiles="${PYPI_SITE}/a/altgraph/altgraph-${version}.tar.gz" +checksum=ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c + +post_install() { + vlicense LICENSE +}