diff options
Diffstat (limited to 'finance/py-trytond-account-payment-clearing')
4 files changed, 65 insertions, 0 deletions
diff --git a/finance/py-trytond-account-payment-clearing/DESCR b/finance/py-trytond-account-payment-clearing/DESCR new file mode 100644 index 00000000000..2adca89d184 --- /dev/null +++ b/finance/py-trytond-account-payment-clearing/DESCR @@ -0,0 +1 @@ +The account_payment_clearing module of the Tryton application platform. diff --git a/finance/py-trytond-account-payment-clearing/Makefile b/finance/py-trytond-account-payment-clearing/Makefile new file mode 100644 index 00000000000..def1fd8cb9a --- /dev/null +++ b/finance/py-trytond-account-payment-clearing/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2015/08/24 14:49:42 richard Exp $ +TRYTON_MODULE_NAME= trytond_account_payment_clearing +.include "../../devel/py-trytond/Makefile.common" +CATEGORIES= finance python + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.tryton.org/ +COMMENT= Account payment clearing module of the Tryton application platform +LICENSE= gnu-gpl-v3 + +DEPENDS+= ${PYPKGPREFIX}-trytond-account-payment-[0-9]*:../../finance/py-trytond-account-payment +DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond + +REPLACE_PYTHON+= tests/test_account_payment_clearing.py + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/finance/py-trytond-account-payment-clearing/PLIST b/finance/py-trytond-account-payment-clearing/PLIST new file mode 100644 index 00000000000..2f7fd871a58 --- /dev/null +++ b/finance/py-trytond-account-payment-clearing/PLIST @@ -0,0 +1,41 @@ +@comment $NetBSD: PLIST,v 1.1 2015/08/24 14:49:42 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 +${PYSITELIB}/trytond/modules/account_payment_clearing/__init__.py +${PYSITELIB}/trytond/modules/account_payment_clearing/__init__.pyc +${PYSITELIB}/trytond/modules/account_payment_clearing/__init__.pyo +${PYSITELIB}/trytond/modules/account_payment_clearing/account.py +${PYSITELIB}/trytond/modules/account_payment_clearing/account.pyc +${PYSITELIB}/trytond/modules/account_payment_clearing/account.pyo +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/ca_ES.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/de_DE.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/es_AR.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/es_CO.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/es_EC.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/es_ES.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/fr_FR.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/sl_SI.po +${PYSITELIB}/trytond/modules/account_payment_clearing/payment.py +${PYSITELIB}/trytond/modules/account_payment_clearing/payment.pyc +${PYSITELIB}/trytond/modules/account_payment_clearing/payment.pyo +${PYSITELIB}/trytond/modules/account_payment_clearing/payment.xml +${PYSITELIB}/trytond/modules/account_payment_clearing/statement.py +${PYSITELIB}/trytond/modules/account_payment_clearing/statement.pyc +${PYSITELIB}/trytond/modules/account_payment_clearing/statement.pyo +${PYSITELIB}/trytond/modules/account_payment_clearing/statement.xml +${PYSITELIB}/trytond/modules/account_payment_clearing/tests/__init__.py +${PYSITELIB}/trytond/modules/account_payment_clearing/tests/__init__.pyc +${PYSITELIB}/trytond/modules/account_payment_clearing/tests/__init__.pyo +${PYSITELIB}/trytond/modules/account_payment_clearing/tests/test_account_payment_clearing.py +${PYSITELIB}/trytond/modules/account_payment_clearing/tests/test_account_payment_clearing.pyc +${PYSITELIB}/trytond/modules/account_payment_clearing/tests/test_account_payment_clearing.pyo +${PYSITELIB}/trytond/modules/account_payment_clearing/tryton.cfg +${PYSITELIB}/trytond/modules/account_payment_clearing/view/payment_form.xml +${PYSITELIB}/trytond/modules/account_payment_clearing/view/payment_journal_form.xml +${PYSITELIB}/trytond/modules/account_payment_clearing/view/statement_line_form.xml +${PYSITELIB}/trytond/modules/account_payment_clearing/view/statement_line_tree.xml diff --git a/finance/py-trytond-account-payment-clearing/distinfo b/finance/py-trytond-account-payment-clearing/distinfo new file mode 100644 index 00000000000..f6012ddd6d0 --- /dev/null +++ b/finance/py-trytond-account-payment-clearing/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/08/24 14:49:42 richard Exp $ + +SHA1 (tryton-3.6/trytond_account_payment_clearing-3.6.0.tar.gz) = 235c88cf4e39c672aeb3823c12a646935a39e76a +RMD160 (tryton-3.6/trytond_account_payment_clearing-3.6.0.tar.gz) = f1e94e2c065ccf81a93913721975dc20e411e6b5 +Size (tryton-3.6/trytond_account_payment_clearing-3.6.0.tar.gz) = 22318 bytes |