details: https://code.tryton.org/gentoo-overlay/commit/f10738c4086d
branch: default
user: Cédric Krier <[email protected]>
date: Sat Mar 21 14:28:20 2026 +0100
description:
dev-python/hatch-tryton: add python freethreading
diffstat:
dev-python/hatch-tryton/Manifest | 2 +-
dev-python/hatch-tryton/hatch-tryton-0.1.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r dd5e3c607ee6 -r f10738c4086d dev-python/hatch-tryton/Manifest
--- a/dev-python/hatch-tryton/Manifest Sat Mar 21 11:19:30 2026 +0100
+++ b/dev-python/hatch-tryton/Manifest Sat Mar 21 14:28:20 2026 +0100
@@ -1,3 +1,3 @@
DIST hatch_tryton-0.1.0.tar.gz 6292 BLAKE2B
5d5a2a9d0406283e60ce2185f5c944d2f842c3e4af003c7408ca6895a4da2b61ce6c6bf830e7dac20aeaf5f83cad2a39ae478cdc78ef2751ca1f8214e01de813
SHA512
9b5a8bd5114856f314f87b205b9939a66783585678f4cf97658e1e0cff7ec4b50123670247506abb8f5c5ef0d40f98e40aa2a717ad6e997d680a3a2125a624a9
-EBUILD hatch-tryton-0.1.0.ebuild 473 BLAKE2B
24f64623e9ea04e5029c6a6636794ba793df2359fbd059cbf4b9bb75354f2f635cd991e6916c221c815ca79eca9aa0ffe64cbf40373b0b4a8a60724eec947ce2
SHA512
e4ae602b1d38f191d7bc5414208f62e9e6cb3c094a5fc00e0a72c5894240ee89753b6f5c28b75ea526f03088634ffe2d7d533ef47a9f6f48bb5428679d79b070
+EBUILD hatch-tryton-0.1.0.ebuild 492 BLAKE2B
9b5b5420541518a84c07677c3f94fcaae604ba8bf45fd19ebee9be3eae46a77d95dbeed78479b5676211e077867c742de010fe4bfd256050b21ef45f4a8e0734
SHA512
55a523eb2dcfd6e0f61f6befe504e82b14089fa6082171419974846979a1cdc427697c19761f1b51f76bf5ab8c28dc09c4bbae8ca0173c972d7489c6943b099a
MISC metadata.xml 380 BLAKE2B
7f3f05a3c7505d4f541556b28f90efbdfbcaf68271b32692086fb468cb7b21c63fd75c1ddca1cce9a21332d2f1a79220811b225e5ab7f114da7c9f60a980674f
SHA512
b0d8521d96dea184e14985178a3ce650270ca172f35dab9936c03c908f5d51857eb49841a34cbed4002d4a15b80d1b5001a3f5967707d1dc97720638a71cdfa2
diff -r dd5e3c607ee6 -r f10738c4086d
dev-python/hatch-tryton/hatch-tryton-0.1.0.ebuild
--- a/dev-python/hatch-tryton/hatch-tryton-0.1.0.ebuild Sat Mar 21 11:19:30
2026 +0100
+++ b/dev-python/hatch-tryton/hatch-tryton-0.1.0.ebuild Sat Mar 21 14:28:20
2026 +0100
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..14} pypy )
+PYTHON_COMPAT=( python3_{9..14} python3_{13..14}t pypy3 )
inherit distutils-r1 pypi