changeset 8ffc2198a988 in tryton-overlay:default
details: https://hg.tryton.org/tryton-overlay?cmd=changeset&node=8ffc2198a988
description:
        app-tryton/sale_point: version bumps
diffstat:

 app-tryton/sale_point/Manifest                |   4 +-
 app-tryton/sale_point/sale_point-6.4.0.ebuild |  43 ---------------------------
 app-tryton/sale_point/sale_point-6.4.1.ebuild |  43 +++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 45 deletions(-)

diffs (105 lines):

diff -r c2bb17888155 -r 8ffc2198a988 app-tryton/sale_point/Manifest
--- a/app-tryton/sale_point/Manifest    Fri Aug 05 00:27:14 2022 +0200
+++ b/app-tryton/sale_point/Manifest    Fri Aug 05 00:27:51 2022 +0200
@@ -1,5 +1,5 @@
 DIST trytond_sale_point-6.2.2.tar.gz 51816 BLAKE2B 
81a7f9d82c5993944c18dd6c029f60d884f8b9a7d378aaf24bbd5d53cb934b5936993605ef08efd4eec0ba7955015504ba928266a1e162866c207bf3a7612653
 SHA512 
2cc94a9056c3f1aff87e4de2112cc53fb33da5ef8f2ae4f6859484c21324db23993d8a71d94edbce09816757682943b5c0f3eb71404033627e30d5173ff143f3
-DIST trytond_sale_point-6.4.0.tar.gz 53331 BLAKE2B 
e6a48a587468f3df7e0215dd004b35aa244bb8d4c4541120897d4579a07b199439d674a3f3d3be634cb7c2c828e161149306572722d95db319a915972bdbc0eb
 SHA512 
049c7bc1704646c4892656e605828022f737fe31de9a515d93a9e74be3007ce06c65b1c0d807af71bb8c068c91be4a41ea3c4dabacc5769276bfc1fa375df044
+DIST trytond_sale_point-6.4.1.tar.gz 53190 BLAKE2B 
9784e84f9d81eda2dbc4ef09e773d40e453cf51a6a0626c6e8bfae5eca421b21ac8366f9ca9caa2462c48b8526f1e1ecc4d1d52d1ac38504023537bbbfdade24
 SHA512 
ed015e776a7e8292014f2be65a940f2ddf87f6cdd014e38f6c517421796eaa346611b1f457549f7484ca0892d638e3123450b3adf5f5083640b485956b269f35
 EBUILD sale_point-6.2.2.ebuild 1177 BLAKE2B 
490aeb99c726132853ccc570b739b1871d24b8c2900ca14a9919cd68b710fe86d11a295c9fccc635496122109c2cb95646bbfa80bf85211ec9fe41c6faa2919d
 SHA512 
19f2de89ee67190d5abca9c12357b0bf91ba4430c47847d845a041bed32d927972a4076f300eaa3f916578705d4a7dc3d3931e3025dcb13353611ec77bc63731
-EBUILD sale_point-6.4.0.ebuild 1190 BLAKE2B 
1360aab92fbaf1c6dc3c86c51b8795f88a6c195103761902aab89067133aadc575448e9ae2ccb73afe64a69ffbe9c8130cad29549f490fc06a0a4540337c9b1f
 SHA512 
a406b3ceaff35e2e6a6c06be4d08568aed4a35dc86f655bf9297a3ea9b4863aaf6d7811a6db280decd0caee3228d12f08e9ae77428e1795c9ad9677e51da21a4
+EBUILD sale_point-6.4.1.ebuild 1190 BLAKE2B 
1360aab92fbaf1c6dc3c86c51b8795f88a6c195103761902aab89067133aadc575448e9ae2ccb73afe64a69ffbe9c8130cad29549f490fc06a0a4540337c9b1f
 SHA512 
a406b3ceaff35e2e6a6c06be4d08568aed4a35dc86f655bf9297a3ea9b4863aaf6d7811a6db280decd0caee3228d12f08e9ae77428e1795c9ad9677e51da21a4
 MISC metadata.xml 241 BLAKE2B 
8d27e5418bef2dffe2becb2e4dee0ae1cf02da46ae6c8f9d7f0f4191b9b1d6e1f0b3f97b989633875ddcc9ab0be83b3d76da02d73d6189d22c56dd9872e0ddaf
 SHA512 
822d51a7a83ac88dc470a783fd47c26009fe930492b69eb540739c23f724654eab8252950d276ee07a040465bd41ec4fd206d9ec340cf92b232cc2a99b965886
diff -r c2bb17888155 -r 8ffc2198a988 
app-tryton/sale_point/sale_point-6.4.0.ebuild
--- a/app-tryton/sale_point/sale_point-6.4.0.ebuild     Fri Aug 05 00:27:14 
2022 +0200
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tryton module for Point of Sales"
-HOMEPAGE="http://www.tryton.org/";
-SRC_URI="mirror://pypi/t/trytond_${PN}/trytond_${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="=app-office/trytond-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/account-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/account_product-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/company-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/party-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/product-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/sale-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/stock-$(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 )"
-
-S=${WORKDIR}/trytond_${P}
-
-DOCS="CHANGELOG COPYRIGHT doc/*.rst"
-
-distutils_enable_tests unittest
-
-python_test() {
-       DB_NAME=":memory:" eunittest
-}
diff -r c2bb17888155 -r 8ffc2198a988 
app-tryton/sale_point/sale_point-6.4.1.ebuild
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/app-tryton/sale_point/sale_point-6.4.1.ebuild     Fri Aug 05 00:27:51 
2022 +0200
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tryton module for Point of Sales"
+HOMEPAGE="http://www.tryton.org/";
+SRC_URI="mirror://pypi/t/trytond_${PN}/trytond_${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="=app-office/trytond-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/account-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/account_product-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/company-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/party-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/product-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/sale-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/stock-$(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 )"
+
+S=${WORKDIR}/trytond_${P}
+
+DOCS="CHANGELOG COPYRIGHT doc/*.rst"
+
+distutils_enable_tests unittest
+
+python_test() {
+       DB_NAME=":memory:" eunittest
+}

Reply via email to