commit: 17646d78bb42d7626583a2df97722d36868eb5ff
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Aug 2 05:46:05 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Aug 2 05:46:05 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=17646d78
dev-python/wraps: version and PYTHON_COMPAT bump
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/wraps/{wraps-0.2.0.ebuild => wraps-0.13.0.ebuild} | 6 +-----
dev-python/wraps/wraps-0.2.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/dev-python/wraps/wraps-0.2.0.ebuild
b/dev-python/wraps/wraps-0.13.0.ebuild
similarity index 84%
copy from dev-python/wraps/wraps-0.2.0.ebuild
copy to dev-python/wraps/wraps-0.13.0.ebuild
index b06b511cd..bed0a104e 100644
--- a/dev-python/wraps/wraps-0.2.0.ebuild
+++ b/dev-python/wraps/wraps-0.13.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION=" Meaningful and safe wrapping types. "
@@ -21,8 +21,4 @@ RDEPEND="
>=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}]
"
-PATCHES=(
- "${FILESDIR}/${PN}-0.1.0-poetry_groups.patch"
-)
-
distutils_enable_tests pytest
diff --git a/dev-python/wraps/wraps-0.2.0.ebuild
b/dev-python/wraps/wraps-0.2.0.ebuild
index b06b511cd..dd2a9b24f 100644
--- a/dev-python/wraps/wraps-0.2.0.ebuild
+++ b/dev-python/wraps/wraps-0.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION=" Meaningful and safe wrapping types. "