void-packages/srcpkgs/python3-pytools/template
2021-10-09 08:00:56 -04:00

20 lines
644 B
Bash

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