19 lines
603 B
Bash
19 lines
603 B
Bash
# Template file for 'python3-threadpoolctl'
|
|
pkgname=python3-threadpoolctl
|
|
version=3.5.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
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=082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|