summaryrefslogtreecommitdiff
path: root/dev-python/hatchling
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 17:33:07 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 17:33:07 -0500
commit9940acdf7308f3fd603561fa85bdd2753a8fb2f5 (patch)
tree192d76f303d788d3488ce7515e63c5f04270a8b1 /dev-python/hatchling
parent9513d72c2b000ea9949dbc875636aaef1b8ef236 (diff)
downloadbaldeagleos-repo-9940acdf7308f3fd603561fa85bdd2753a8fb2f5.tar.gz
baldeagleos-repo-9940acdf7308f3fd603561fa85bdd2753a8fb2f5.tar.xz
baldeagleos-repo-9940acdf7308f3fd603561fa85bdd2753a8fb2f5.zip
Adding metadata
Diffstat (limited to 'dev-python/hatchling')
-rw-r--r--dev-python/hatchling/hatchling-1.29.0.ebuild4
-rw-r--r--dev-python/hatchling/hatchling-1.30.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/hatchling/hatchling-1.29.0.ebuild b/dev-python/hatchling/hatchling-1.29.0.ebuild
index 4e17b514368f..4fd2d3f360fb 100644
--- a/dev-python/hatchling/hatchling-1.29.0.ebuild
+++ b/dev-python/hatchling/hatchling-1.29.0.ebuild
@@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3_11 python3_{11..14} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 python3_{13..15}t )
+PYTHON_TESTED=( python3_{9,10,11,12,13} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1
diff --git a/dev-python/hatchling/hatchling-1.30.0.ebuild b/dev-python/hatchling/hatchling-1.30.0.ebuild
index 4dc6cab42e77..efb7a5549b69 100644
--- a/dev-python/hatchling/hatchling-1.30.0.ebuild
+++ b/dev-python/hatchling/hatchling-1.30.0.ebuild
@@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3_11 python3_{11..14} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 python3_{13..15}t )
+PYTHON_TESTED=( python3_{9,10,11,12,13} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1