void-packages/srcpkgs/python3-pytools/template

21 lines
693 B
Bash
Raw Normal View History

2020-05-18 18:20:23 +00:00
# Template file for 'python3-pytools'
pkgname=python3-pytools
2020-06-22 17:56:57 +00:00
version=2020.3.1
2020-05-18 18:20:23 +00:00
revision=1
archs=noarch
wrksrc=${pkgname#*-}-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-decorator python3-appdirs python3-six python3-numpy"
2020-06-22 17:56:57 +00:00
checkdepends="python3-mpi4py python3-numpy python3-six python3-appdirs python3-decorator"
2020-05-18 18:20:23 +00:00
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"
2020-06-22 17:56:57 +00:00
checksum=86ebb27e8d946b30bc4479f97862066eb26e305d5ad4327230b2b2f8cbf110f9
2020-05-18 18:20:23 +00:00
post_install() {
vlicense LICENSE
}