details: https://code.tryton.org/gentoo-overlay/commit/0ff96951f810
branch: default
user: Cédric Krier <[email protected]>
date: Sun Jun 07 00:26:46 2026 +0200
description:
dev-python/sentry_tryton: version bumps
diffstat:
dev-python/sentry_tryton/Manifest | 4 +-
dev-python/sentry_tryton/sentry_tryton-0.6-r1.ebuild | 22 --------------------
dev-python/sentry_tryton/sentry_tryton-0.8.ebuild | 21 +++++++++++++++++++
3 files changed, 23 insertions(+), 24 deletions(-)
diffs (60 lines):
diff -r 9b9e9aefdbbe -r 0ff96951f810 dev-python/sentry_tryton/Manifest
--- a/dev-python/sentry_tryton/Manifest Sun Jun 07 00:26:25 2026 +0200
+++ b/dev-python/sentry_tryton/Manifest Sun Jun 07 00:26:46 2026 +0200
@@ -1,3 +1,3 @@
-DIST sentry_tryton-0.6.tar.gz 3468 BLAKE2B
f9ddda547bce3f7ea9cfae5b1dcfa843d8ac7d87a8b4cbef12b2d5cc615c572c64af5009cfbcf7e5f1b1526054e342b9b702896851e1bdb583ee7c26d4a5f456
SHA512
f1bc01141fe6bbdcbeef4fc2fd0ca6a494cf2a2678dd66fc3edb6a6d8e3fe6c367960b8b9f02f9a9c5631a9117cd371ba48b714b4851fa7b5e7b57050b244196
-EBUILD sentry_tryton-0.6-r1.ebuild 518 BLAKE2B
145226841db9bb32f2bf9bac7884bfc4992f9d4480e41768d430afe857953ad984127928f802c63a82a16abd1725e4e2ca43b3b94d229b1a272cbae1fc866e00
SHA512
80cf99c7174619dc708fd42d9922554bd26e38318c3973b1a9f704c6d1b81489c3a94b66f77c9e5c70522445045816dc48101737ad8f84b140a2cd85ce1e7cc7
+DIST sentry_tryton-0.8.tar.gz 16003 BLAKE2B
307fcef6b36dd3d274fd91f61ae629c65a8cbd4f1b3a11874b81ef49aef00d20d3ef05bc1d0d68ebb57b0daa2a85f13f58c64e47cffd24fb575b09d7085e7a7e
SHA512
aa027ed4bb4b1fc706406255f12bb477be630d1b68fdfa1c5ef1a08300e5ce9066554c709d51b970cad967bd64ed826ef7177a71ba0cbd2fe09608ef695505dc
+EBUILD sentry_tryton-0.8.ebuild 514 BLAKE2B
19a3cf94cff3d65a1d9365051a075e8f0c5cdf5c71e397d7ccdfb2d2e7342ecf5af7add7acf46a8826fead80307f8f1ae10f7f79e9945cc570b08ff5fe358d92
SHA512
dfae9ab9011288b6953f7809b6c3e8b7b49a2d3080821b5e809da6f129c4eb90cc5957b7dd56beda09485395520c65a746d80f5c392ed0f7bda0c7653231613a
MISC metadata.xml 380 BLAKE2B
e15ca50f64bb93448c4c0e2ae567e1e4d08a4b8d1e9f32d5d6f5f70fbb11d45305c52e729d0b9daea02723e1c5e63a442d214e7ba0cfe5bf94ddc902c7bab20a
SHA512
dfede0c972b7950ed2344c055e1050fcacc5fd56adf1fa21574a2022766bc56136059db37dce0ca68357c02a7ae446220e4a4f24db2786cbdc85997ee13d0795
diff -r 9b9e9aefdbbe -r 0ff96951f810
dev-python/sentry_tryton/sentry_tryton-0.6-r1.ebuild
--- a/dev-python/sentry_tryton/sentry_tryton-0.6-r1.ebuild Sun Jun 07
00:26:25 2026 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{5..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Sentry integration for the Tryton"
-HOMEPAGE="https://gitlab.com/pokoli/sentry-tryton"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=app-office/trytond-4.2[${PYTHON_USEDEP}]
- dev-python/raven[${PYTHON_USEDEP}]"
-
-DOCS=( README )
diff -r 9b9e9aefdbbe -r 0ff96951f810
dev-python/sentry_tryton/sentry_tryton-0.8.ebuild
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-python/sentry_tryton/sentry_tryton-0.8.ebuild Sun Jun 07 00:26:46
2026 +0200
@@ -0,0 +1,21 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sentry integration for the Tryton"
+HOMEPAGE="https://gitlab.com/pokoli/sentry-tryton"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=app-office/trytond-4.2[${PYTHON_USEDEP}]
+ dev-python/raven[${PYTHON_USEDEP}]"
+
+DOCS=( README.rst )