void-packages/srcpkgs/python3-pytools/template
2020-10-10 10:21:26 -04:00

20 lines
678 B
Bash

# Template file for 'python3-pytools'
pkgname=python3-pytools
version=2020.4
revision=2
wrksrc=${pkgname#*-}-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-decorator python3-appdirs python3-six python3-numpy"
checkdepends="python3-mpi4py python3-numpy python3-six python3-appdirs python3-decorator"
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=37db39ff11a1b5fc8aec875ae4ddb3d6c21aa0e95bddc9c841aa98e1631ae460
post_install() {
vlicense LICENSE
}