summaryrefslogtreecommitdiff
path: root/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-17 08:12:12 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-17 08:12:12 +0000
commit65b67dff619cdbd5e8b3e9b14ffb28f03a2b56df (patch)
treee62431366681c46af0f93f1d5b0e1b2e6221f0fd /dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild
parent894feb4dcad43f60c61f12e12decb9801819ba80 (diff)
downloadbaldeagleos-repo-65b67dff619cdbd5e8b3e9b14ffb28f03a2b56df.tar.gz
baldeagleos-repo-65b67dff619cdbd5e8b3e9b14ffb28f03a2b56df.tar.xz
baldeagleos-repo-65b67dff619cdbd5e8b3e9b14ffb28f03a2b56df.zip
Adding metadata
Diffstat (limited to 'dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild')
-rw-r--r--dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild23
1 files changed, 0 insertions, 23 deletions
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 5b993e35fe4e..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_{6,7,8,9,10} )
-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