diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-22 12:30:12 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-22 12:30:12 +0000 |
| commit | 2da98dbfe261d15a8d963ebb04e38722b5ae23e8 (patch) | |
| tree | 52bfcc094e7aced106a1400897f8dab846804635 /dev-python/threadpoolctl | |
| parent | 29e30499577877dc062f3cbd76fa5b88ef866a96 (diff) | |
| download | baldeagleos-repo-2da98dbfe261d15a8d963ebb04e38722b5ae23e8.tar.gz baldeagleos-repo-2da98dbfe261d15a8d963ebb04e38722b5ae23e8.tar.xz baldeagleos-repo-2da98dbfe261d15a8d963ebb04e38722b5ae23e8.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/threadpoolctl')
| -rw-r--r-- | dev-python/threadpoolctl/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/threadpoolctl/Manifest b/dev-python/threadpoolctl/Manifest index f9569de5dd16..4c8c9ea54fc7 100644 --- a/dev-python/threadpoolctl/Manifest +++ b/dev-python/threadpoolctl/Manifest @@ -1,2 +1 @@ -DIST threadpoolctl-2.0.0.tar.gz 23349 BLAKE2B d7752d862f8de5d61a95dd2e0db9a9cf5b3fde4c13cad9f654c0af4e2277b8bcc36b79028fbdf0e14af35daacee4b01a8778462364e070eaa194af65f4274739 SHA512 8ce823a6aef9f6d6af73e848c7a3bb1c7eee3f94bf480ca056ed5f435655756b9ad26cb71e392689cd8e6a34ee1ddfcf0d8510e424ac9c05bb1eda679d0f7a93 DIST threadpoolctl-2.1.0.tar.gz 25255 BLAKE2B 3afa8e8c44567d3833dee89e761b2f384129c386c5c5b9d8084c1b301f007be7f461f1ef99738e06551f793feefa5c312dce1d608e7012215fd759866a52e2d4 SHA512 09b745b0d164bf3fc4f293bd92f1fd2e02180ec538bf3da1cdb986e31d9336ba3e1301aede72f53700d00298bae7b91b4ec8fa3212accb4cde6c3f5f88ff5c62 diff --git a/dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild b/dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild deleted file mode 100644 index 84c0803fa5ac..000000000000 --- a/dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{5,6,7,8,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 ~arm64 ~ppc64 x86" - -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" - -# tests require openmp python bindings... -RESTRICT=test - -distutils_enable_tests pytest |
