summaryrefslogtreecommitdiff
path: root/dev-python/python-stdnum
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-10-04 19:14:11 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-10-04 19:14:11 +0000
commit5360c10fa69d24b86a57d0c28b364949c3f08128 (patch)
treeb134b3cbcb57de77ef97bd48b29e5682b61ed80d /dev-python/python-stdnum
parent7ff339a575ceba647347cd6a96d4f893756dc5b9 (diff)
downloadbaldeagleos-repo-5360c10fa69d24b86a57d0c28b364949c3f08128.tar.gz
baldeagleos-repo-5360c10fa69d24b86a57d0c28b364949c3f08128.tar.xz
baldeagleos-repo-5360c10fa69d24b86a57d0c28b364949c3f08128.zip
Adding metadata
Diffstat (limited to 'dev-python/python-stdnum')
-rw-r--r--dev-python/python-stdnum/python-stdnum-2.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/python-stdnum/python-stdnum-2.1.ebuild b/dev-python/python-stdnum/python-stdnum-2.1.ebuild
index 86bfb6a89ae1..3411ee22bdf8 100644
--- a/dev-python/python-stdnum/python-stdnum-2.1.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-2.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@@ -26,6 +26,7 @@ RDEPEND="
)
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_prepare() {