From e2db47eaae00ec33f8971db44b68645c5d3b9590 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Aug 2021 11:36:49 +0100 Subject: gentoo resync : 17.08.2021 --- dev-python/threadpoolctl/Manifest | 4 +--- .../threadpoolctl/threadpoolctl-2.1.0.ebuild | 23 ---------------------- .../threadpoolctl/threadpoolctl-2.2.0.ebuild | 2 +- 3 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild (limited to 'dev-python/threadpoolctl') diff --git a/dev-python/threadpoolctl/Manifest b/dev-python/threadpoolctl/Manifest index 0408ce41e81a..77c099e24867 100644 --- a/dev-python/threadpoolctl/Manifest +++ b/dev-python/threadpoolctl/Manifest @@ -1,5 +1,3 @@ -DIST threadpoolctl-2.1.0.tar.gz 25255 BLAKE2B 3afa8e8c44567d3833dee89e761b2f384129c386c5c5b9d8084c1b301f007be7f461f1ef99738e06551f793feefa5c312dce1d608e7012215fd759866a52e2d4 SHA512 09b745b0d164bf3fc4f293bd92f1fd2e02180ec538bf3da1cdb986e31d9336ba3e1301aede72f53700d00298bae7b91b4ec8fa3212accb4cde6c3f5f88ff5c62 DIST threadpoolctl-2.2.0.tar.gz 25875 BLAKE2B 4fc77efb181a91888d2d47cf1f9fa67157366e3ce33a958244b606019389624e83b1903581bfe88f8b4c798b4a8f07d0a50269282efaa323d3cae9f3d5ea8258 SHA512 edc310a9447b1782cedc98aadd065ce9291eca04518f6223090c1dd57f714b85f32293f16cfc1d95639130db47aa04806cac77a42922471e07582293416450fc -EBUILD threadpoolctl-2.1.0.ebuild 633 BLAKE2B 7846d9b24174443bcf2c101cfc3c4e538f1e300f730becc6e3d056dde08f67fdc8a5e17c26b50514cfc6a2f3817b429fe78ea5efba7899fd1ec7b9deef1342d8 SHA512 cd7374b4d0c52e0cd62b29077ddb9b5ca3e93ddbe62f5531d58c0060461cd23e263eb8ee03cf9c7996d591c84fea2c4aafdfd75caaaec74fdfbf2f8b85579e47 -EBUILD threadpoolctl-2.2.0.ebuild 580 BLAKE2B 62e0332c5c23befce3654eeaad2cc8f18523a185ba4803a658b8cbaacb071ce283c7c4d3a67cd0bb90d3c2cef2ba1516f6748b3e74500343c40b50fc410a601b SHA512 68f0acf8ae9df394cc792e28fd558ce6406b8e3e9e0824adaeca571282bb5ff4d04953a90a131d3130d153eac9bf8a8f03f67a2ad97666076f4a45e57948a8a2 +EBUILD threadpoolctl-2.2.0.ebuild 577 BLAKE2B d62d1bbaf5d38fdc3183df90f3f19f13374beec9b8bf90fd39038388766f3f67db601d473fc06a5068d31896ddea2de787a1a1b25ee80d63fdacc1ba64678bc9 SHA512 c49669f37da893f2c5104a17de188a58698aa9873db8920519deaa7a7896395e81167582c104ad2c9e5b6698912bdde79a56048991fcbdccf954a42dbb8fd2ad MISC metadata.xml 428 BLAKE2B 5021cc6c0dd7953c65d3b4f156fc8ad9b8fe51480f5a77678c0ccf8983fd4dc815e11fc91e12d2c70454cbf92237033945beba1489d23a263952efe8880ccfa6 SHA512 4de57c2178b26934e745c96f0daeac26a7323a07641104f5d1bcb7095281bdf5e390c721ad1d68513caa00e41e4c8e0d506c3ee3c4488b25f22ccb21c2d74897 diff --git a/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild b/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild deleted file mode 100644 index ea324f5c845e..000000000000 --- a/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -inherit distutils-r1 - -DESCRIPTION="Limit the number of threads used in native libs that have their own threadpool" -HOMEPAGE="https://github.com/joblib/threadpoolctl" -SRC_URI="https://github.com/joblib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" - -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" - -# tests require openmp python bindings... -RESTRICT=test - -distutils_enable_tests pytest diff --git a/dev-python/threadpoolctl/threadpoolctl-2.2.0.ebuild b/dev-python/threadpoolctl/threadpoolctl-2.2.0.ebuild index 73d734dc2381..0d4ee122e514 100644 --- a/dev-python/threadpoolctl/threadpoolctl-2.2.0.ebuild +++ b/dev-python/threadpoolctl/threadpoolctl-2.2.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/joblib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" -- cgit v1.2.3