mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
18 lines
598 B
Bash
18 lines
598 B
Bash
# Template file for 'python3-pytools'
|
|
pkgname=python3-pytools
|
|
version=2024.1.3
|
|
revision=1
|
|
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=cc2db25666aa64094d3fb4532aa8a7deaa2da8edd7340fb270ed1807dcc75202
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|