summaryrefslogtreecommitdiff
path: root/finance/py-trytond-sale
diff options
context:
space:
mode:
authorrodent <rodent>2016-12-04 21:12:58 +0000
committerrodent <rodent>2016-12-04 21:12:58 +0000
commit1086d6baf0e9073ca31e2c64a6531af3fbe54e34 (patch)
tree4dce445787e684a64a669ac8ea2a17e6b690e864 /finance/py-trytond-sale
parentbe2201fb8e9e21b1569942f8febafefc54012eda (diff)
downloadpkgsrc-1086d6baf0e9073ca31e2c64a6531af3fbe54e34.tar.gz
It's time to make Tryton great again. This update is YUGE. There are 71
new packages. Most of which are the remaining modules of the Tryton platform which weren't packaged. The others are dependencies of the new modules. This was tested on FreeBSD and is based in large part on Richard Palo's (richard@) work. This is the most recent release of the Tryton platform, version 4.2. There's a very large list of changes from the 3.8 series we have in pkgsrc. If you're interested, those functional changes can be found here: http://www.tryton.org/posts/new-tryton-release-42.html http://www.tryton.org/posts/new-tryton-release-40.html
Diffstat (limited to 'finance/py-trytond-sale')
-rw-r--r--finance/py-trytond-sale/Makefile22
-rw-r--r--finance/py-trytond-sale/PLIST49
-rw-r--r--finance/py-trytond-sale/distinfo10
3 files changed, 42 insertions, 39 deletions
diff --git a/finance/py-trytond-sale/Makefile b/finance/py-trytond-sale/Makefile
index ab97e205e64..b1e2a07bd81 100644
--- a/finance/py-trytond-sale/Makefile
+++ b/finance/py-trytond-sale/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/08/24 14:49:43 richard Exp $
+# $NetBSD: Makefile,v 1.2 2016/12/04 21:13:03 rodent Exp $
TRYTON_MODULE_NAME= trytond_sale
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= finance python
@@ -9,16 +9,16 @@ COMMENT= Sale module of the Tryton application platform
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql
-DEPENDS+= ${PYPKGPREFIX}-trytond-company-[0-9]*:../../misc/py-trytond-company
-DEPENDS+= ${PYPKGPREFIX}-trytond-party-[0-9]*:../../misc/py-trytond-party
-DEPENDS+= ${PYPKGPREFIX}-trytond-product-[0-9]*:../../misc/py-trytond-product
-DEPENDS+= ${PYPKGPREFIX}-trytond-stock-[0-9]*:../../misc/py-trytond-stock
-DEPENDS+= ${PYPKGPREFIX}-trytond-account-invoice-stock-[0-9]*:../../finance/py-trytond-account-invoice-stock
-DEPENDS+= ${PYPKGPREFIX}-trytond-account-invoice-[0-9]*:../../finance/py-trytond-account-invoice
-DEPENDS+= ${PYPKGPREFIX}-trytond-account-[0-9]*:../../finance/py-trytond-account
-DEPENDS+= ${PYPKGPREFIX}-trytond-account-product-[0-9]*:../../finance/py-trytond-account-product
-DEPENDS+= ${PYPKGPREFIX}-trytond-currency-[0-9]*:../../finance/py-trytond-currency
-DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
+DEPENDS+= ${PYPKGPREFIX}-trytond-company>=${TRYTON_BASEVER}:../../misc/py-trytond-company
+DEPENDS+= ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party
+DEPENDS+= ${PYPKGPREFIX}-trytond-product>=${TRYTON_BASEVER}:../../misc/py-trytond-product
+DEPENDS+= ${PYPKGPREFIX}-trytond-stock>=${TRYTON_BASEVER}:../../misc/py-trytond-stock
+DEPENDS+= ${PYPKGPREFIX}-trytond-account-invoice-stock>=${TRYTON_BASEVER}:../../finance/py-trytond-account-invoice-stock
+DEPENDS+= ${PYPKGPREFIX}-trytond-account-invoice>=${TRYTON_BASEVER}:../../finance/py-trytond-account-invoice
+DEPENDS+= ${PYPKGPREFIX}-trytond-account>=${TRYTON_BASEVER}:../../finance/py-trytond-account
+DEPENDS+= ${PYPKGPREFIX}-trytond-account-product>=${TRYTON_BASEVER}:../../finance/py-trytond-account-product
+DEPENDS+= ${PYPKGPREFIX}-trytond-currency>=${TRYTON_BASEVER}:../../finance/py-trytond-currency
+DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
USE_LANGUAGES= # none
diff --git a/finance/py-trytond-sale/PLIST b/finance/py-trytond-sale/PLIST
index b24a430db86..ccc56d28760 100644
--- a/finance/py-trytond-sale/PLIST
+++ b/finance/py-trytond-sale/PLIST
@@ -1,11 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/11/22 08:05:09 richard Exp $
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:03 rodent Exp $
${PYSITELIB}/trytond/modules/sale/__init__.py
${PYSITELIB}/trytond/modules/sale/__init__.pyc
${PYSITELIB}/trytond/modules/sale/__init__.pyo
@@ -16,24 +9,27 @@ ${PYSITELIB}/trytond/modules/sale/configuration.xml
${PYSITELIB}/trytond/modules/sale/invoice.py
${PYSITELIB}/trytond/modules/sale/invoice.pyc
${PYSITELIB}/trytond/modules/sale/invoice.pyo
-${PYSITELIB}/trytond/modules/sale/locale/bg_BG.po
-${PYSITELIB}/trytond/modules/sale/locale/ca_ES.po
-${PYSITELIB}/trytond/modules/sale/locale/cs_CZ.po
-${PYSITELIB}/trytond/modules/sale/locale/de_DE.po
-${PYSITELIB}/trytond/modules/sale/locale/es_AR.po
-${PYSITELIB}/trytond/modules/sale/locale/es_CO.po
-${PYSITELIB}/trytond/modules/sale/locale/es_EC.po
-${PYSITELIB}/trytond/modules/sale/locale/es_ES.po
-${PYSITELIB}/trytond/modules/sale/locale/es_MX.po
-${PYSITELIB}/trytond/modules/sale/locale/fr_FR.po
+${PYSITELIB}/trytond/modules/sale/locale/bg.po
+${PYSITELIB}/trytond/modules/sale/locale/ca.po
+${PYSITELIB}/trytond/modules/sale/locale/cs.po
+${PYSITELIB}/trytond/modules/sale/locale/de.po
+${PYSITELIB}/trytond/modules/sale/locale/es.po
+${PYSITELIB}/trytond/modules/sale/locale/es_419.po
+${PYSITELIB}/trytond/modules/sale/locale/fr.po
${PYSITELIB}/trytond/modules/sale/locale/hu_HU.po
${PYSITELIB}/trytond/modules/sale/locale/it_IT.po
${PYSITELIB}/trytond/modules/sale/locale/ja_JP.po
-${PYSITELIB}/trytond/modules/sale/locale/lt_LT.po
-${PYSITELIB}/trytond/modules/sale/locale/nl_NL.po
+${PYSITELIB}/trytond/modules/sale/locale/lo.po
+${PYSITELIB}/trytond/modules/sale/locale/lt.po
+${PYSITELIB}/trytond/modules/sale/locale/nl.po
+${PYSITELIB}/trytond/modules/sale/locale/pl.po
${PYSITELIB}/trytond/modules/sale/locale/pt_BR.po
-${PYSITELIB}/trytond/modules/sale/locale/ru_RU.po
-${PYSITELIB}/trytond/modules/sale/locale/sl_SI.po
+${PYSITELIB}/trytond/modules/sale/locale/ru.po
+${PYSITELIB}/trytond/modules/sale/locale/sl.po
+${PYSITELIB}/trytond/modules/sale/locale/zh_CN.po
+${PYSITELIB}/trytond/modules/sale/party.py
+${PYSITELIB}/trytond/modules/sale/party.pyc
+${PYSITELIB}/trytond/modules/sale/party.pyo
${PYSITELIB}/trytond/modules/sale/party.xml
${PYSITELIB}/trytond/modules/sale/product.py
${PYSITELIB}/trytond/modules/sale/product.pyc
@@ -65,8 +61,15 @@ ${PYSITELIB}/trytond/modules/sale/view/product_list_sale_line.xml
${PYSITELIB}/trytond/modules/sale/view/return_sale_start_form.xml
${PYSITELIB}/trytond/modules/sale/view/sale_form.xml
${PYSITELIB}/trytond/modules/sale/view/sale_line_form.xml
-${PYSITELIB}/trytond/modules/sale/view/sale_line_tree_sequence.xml
${PYSITELIB}/trytond/modules/sale/view/sale_line_tree.xml
+${PYSITELIB}/trytond/modules/sale/view/sale_line_tree_sequence.xml
${PYSITELIB}/trytond/modules/sale/view/sale_tree.xml
${PYSITELIB}/trytond/modules/sale/view/template_form.xml
${PYSITELIB}/trytond/modules/sale/view/template_tree.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/distinfo b/finance/py-trytond-sale/distinfo
index 42c2599d54c..8b4a8a78c5a 100644
--- a/finance/py-trytond-sale/distinfo
+++ b/finance/py-trytond-sale/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/22 08:05:09 richard Exp $
+$NetBSD: distinfo,v 1.4 2016/12/04 21:13:03 rodent Exp $
-SHA1 (tryton-3.8/trytond_sale-3.8.0.tar.gz) = e3d7a08abee9804548614f92c0c615f6e1fe817b
-RMD160 (tryton-3.8/trytond_sale-3.8.0.tar.gz) = a419f5b6353839b9e056aac491dd920add81a265
-SHA512 (tryton-3.8/trytond_sale-3.8.0.tar.gz) = f8bc33d3754ddd922a9751ba4eaad9cc5be1f5df3b70cb639e44e2ee20abd12fae34b7835a1e0ca4acec9314d4d81a6e71189c25f32e5b7f94bae483c8721e52
-Size (tryton-3.8/trytond_sale-3.8.0.tar.gz) = 86465 bytes
+SHA1 (tryton-4.2/trytond_sale-4.2.0.tar.gz) = ade884e584196fdebe13ba9263fd5db8383055b7
+RMD160 (tryton-4.2/trytond_sale-4.2.0.tar.gz) = 54fa10430aa9af4475a4cfd4f85288b95832371b
+SHA512 (tryton-4.2/trytond_sale-4.2.0.tar.gz) = ce17ebf11edaed997bde219816bb6621af76e3333c72aef6b1c29b17cbf81a0d7bf1988ad718fdcf1c4c168cb9cfe8290e7c6ec355ff24bde23b0222b21385b5
+Size (tryton-4.2/trytond_sale-4.2.0.tar.gz) = 89734 bytes