19 lines
642 B
Bash
19 lines
642 B
Bash
# Template file for 'python3-pytools'
|
|
pkgname=python3-pytools
|
|
version=2022.1
|
|
revision=1
|
|
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=197aacf6e1f5d60c715b92438792acb7702aed59ebbfb147fa84eda780e54fee
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|