details: https://code.tryton.org/gentoo-overlay/commit/61919c968fa3
branch: default
user: Cédric Krier <[email protected]>
date: Sat Mar 21 11:18:19 2026 +0100
description:
dev-python/hatch-tryton: simplify ebuild
diffstat:
dev-python/hatch-tryton/Manifest | 2 +-
dev-python/hatch-tryton/hatch-tryton-0.1.0.ebuild | 11 ++---------
2 files changed, 3 insertions(+), 10 deletions(-)
diffs (35 lines):
diff -r 45e1ab5a431a -r 61919c968fa3 dev-python/hatch-tryton/Manifest
--- a/dev-python/hatch-tryton/Manifest Sat Mar 21 11:16:26 2026 +0100
+++ b/dev-python/hatch-tryton/Manifest Sat Mar 21 11:18:19 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 567 BLAKE2B
5eef3a7054f2515bd6b025ba29f5afbef5a66569bd1bda2e0557bb770210021a55df353928493d4471cde56616730bdd410cf75981d58d1986b8e5bae2c8baf5
SHA512
71534a0f153af85eaf90a06e7d82063f5f45b67d709560d5b8132ea4a09aee4e5e053c11189ad5ec447c05aecf46ec0aa55b42d2224fe112cffa6a145690fa9e
+EBUILD hatch-tryton-0.1.0.ebuild 473 BLAKE2B
24f64623e9ea04e5029c6a6636794ba793df2359fbd059cbf4b9bb75354f2f635cd991e6916c221c815ca79eca9aa0ffe64cbf40373b0b4a8a60724eec947ce2
SHA512
e4ae602b1d38f191d7bc5414208f62e9e6cb3c094a5fc00e0a72c5894240ee89753b6f5c28b75ea526f03088634ffe2d7d533ef47a9f6f48bb5428679d79b070
MISC metadata.xml 380 BLAKE2B
7f3f05a3c7505d4f541556b28f90efbdfbcaf68271b32692086fb468cb7b21c63fd75c1ddca1cce9a21332d2f1a79220811b225e5ab7f114da7c9f60a980674f
SHA512
b0d8521d96dea184e14985178a3ce650270ca172f35dab9936c03c908f5d51857eb49841a34cbed4002d4a15b80d1b5001a3f5967707d1dc97720638a71cdfa2
diff -r 45e1ab5a431a -r 61919c968fa3
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:16:26
2026 +0100
+++ b/dev-python/hatch-tryton/hatch-tryton-0.1.0.ebuild Sat Mar 21 11:18:19
2026 +0100
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{9..14} pypy )
@@ -16,14 +17,6 @@
RDEPEND="${DEPEND}
>=dev-python/hatchling-1[$PYTHON_USEDEP]"
+DOCS=( README.rst CHANGELOG COPYRIGHT )
distutils_enable_tests unittest
-
-src_install() {
- distutils-r1_src_install
- dodoc README.rst CHANGELOG COPYRIGHT
-}
-
-python_test() {
- eunittest -s hatch_tryton.tests
-}