python3-threadpoolctl: update to 3.1.0.

This commit is contained in:
Andrew J. Hesford 2022-02-01 10:32:01 -05:00
parent 2baa0002af
commit c70552e298

View File

@ -1,10 +1,10 @@
# Template file for 'python3-threadpoolctl' # Template file for 'python3-threadpoolctl'
pkgname=python3-threadpoolctl pkgname=python3-threadpoolctl
version=3.0.0 version=3.1.0
revision=1 revision=1
wrksrc="threadpoolctl-${version}" wrksrc="threadpoolctl-${version}"
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-flit_core"
depends="python3" depends="python3"
checkdepends="python3-pytest" 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"
@ -12,7 +12,7 @@ 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=d03115321233d0be715f0d3a5ad1d6c065fe425ddc2d671ca8e45e9fd5d7a52a checksum=a335baacfaa4400ae1f0d8e3a58d6674d2f8828e3716bb2802c44955ad391380
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE