New package: python3-pytools-2020.1

This commit is contained in:
Andrew J. Hesford 2020-05-18 14:20:23 -04:00 committed by Piraty
parent 7179a375f7
commit 119bf5eb6e

View File

@ -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 <ajh@sideband.org>"
license="X11"
homepage="https://pypi.org/project/pytools"
distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz"
checksum=c132d17855584ad61c6e00f3ff11146499755944afc400cce9eae0ecf03d04a6
post_install() {
vlicense LICENSE
}