diff options
author | rodent <rodent@pkgsrc.org> | 2015-03-15 00:17:34 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-03-15 00:17:34 +0000 |
commit | 69d3a57c0daa68dc3045d68dbf25d4ff4e6a78db (patch) | |
tree | 94a6fad10c0ec3d69c344173dfd885c64ac640b7 /finance/py-trytond-account-invoice | |
parent | b2194919bbf122e7eb337d704ab907addcadd416 (diff) | |
download | pkgsrc-69d3a57c0daa68dc3045d68dbf25d4ff4e6a78db.tar.gz |
Apply modified patch sent by palo@ in private mail. This brings all these
packages to version 3.4.x. May this not break anything (although i feel it
might).
Diffstat (limited to 'finance/py-trytond-account-invoice')
-rw-r--r-- | finance/py-trytond-account-invoice/Makefile | 11 | ||||
-rw-r--r-- | finance/py-trytond-account-invoice/PLIST | 9 | ||||
-rw-r--r-- | finance/py-trytond-account-invoice/distinfo | 8 |
3 files changed, 16 insertions, 12 deletions
diff --git a/finance/py-trytond-account-invoice/Makefile b/finance/py-trytond-account-invoice/Makefile index f2135a9b149..c265b772230 100644 --- a/finance/py-trytond-account-invoice/Makefile +++ b/finance/py-trytond-account-invoice/Makefile @@ -1,10 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2014/06/25 06:03:37 richard Exp $ - +# $NetBSD: Makefile,v 1.7 2015/03/15 00:17:34 rodent Exp $ +TRYTON_MODULE_NAME= trytond_account_invoice .include "../../devel/py-trytond/Makefile.common" -DISTNAME= trytond_account_invoice-${TRYTOND_VERSION} -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= finance python -MASTER_SITES= ${TRYTON_SITES} MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://www.tryton.org/ @@ -13,11 +10,11 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql DEPENDS+= ${PYPKGPREFIX}-trytond-account-product-[0-9]*:../../finance/py-trytond-account-product -DEPENDS+= ${PYPKGPREFIX}-trytond-product-[0-9]*:../../misc/py-trytond-product DEPENDS+= ${PYPKGPREFIX}-trytond-account-[0-9]*:../../finance/py-trytond-account +DEPENDS+= ${PYPKGPREFIX}-trytond-currency-[0-9]*:../../finance/py-trytond-currency DEPENDS+= ${PYPKGPREFIX}-trytond-company-[0-9]*:../../misc/py-trytond-company DEPENDS+= ${PYPKGPREFIX}-trytond-party-[0-9]*:../../misc/py-trytond-party -DEPENDS+= ${PYPKGPREFIX}-trytond-currency-[0-9]*:../../finance/py-trytond-currency +DEPENDS+= ${PYPKGPREFIX}-trytond-product-[0-9]*:../../misc/py-trytond-product DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none diff --git a/finance/py-trytond-account-invoice/PLIST b/finance/py-trytond-account-invoice/PLIST index aff765454a7..c42251f58c2 100644 --- a/finance/py-trytond-account-invoice/PLIST +++ b/finance/py-trytond-account-invoice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/02/01 19:45:37 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/03/15 00:17:34 rodent Exp $ ${PYSITELIB}/trytond/modules/account_invoice/__init__.py ${PYSITELIB}/trytond/modules/account_invoice/__init__.pyc ${PYSITELIB}/trytond/modules/account_invoice/__init__.pyo @@ -17,6 +17,7 @@ ${PYSITELIB}/trytond/modules/account_invoice/locale/cs_CZ.po ${PYSITELIB}/trytond/modules/account_invoice/locale/de_DE.po ${PYSITELIB}/trytond/modules/account_invoice/locale/es_AR.po ${PYSITELIB}/trytond/modules/account_invoice/locale/es_CO.po +${PYSITELIB}/trytond/modules/account_invoice/locale/es_EC.po ${PYSITELIB}/trytond/modules/account_invoice/locale/es_ES.po ${PYSITELIB}/trytond/modules/account_invoice/locale/fr_FR.po ${PYSITELIB}/trytond/modules/account_invoice/locale/nl_NL.po @@ -33,12 +34,18 @@ ${PYSITELIB}/trytond/modules/account_invoice/payment_term.xml ${PYSITELIB}/trytond/modules/account_invoice/tests/__init__.py ${PYSITELIB}/trytond/modules/account_invoice/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account_invoice/tests/__init__.pyo +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_alternate_currency.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_supplier.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice.rst ${PYSITELIB}/trytond/modules/account_invoice/tests/test_account_invoice.py ${PYSITELIB}/trytond/modules/account_invoice/tests/test_account_invoice.pyc ${PYSITELIB}/trytond/modules/account_invoice/tests/test_account_invoice.pyo ${PYSITELIB}/trytond/modules/account_invoice/tryton.cfg ${PYSITELIB}/trytond/modules/account_invoice/view/address_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/address_tree.xml +${PYSITELIB}/trytond/modules/account_invoice/view/configuration_form.xml +${PYSITELIB}/trytond/modules/account_invoice/view/configuration_tax_rounding_form.xml +${PYSITELIB}/trytond/modules/account_invoice/view/configuration_tax_rounding_list.xml ${PYSITELIB}/trytond/modules/account_invoice/view/credit_start_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/fiscalyear_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/invoice_form.xml diff --git a/finance/py-trytond-account-invoice/distinfo b/finance/py-trytond-account-invoice/distinfo index 53e4b2e381c..bcab78e9d80 100644 --- a/finance/py-trytond-account-invoice/distinfo +++ b/finance/py-trytond-account-invoice/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/05/03 22:28:04 rodent Exp $ +$NetBSD: distinfo,v 1.4 2015/03/15 00:17:34 rodent Exp $ -SHA1 (trytond_account_invoice-3.2.0.tar.gz) = 352bf753ecdffa37c223ab47658ae250b6f812ed -RMD160 (trytond_account_invoice-3.2.0.tar.gz) = 690e7a575aaa3d56e98742bc9a1a8042a60151f3 -Size (trytond_account_invoice-3.2.0.tar.gz) = 120607 bytes +SHA1 (tryton-3.4/trytond_account_invoice-3.4.0.tar.gz) = 0ac6a9e4c2070ae22f14854179e376e16973d709 +RMD160 (tryton-3.4/trytond_account_invoice-3.4.0.tar.gz) = 5ad95918688432aa0346b83da87b6c227ca74c91 +Size (tryton-3.4/trytond_account_invoice-3.4.0.tar.gz) = 127579 bytes |