aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/archspec/archspec-0.1.4.ebuild')
-rw-r--r--dev-python/archspec/archspec-0.1.4.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/archspec/archspec-0.1.4.ebuild b/dev-python/archspec/archspec-0.1.4.ebuild
deleted file mode 100644
index 35500e00d..000000000
--- a/dev-python/archspec/archspec-0.1.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=poetry
-inherit distutils-r1 pypi
-
-DESCRIPTION="labels for various aspects of a system architecture like CPU, etc."
-HOMEPAGE="https://archspec.readthedocs.io/en/latest/index.html"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/six-1.16.0[${PYTHON_USEDEP}]
- <=dev-python/six-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/click-7.1.2[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"