details: https://code.tryton.org/gentoo-overlay/commit/77198a626a7a
branch: default
user: Cédric Krier <[email protected]>
date: Thu Mar 05 21:09:13 2026 +0100
description:
app-tryton/edocument_peppol: version bumps
diffstat:
app-tryton/edocument_peppol/Manifest | 4 +-
app-tryton/edocument_peppol/edocument_peppol-7.8.3.ebuild | 38 ---------------
app-tryton/edocument_peppol/edocument_peppol-7.8.4.ebuild | 38 +++++++++++++++
3 files changed, 40 insertions(+), 40 deletions(-)
diffs (93 lines):
diff -r 665879b8995a -r 77198a626a7a app-tryton/edocument_peppol/Manifest
--- a/app-tryton/edocument_peppol/Manifest Thu Mar 05 21:08:40 2026 +0100
+++ b/app-tryton/edocument_peppol/Manifest Thu Mar 05 21:09:13 2026 +0100
@@ -1,3 +1,3 @@
-DIST trytond_edocument_peppol-7.8.3.tar.gz 35813 BLAKE2B
af4452034349975ab2ea2b4fbef55cab1ac0865b06322f348227d3184df31e22842ece5dc796060f4d533f59902b7c33b7e70982a89b5ed729d5b7541387af17
SHA512
4bf8c8d2837ded4ab252b87b1d05e6e047b67d77fbb09091b458751817dc51bc090412b43ebeea7e705a2b41175f4bd0b38550f69f6e7659ea2062a68f96c8ab
-EBUILD edocument_peppol-7.8.3.ebuild 1017 BLAKE2B
168a36b07b6964918a7bddeb5f8b294a3bc57e69a7fa796460c35531f882ff4d3660a59dacda7453319097c7e11ec4f23f3234672fee5fdd28754c6388df65b6
SHA512
41485e50c055b01220b2314bb763e36b5a8f856a890e9d75717e9af63e6ae7ddb964cb882cda7c31b9e12a838f92f257bbba06ff26d21d3acc6d4bddb1a31852
+DIST trytond_edocument_peppol-7.8.4.tar.gz 35900 BLAKE2B
9495c6dc3d51af65cb29a50a9c6fb0d0821eea82769836012b3897f1bb17136ed87b0274c47467a314a74173955ce0e90002ab9e907298c759be960a0ce51728
SHA512
648b27e19c72d9c644f2ee33be89336b5048331e4a6e8a3b3cffe62e297305d9c35966706ff976f98603308f05f956468040fe989e9d62f32e0f3d6c1ae4ca5e
+EBUILD edocument_peppol-7.8.4.ebuild 1017 BLAKE2B
168a36b07b6964918a7bddeb5f8b294a3bc57e69a7fa796460c35531f882ff4d3660a59dacda7453319097c7e11ec4f23f3234672fee5fdd28754c6388df65b6
SHA512
41485e50c055b01220b2314bb763e36b5a8f856a890e9d75717e9af63e6ae7ddb964cb882cda7c31b9e12a838f92f257bbba06ff26d21d3acc6d4bddb1a31852
MISC metadata.xml 328 BLAKE2B
1fe715ebcd1672f7c731dca270b94eb1650381a23fecf913939f9b90fb8ba05b7888387f7764cc20ff6fe3faf50aace7c1c24be54a5688ae23e75a101bb77149
SHA512
6a7c2d65c3f28d35c14314ad6cb1426847c7f7e7c1b0a6a2ed25653497924090d9c42bb7df9a8bc7590008352a269dfdbe3af7a1f7cc4fa351a0dce73186c2a9
diff -r 665879b8995a -r 77198a626a7a
app-tryton/edocument_peppol/edocument_peppol-7.8.3.ebuild
--- a/app-tryton/edocument_peppol/edocument_peppol-7.8.3.ebuild Thu Mar 05
21:08:40 2026 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..13} )
-PYPI_PN="trytond_${PN}"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Tryton module to exchange electronic document via Peppol"
-HOMEPAGE="http://www.tryton.org/"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="=app-office/trytond-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
- =app-tryton/account_invoice-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
- =app-tryton/company-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
- =app-tryton/edocument_ubl-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
- =app-tryton/party-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
- dev-python/python-sql[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? (
- $(python_gen_impl_dep sqlite)
- =dev-python/proteus-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
- )"
-RESTRICT="!test? ( test )"
-
-DOCS="CHANGELOG COPYRIGHT doc/*.rst"
-
-distutils_enable_tests unittest
-
-python_test() {
- DB_NAME=":memory:" TEST_NETWORK=0 eunittest
-}
diff -r 665879b8995a -r 77198a626a7a
app-tryton/edocument_peppol/edocument_peppol-7.8.4.ebuild
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app-tryton/edocument_peppol/edocument_peppol-7.8.4.ebuild Thu Mar 05
21:09:13 2026 +0100
@@ -0,0 +1,38 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..13} )
+PYPI_PN="trytond_${PN}"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Tryton module to exchange electronic document via Peppol"
+HOMEPAGE="http://www.tryton.org/"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="=app-office/trytond-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+ =app-tryton/account_invoice-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+ =app-tryton/company-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+ =app-tryton/edocument_ubl-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+ =app-tryton/party-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+ dev-python/python-sql[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? (
+ $(python_gen_impl_dep sqlite)
+ =dev-python/proteus-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+ )"
+RESTRICT="!test? ( test )"
+
+DOCS="CHANGELOG COPYRIGHT doc/*.rst"
+
+distutils_enable_tests unittest
+
+python_test() {
+ DB_NAME=":memory:" TEST_NETWORK=0 eunittest
+}