changeset eff31154f26d in tryton-overlay:default
details: https://hg.tryton.org/tryton-overlay?cmd=changeset&node=eff31154f26d
description:
        app-tryton/web_shop_vue_storefront: Add missing 6.0 series
diffstat:

 app-tryton/web_shop_vue_storefront/Manifest                             |   2 +
 app-tryton/web_shop_vue_storefront/web_shop_vue_storefront-6.0.0.ebuild |  45 
++++++++++
 2 files changed, 47 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 0618ed8bf706 -r eff31154f26d app-tryton/web_shop_vue_storefront/Manifest
--- a/app-tryton/web_shop_vue_storefront/Manifest       Tue Jun 14 00:31:55 
2022 +0200
+++ b/app-tryton/web_shop_vue_storefront/Manifest       Tue Jun 14 00:35:13 
2022 +0200
@@ -1,5 +1,7 @@
+DIST trytond_web_shop_vue_storefront-6.0.0.tar.gz 39059 BLAKE2B 
2fcb66707edca1e25bb9781528d698682e2c47bff6b33d3336aa63673128a10f1f5d1907011e0035350d6cfffb17b42aee3c312681b93d62909c861fa7d6f2f3
 SHA512 
0e6e97c208ec593924731e472078fbb9cc3b62f61bd4db34adbff5b1fc50704111f6b0af7f9252689f35118211d945bb04595bef0504d848de4fc67f3f674b09
 DIST trytond_web_shop_vue_storefront-6.2.1.tar.gz 39730 BLAKE2B 
adf481e06488dfe0e0e97d9719075cbd3c8e18c0479d85487bb3f62f2192965416a4fadc8f2bad4d02ed6d5336a227e74c9e03fb74c055fc983afeca9af52d9a
 SHA512 
e645fa64628b0796bf0eaea3fbeb23179f181e465d0619bbcd7911db5909409256cee25b7b249f4beb23f7d09d6b9b4f68d662c5ce570311f7f69e7d6e63e319
 DIST trytond_web_shop_vue_storefront-6.4.0.tar.gz 40164 BLAKE2B 
14cb56a31489b0c563eeaa3cfd87335371f1122ef0774262affd6f15351b91d2ecc7f3603eb1b4796b42f01d4059b366b6a36864c0920c580b318eb46739a5bc
 SHA512 
cc40ea29e93df3f11b9643a4ae8b64c605244dc5038ecedaa67f4cc25a66005bdf43f2921cd76fb802d132d92ebc693421c946b222c4688bc6db92da8cd398b5
+EBUILD web_shop_vue_storefront-6.0.0.ebuild 1415 BLAKE2B 
a58a42853d87f224049737c9290883b2bef0f726552f4cd98a40ed9b25d6d0c0e0e9f084f2c8f1d0498948007ebdd9575bfaf160b9c7e15c45826871b5080512
 SHA512 
3885fd276e3afb126d6af7886d69b60f1b25f886810483563159852b92bc47c0851be04c22ab2c2a667b7ea8f4b200aa73769b0973dedd8b05e3e938c168dcce
 EBUILD web_shop_vue_storefront-6.2.1.ebuild 1477 BLAKE2B 
b1cbe911fa8f400ffa0ba6441e66ae11216b683fb0464b53f70f5517939610ab76a9d035e8eb20616876ff3d3705ceb56b7e1e530453d10c1ed3c33aab149f14
 SHA512 
fbb69b70575a380c3d0ad77d70f5ca01b2a6511d457d3544118ded9a1906ceb60724546be5dc58da61d839dfbe3afc11880f0af50f82826d1d55f5546cc8ce40
 EBUILD web_shop_vue_storefront-6.4.0.ebuild 1490 BLAKE2B 
6eb1de94c683c8b432406dbb7643dece67a43b7bcd4aacd4c21c1b1aaa0f7dab487aeebe6fa48d6c5de20e73d8ebc2f93b14f8d91e1593953e3cbc9395e0502a
 SHA512 
ea2f6c918ea267af7b7dfc7f9c4002457c93df6739e70014994f83ec9da63e19c1c2432ba540c756bbe0a6bccea77f95df3583e37cc4268fc482af6e5dc12297
 MISC metadata.xml 244 BLAKE2B 
22202496ed73b3f448fa8209c19fe2d468a497e572fb0ea992c4eaacc812c69f63beb0c33cc2269e17a2f5b34ad94a46038e082957932a8188cb0f2a741605f3
 SHA512 
5bb1e34286d9d961d6761fed151e3dcc32a4a6b059ad8c0b66324e352a7cdfc40a9417f769da5ec7c46d205181a429a4c01d8e8f13bbdfd0b185874bcffd06bb
diff -r 0618ed8bf706 -r eff31154f26d 
app-tryton/web_shop_vue_storefront/web_shop_vue_storefront-6.0.0.ebuild
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/app-tryton/web_shop_vue_storefront/web_shop_vue_storefront-6.0.0.ebuild   
Tue Jun 14 00:35:13 2022 +0200
@@ -0,0 +1,45 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Integrate with Vue Storefront"
+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/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/web_shop-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/web_user-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       dev-python/elasticsearch-py[${PYTHON_USEDEP}]
+       >=dev-python/python-stdnum-1.1.0[${PYTHON_USEDEP}]
+       dev-python/werkzeug[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       test? (
+               $(python_gen_impl_dep sqlite)
+               =dev-python/proteus-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+               =app-tryton/product_attribute-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+               =app-tryton/sale_promotion_coupon-$(ver_cut 
1-2)*[${PYTHON_USEDEP}]
+               =app-tryton/sale_shipment_cost-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+               =app-tryton/carrier-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       )"
+RESTRICT="!test? ( test )"
+
+S=${WORKDIR}/trytond_${P}
+
+DOCS="CHANGELOG COPYRIGHT doc/*.rst"
+
+python_test() {
+       DB_NAME=":memory:" esetup.py test || die
+}

Reply via email to