summaryrefslogtreecommitdiff
path: root/finance/py-trytond-sale-shipment-grouping
diff options
context:
space:
mode:
Diffstat (limited to 'finance/py-trytond-sale-shipment-grouping')
-rw-r--r--finance/py-trytond-sale-shipment-grouping/DESCR1
-rw-r--r--finance/py-trytond-sale-shipment-grouping/Makefile20
-rw-r--r--finance/py-trytond-sale-shipment-grouping/PLIST39
-rw-r--r--finance/py-trytond-sale-shipment-grouping/distinfo6
4 files changed, 66 insertions, 0 deletions
diff --git a/finance/py-trytond-sale-shipment-grouping/DESCR b/finance/py-trytond-sale-shipment-grouping/DESCR
new file mode 100644
index 00000000000..e700ccf3550
--- /dev/null
+++ b/finance/py-trytond-sale-shipment-grouping/DESCR
@@ -0,0 +1 @@
+The sale shipment grouping module of the Tryton application platform.
diff --git a/finance/py-trytond-sale-shipment-grouping/Makefile b/finance/py-trytond-sale-shipment-grouping/Makefile
new file mode 100644
index 00000000000..83df79b4e72
--- /dev/null
+++ b/finance/py-trytond-sale-shipment-grouping/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:04 rodent Exp $
+TRYTON_MODULE_NAME= trytond_sale_shipment_grouping
+.include "../../devel/py-trytond/Makefile.common"
+CATEGORIES= finance python
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.tryton.org/
+COMMENT= Sale shipment grouping of the Tryton application platform
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party
+DEPENDS+= ${PYPKGPREFIX}-trytond-stock>=${TRYTON_BASEVER}:../../misc/py-trytond-stock
+DEPENDS+= ${PYPKGPREFIX}-trytond-sale>=${TRYTON_BASEVER}:../../finance/py-trytond-sale
+DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/finance/py-trytond-sale-shipment-grouping/PLIST b/finance/py-trytond-sale-shipment-grouping/PLIST
new file mode 100644
index 00000000000..484ca3f04f2
--- /dev/null
+++ b/finance/py-trytond-sale-shipment-grouping/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:04 rodent Exp $
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/__init__.py
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/__init__.pyc
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/__init__.pyo
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/bg.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/ca.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/cs.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/de.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/es.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/es_419.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/fr.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/hu_HU.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/it_IT.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/ja_JP.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/lo.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/lt.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/nl.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/pl.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/pt_BR.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/ru.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/sl.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/zh_CN.po
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/party.py
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/party.pyc
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/party.pyo
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/party.xml
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/sale.py
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/sale.pyc
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/sale.pyo
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/tests/scenario_sale_shipment_grouping.rst
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/tryton.cfg
+${PYSITELIB}/trytond/modules/sale_shipment_grouping/view/party_form.xml
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/finance/py-trytond-sale-shipment-grouping/distinfo b/finance/py-trytond-sale-shipment-grouping/distinfo
new file mode 100644
index 00000000000..0519712aca1
--- /dev/null
+++ b/finance/py-trytond-sale-shipment-grouping/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/12/04 21:13:04 rodent Exp $
+
+SHA1 (tryton-4.2/trytond_sale_shipment_grouping-4.2.0.tar.gz) = bd788afb972b2e502ebe6282d14d58bcfdcdd7e6
+RMD160 (tryton-4.2/trytond_sale_shipment_grouping-4.2.0.tar.gz) = 2d31801a4a10945a2acb3900fdb466ad54dec6eb
+SHA512 (tryton-4.2/trytond_sale_shipment_grouping-4.2.0.tar.gz) = 7ad963b4f7b384f8ccc92e0d9076900fea2054d227a77a431b2c910d0c95ae14796d5af91841e66c04fc8ad020a48089ea72bd6e0613d1d9afd5cd927f15be51
+Size (tryton-4.2/trytond_sale_shipment_grouping-4.2.0.tar.gz) = 21060 bytes