void-packages/srcpkgs/python3-threadpoolctl/template

20 lines
638 B
Bash

# Template file for 'python3-threadpoolctl'
pkgname=python3-threadpoolctl
version=3.0.0
revision=1
wrksrc="threadpoolctl-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python helpers to limit the number of threads used in native libraries"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://github.com/joblib/threadpoolctl"
distfiles="${PYPI_SITE}/t/threadpoolctl/threadpoolctl-${version}.tar.gz"
checksum=d03115321233d0be715f0d3a5ad1d6c065fe425ddc2d671ca8e45e9fd5d7a52a
post_install() {
vlicense LICENSE
}