void-packages/srcpkgs/python3-pytools/template
2020-06-03 20:27:19 +02:00

19 lines
601 B
Bash

# Template file for 'python3-pytools'
pkgname=python3-pytools
version=2020.2
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=3cacefed54148aafb07502c7c907cae8d9327ea35df16e3366c883a706ed5601
post_install() {
vlicense LICENSE
}