From b332a465ee5a757bd2d9233a4983c1fc3aa75f2f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 16 Jul 2021 07:55:10 -0400 Subject: [PATCH] New package: python3-threadpoolctl-2.2.0 --- srcpkgs/python3-threadpoolctl/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-threadpoolctl/template diff --git a/srcpkgs/python3-threadpoolctl/template b/srcpkgs/python3-threadpoolctl/template new file mode 100644 index 00000000000..fb0b4457ea6 --- /dev/null +++ b/srcpkgs/python3-threadpoolctl/template @@ -0,0 +1,19 @@ +# Template file for 'python3-threadpoolctl' +pkgname=python3-threadpoolctl +version=2.2.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 " +license="BSD-3-Clause" +homepage="https://github.com/joblib/threadpoolctl" +distfiles="${PYPI_SITE}/t/threadpoolctl/threadpoolctl-${version}.tar.gz" +checksum=86d4b6801456d780e94681d155779058759eaef3c3564758b17b6c99db5f81cb + +post_install() { + vlicense LICENSE +}