changeset cde2403273a5 in tryton-overlay:default
details: https://hg.tryton.org/tryton-overlay?cmd=changeset;node=cde2403273a5
description:
dev-python/sentry_tryton: version bumps
(Portage version: 3.0.8/hg/Linux x86_64, signed Manifest commit with
key 0x574F6EFF4E477517)
Signed-off-by: Cédric Krier <[email protected]>
diffstat:
dev-python/sentry_tryton/Manifest | 19 +++++++++++++++++--
dev-python/sentry_tryton/sentry_tryton-0.3.ebuild | 23 -----------------------
dev-python/sentry_tryton/sentry_tryton-0.6.ebuild | 23 +++++++++++++++++++++++
3 files changed, 40 insertions(+), 25 deletions(-)
diffs (78 lines):
diff -r 3abe6fecdc97 -r cde2403273a5 dev-python/sentry_tryton/Manifest
--- a/dev-python/sentry_tryton/Manifest Mon Nov 09 01:09:45 2020 +0100
+++ b/dev-python/sentry_tryton/Manifest Mon Nov 09 01:14:15 2020 +0100
@@ -1,3 +1,18 @@
-DIST sentry_tryton-0.3.tar.gz 3220 BLAKE2B
3cac4510b357b64140621ef2cc1abc1819859540a9362fb1e3177bc01362358dcf6131ab484b08f863778a5fc6a613f25ab544c7b0cb617ce4fc6fb21c6dba4f
SHA512
b7961e24d69b8a5d4c1f25a05b29d9758b1687d6a4be45265fd8a1f6d11278d8e944e2dbfaee0c37c1947140f4a5e3093452f01a895bca649c7aa51615dbb326
-EBUILD sentry_tryton-0.3.ebuild 562 BLAKE2B
3b774573a676f4b41e29b822ae8f96d5e819d0446db6cc6ae4020253e3e871bdbe6a82a75aee07ba7d68696354368157b46f807a177c5f1bee6f52a5533d5415
SHA512
c06eb6c93591f689ff9217a20f28f131d3281ad392a6a6c71d641dad25d59e88f2591c6dfa2d78aa4f1f319e506e7547508ae0511fcc63b74f01ab9424eb0251
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST sentry_tryton-0.6.tar.gz 3468 BLAKE2B
f9ddda547bce3f7ea9cfae5b1dcfa843d8ac7d87a8b4cbef12b2d5cc615c572c64af5009cfbcf7e5f1b1526054e342b9b702896851e1bdb583ee7c26d4a5f456
SHA512
f1bc01141fe6bbdcbeef4fc2fd0ca6a494cf2a2678dd66fc3edb6a6d8e3fe6c367960b8b9f02f9a9c5631a9117cd371ba48b714b4851fa7b5e7b57050b244196
+EBUILD sentry_tryton-0.6.ebuild 547 BLAKE2B
236af044c4ded813e3106d22008f817906c16a6c09594329bba6fe4482c9302b3fa5d6e74883275f1d2a5a6dbf0bf0eee4c8b694c1371f069afd0db04c3c066d
SHA512
a74667242ce246fbdb7f879be797ca611e68bbfd1f6cf26e80f2a8a3c853d1e975055ad5037530ff418fcb2315e29685686159508ffb0e1b28124a2728585df5
MISC metadata.xml 351 BLAKE2B
34f21c8e09c7320662978fc59b977936ec6e7df40e2fd6162e790c8a338f90c1eb3c56dd74b61063381cc876716afc049ffc0e866c3c05b5fe88e993fba1bf41
SHA512
8838772b55341e31d6046f3a9be9f9a3892efa00c8fa4bf39e7f1c045abb81c39ad7244832152a166697ca979808c4435d064ef67cc4ce13076b9215b654a723
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEzBAEBCAAdFiEEdP/VdIYNMe45RAljV09u/05HdRcFAl+oidcACgkQV09u/05H
+dReVIAf/VtRgGXZC24EM5FwJi5ufCrh/vcjlmiWWZfDO967lee8vQ3Cp+BUEJ1Pi
+DlnzedM72f2/Qu2r9pv0ncETdvj40MYWdwuUU90EmaY/6qupD8/HVtz4dUvAJAsA
+tTKWZeWQ6NpDLnVFUZGqRjQ0ZzUTxy9/VRQ6gMmAeqhlCmYfXEcaxBtexI35VjUE
+tU0OevuZJVXOeH55V6RjSvG/qN7u1jkdm1hJuWQzU4YgiaincPAZbGksQOZjlJQR
+RwS9FDrVQaZthmjhcNsreyVWnEL1HZq7GNZx3ayDlBXeo4b3DFWxtL1hUhQKaWNN
+7efM1Al6g5kPCKWb5exDhWTQ8HPC6A==
+=ocol
+-----END PGP SIGNATURE-----
diff -r 3abe6fecdc97 -r cde2403273a5
dev-python/sentry_tryton/sentry_tryton-0.3.ebuild
--- a/dev-python/sentry_tryton/sentry_tryton-0.3.ebuild Mon Nov 09 01:09:45
2020 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Sentry integration for the Tryton"
-HOMEPAGE="https://bitbucket.org/pokoli/sentry-tryton/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-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}]"
-BDEPEND=""
-
-DOCS=( README )
diff -r 3abe6fecdc97 -r cde2403273a5
dev-python/sentry_tryton/sentry_tryton-0.6.ebuild
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-python/sentry_tryton/sentry_tryton-0.6.ebuild Mon Nov 09 01:14:15
2020 +0100
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5..7} )
+inherit distutils-r1
+
+DESCRIPTION="Sentry integration for the Tryton"
+HOMEPAGE="https://bitbucket.org/pokoli/sentry-tryton/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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}]"
+BDEPEND=""
+
+DOCS=( README )