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 +}