20 lines
630 B
Bash
20 lines
630 B
Bash
# Template file for 'python3-pytools'
|
|
pkgname=python3-pytools
|
|
version=2022.1.9
|
|
revision=1
|
|
wrksrc=${pkgname#*-}-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-platformdirs python3-numpy python3-typing_extensions"
|
|
checkdepends="python3-pytest $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=3393d25029982080e3fb94c47bf627a1e553ccd174fe2edef6c1c5ec723918ff
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|