details: https://code.tryton.org/gentoo-overlay/commit/ec11a6d6ec19
branch: default
user: Cédric Krier <[email protected]>
date: Sat Apr 04 00:15:43 2026 +0200
description:
dev-python/hatch-tryton: add 0.1.1, drop 0.1.0
diffstat:
dev-python/hatch-tryton/Manifest | 4 ++--
dev-python/hatch-tryton/hatch-tryton-0.1.0.ebuild | 22 ----------------------
dev-python/hatch-tryton/hatch-tryton-0.1.1.ebuild | 22 ++++++++++++++++++++++
3 files changed, 24 insertions(+), 24 deletions(-)
diffs (61 lines):
diff -r 68ef05f9b79f -r ec11a6d6ec19 dev-python/hatch-tryton/Manifest
--- a/dev-python/hatch-tryton/Manifest Sat Apr 04 00:07:57 2026 +0200
+++ b/dev-python/hatch-tryton/Manifest Sat Apr 04 00:15:43 2026 +0200
@@ -1,3 +1,3 @@
-DIST hatch_tryton-0.1.0.tar.gz 6292 BLAKE2B
5d5a2a9d0406283e60ce2185f5c944d2f842c3e4af003c7408ca6895a4da2b61ce6c6bf830e7dac20aeaf5f83cad2a39ae478cdc78ef2751ca1f8214e01de813
SHA512
9b5a8bd5114856f314f87b205b9939a66783585678f4cf97658e1e0cff7ec4b50123670247506abb8f5c5ef0d40f98e40aa2a717ad6e997d680a3a2125a624a9
-EBUILD hatch-tryton-0.1.0.ebuild 492 BLAKE2B
9b5b5420541518a84c07677c3f94fcaae604ba8bf45fd19ebee9be3eae46a77d95dbeed78479b5676211e077867c742de010fe4bfd256050b21ef45f4a8e0734
SHA512
55a523eb2dcfd6e0f61f6befe504e82b14089fa6082171419974846979a1cdc427697c19761f1b51f76bf5ab8c28dc09c4bbae8ca0173c972d7489c6943b099a
+DIST hatch_tryton-0.1.1.tar.gz 5285 BLAKE2B
371ffaa29267de6a3b291b65ef91236759d5ea4b70ff700b34c6289249f7d43e220e07e7cb6dfe72f65d95a5b8d59e9f28e020b580438f476d92a93577564fb3
SHA512
3493f986350f6fd180a051f90724fe07380619170f06ff2c447e6af61a47cdf4487feba6fe8e35dec6c77848d00126fabdbacdb5dccde89e3b6cd97ff4f108bc
+EBUILD hatch-tryton-0.1.1.ebuild 482 BLAKE2B
45d2027beeef42ea3a5e6d563efd4eb6dbaf4b74c54b657bb2c4d90ec341003c52d2a20dd820fc5608368226f961651f62d985fbe7063bdd2352bbcd46386943
SHA512
c75e47bb39e3461878a32e2cd0b5cad78768c11d084f2579a6ca0f82c94f7a12146f369d8b0cd13f843426674887cb5ff4f98d87513e8c8d9b11fb669a4a3307
MISC metadata.xml 380 BLAKE2B
7f3f05a3c7505d4f541556b28f90efbdfbcaf68271b32692086fb468cb7b21c63fd75c1ddca1cce9a21332d2f1a79220811b225e5ab7f114da7c9f60a980674f
SHA512
b0d8521d96dea184e14985178a3ce650270ca172f35dab9936c03c908f5d51857eb49841a34cbed4002d4a15b80d1b5001a3f5967707d1dc97720638a71cdfa2
diff -r 68ef05f9b79f -r ec11a6d6ec19
dev-python/hatch-tryton/hatch-tryton-0.1.0.ebuild
--- a/dev-python/hatch-tryton/hatch-tryton-0.1.0.ebuild Sat Apr 04 00:07:57
2026 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..14} python3_{13..14}t pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A hatchling plugin for Tryton"
-HOMEPAGE="https://www.tryton.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${DEPEND}
- >=dev-python/hatchling-1[$PYTHON_USEDEP]"
-DOCS=( README.rst CHANGELOG COPYRIGHT )
-
-distutils_enable_tests unittest
diff -r 68ef05f9b79f -r ec11a6d6ec19
dev-python/hatch-tryton/hatch-tryton-0.1.1.ebuild
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-python/hatch-tryton/hatch-tryton-0.1.1.ebuild Sat Apr 04 00:15:43
2026 +0200
@@ -0,0 +1,22 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..14} python3_{13..14}t pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A hatchling plugin for Tryton"
+HOMEPAGE="https://www.tryton.org/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="${DEPEND}
+ >=dev-python/hatchling-1[$PYTHON_USEDEP]"
+DOCS=( README.rst COPYRIGHT )
+
+distutils_enable_tests unittest