commit:     c52bb278a1b5831f0af48dfff1f6629015b7a213
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
AuthorDate: Thu Jun 27 15:16:14 2024 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
CommitDate: Thu Jun 27 15:18:54 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c52bb278

dev-python/archspec: add 0.2.4, drop 0.2.2, drop 0.1.4

Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>

 dev-python/archspec/archspec-0.1.4.ebuild             | 19 -------------------
 .../{archspec-0.2.2.ebuild => archspec-0.2.4.ebuild}  | 10 +++++++++-
 2 files changed, 9 insertions(+), 20 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}"

diff --git a/dev-python/archspec/archspec-0.2.2.ebuild 
b/dev-python/archspec/archspec-0.2.4.ebuild
similarity index 58%
rename from dev-python/archspec/archspec-0.2.2.ebuild
rename to dev-python/archspec/archspec-0.2.4.ebuild
index a7287fc72..002a57ba1 100644
--- a/dev-python/archspec/archspec-0.2.2.ebuild
+++ b/dev-python/archspec/archspec-0.2.4.ebuild
@@ -1,6 +1,6 @@
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 DISTUTILS_USE_PEP517=poetry
 inherit distutils-r1 pypi
 
@@ -11,3 +11,11 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
+BDEPEND="
+       test? (
+               dev-python/typing-extensions[${PYTHON_USEDEP}]
+               dev-python/jsonschema[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest

Reply via email to