python3-threadpoolctl: update to 3.6.0.

This commit is contained in:
Andrew J. Hesford 2025-03-17 20:32:41 -04:00
parent 9b74fe8c4a
commit 7d30d4b002

View file

@ -1,17 +1,17 @@
# Template file for 'python3-threadpoolctl' # Template file for 'python3-threadpoolctl'
pkgname=python3-threadpoolctl pkgname=python3-threadpoolctl
version=3.5.0 version=3.6.0
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-flit_core" hostmakedepends="python3-flit_core"
depends="python3" depends="python3"
checkdepends="python3-pytest"
short_desc="Python helpers to limit the number of threads used in native libraries" short_desc="Python helpers to limit the number of threads used in native libraries"
maintainer="Andrew J. Hesford <ajh@sideband.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/joblib/threadpoolctl" homepage="https://github.com/joblib/threadpoolctl"
distfiles="${PYPI_SITE}/t/threadpoolctl/threadpoolctl-${version}.tar.gz" distfiles="${PYPI_SITE}/t/threadpoolctl/threadpoolctl-${version}.tar.gz"
checksum=082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107 checksum=8ab8b4aa3491d812b623328249fab5302a68d2d71745c8a4c719a2fcaba9f44e
make_check=no # tarball contains no tests
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE