From 119bf5eb6e15e61b48b8756f87bfde29f374594d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 18 May 2020 14:20:23 -0400 Subject: [PATCH] New package: python3-pytools-2020.1 --- srcpkgs/python3-pytools/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-pytools/template diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template new file mode 100644 index 00000000000..6b6cd5463f8 --- /dev/null +++ b/srcpkgs/python3-pytools/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pytools' +pkgname=python3-pytools +version=2020.1 +revision=1 +archs=noarch +wrksrc=${pkgname#*-}-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-decorator python3-appdirs python3-six python3-numpy" +short_desc="Python utilities from Andreas Kloeckner" +maintainer="Andrew J. Hesford " +license="X11" +homepage="https://pypi.org/project/pytools" +distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz" +checksum=c132d17855584ad61c6e00f3ff11146499755944afc400cce9eae0ecf03d04a6 + +post_install() { + vlicense LICENSE +}