diff options
author | richard <richard@pkgsrc.org> | 2014-09-10 16:03:48 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-09-10 16:03:48 +0000 |
commit | 8b39d1f15c3e3a32f878f95f3c6128d28e990792 (patch) | |
tree | b09135fe680cac80fd509aea340b13e61608dd6e /finance | |
parent | 08d76ca790a8a2057046d4e3e207927e65b42856 (diff) | |
download | pkgsrc-8b39d1f15c3e3a32f878f95f3c6128d28e990792.tar.gz |
Add Tryton module analytic_account as finance/py-trytond-analytic-account
Update by consequence devel/py-trytond/Makefile.common
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 3 | ||||
-rw-r--r-- | finance/py-trytond-analytic-account/DESCR | 1 | ||||
-rw-r--r-- | finance/py-trytond-analytic-account/Makefile | 29 | ||||
-rw-r--r-- | finance/py-trytond-analytic-account/PLIST | 46 | ||||
-rw-r--r-- | finance/py-trytond-analytic-account/distinfo | 5 |
5 files changed, 83 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile index 755abb97486..21997b4e932 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/06/25 06:03:36 richard Exp $ +# $NetBSD: Makefile,v 1.36 2014/09/10 16:03:48 richard Exp $ # COMMENT= Monetary, financial and related applications @@ -24,6 +24,7 @@ SUBDIR+= py-trytond-account-payment SUBDIR+= py-trytond-account-payment-sepa SUBDIR+= py-trytond-account-product SUBDIR+= py-trytond-account-statement +SUBDIR+= py-trytond-analytic-account SUBDIR+= py-trytond-bank SUBDIR+= py-trytond-currency SUBDIR+= py-vatnumber diff --git a/finance/py-trytond-analytic-account/DESCR b/finance/py-trytond-analytic-account/DESCR new file mode 100644 index 00000000000..0f5b105571d --- /dev/null +++ b/finance/py-trytond-analytic-account/DESCR @@ -0,0 +1 @@ +The analytic_account module of the Tryton application platform. diff --git a/finance/py-trytond-analytic-account/Makefile b/finance/py-trytond-analytic-account/Makefile new file mode 100644 index 00000000000..2894f110cf0 --- /dev/null +++ b/finance/py-trytond-analytic-account/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2014/09/10 16:03:48 richard Exp $ +TRYTOND_MODULE_REVISION= 1 +.include "../../devel/py-trytond/Makefile.common" +DISTNAME= trytond_analytic_account-${TRYTOND_VERSION} +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} +CATEGORIES= finance python +MASTER_SITES= ${TRYTON_SITES} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.tryton.org/ +COMMENT= The analytic_account module of the Tryton application platform +LICENSE= gnu-gpl-v3 + +DEPENDS+= ${PYPKGPREFIX}-trytond-account-[0-9]*:../../finance/py-trytond-account +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-[0-9]*:../../devel/py-trytond + +USE_LANGUAGES= # none + +PYTHON_VERSIONED_DEPENDENCIES= dateutil + +REPLACE_PYTHON+= tests/test_analytic_account.py + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/finance/py-trytond-analytic-account/PLIST b/finance/py-trytond-analytic-account/PLIST new file mode 100644 index 00000000000..0ed55cd2ec1 --- /dev/null +++ b/finance/py-trytond-analytic-account/PLIST @@ -0,0 +1,46 @@ +@comment $NetBSD: PLIST,v 1.1 2014/09/10 16:03:48 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/analytic_account/__init__.py +${PYSITELIB}/trytond/modules/analytic_account/__init__.pyc +${PYSITELIB}/trytond/modules/analytic_account/__init__.pyo +${PYSITELIB}/trytond/modules/analytic_account/account.py +${PYSITELIB}/trytond/modules/analytic_account/account.pyc +${PYSITELIB}/trytond/modules/analytic_account/account.pyo +${PYSITELIB}/trytond/modules/analytic_account/account.xml +${PYSITELIB}/trytond/modules/analytic_account/analytic_account.xml +${PYSITELIB}/trytond/modules/analytic_account/line.py +${PYSITELIB}/trytond/modules/analytic_account/line.pyc +${PYSITELIB}/trytond/modules/analytic_account/line.pyo +${PYSITELIB}/trytond/modules/analytic_account/line.xml +${PYSITELIB}/trytond/modules/analytic_account/locale/bg_BG.po +${PYSITELIB}/trytond/modules/analytic_account/locale/ca_ES.po +${PYSITELIB}/trytond/modules/analytic_account/locale/cs_CZ.po +${PYSITELIB}/trytond/modules/analytic_account/locale/de_DE.po +${PYSITELIB}/trytond/modules/analytic_account/locale/es_AR.po +${PYSITELIB}/trytond/modules/analytic_account/locale/es_CO.po +${PYSITELIB}/trytond/modules/analytic_account/locale/es_ES.po +${PYSITELIB}/trytond/modules/analytic_account/locale/fr_FR.po +${PYSITELIB}/trytond/modules/analytic_account/locale/nl_NL.po +${PYSITELIB}/trytond/modules/analytic_account/locale/ru_RU.po +${PYSITELIB}/trytond/modules/analytic_account/locale/sl_SI.po +${PYSITELIB}/trytond/modules/analytic_account/tests/__init__.py +${PYSITELIB}/trytond/modules/analytic_account/tests/__init__.pyc +${PYSITELIB}/trytond/modules/analytic_account/tests/__init__.pyo +${PYSITELIB}/trytond/modules/analytic_account/tests/test_analytic_account.py +${PYSITELIB}/trytond/modules/analytic_account/tests/test_analytic_account.pyc +${PYSITELIB}/trytond/modules/analytic_account/tests/test_analytic_account.pyo +${PYSITELIB}/trytond/modules/analytic_account/tryton.cfg +${PYSITELIB}/trytond/modules/analytic_account/view/account_form.xml +${PYSITELIB}/trytond/modules/analytic_account/view/account_list.xml +${PYSITELIB}/trytond/modules/analytic_account/view/account_tree.xml +${PYSITELIB}/trytond/modules/analytic_account/view/account_tree2.xml +${PYSITELIB}/trytond/modules/analytic_account/view/line_form.xml +${PYSITELIB}/trytond/modules/analytic_account/view/line_tree.xml +${PYSITELIB}/trytond/modules/analytic_account/view/move_line_form.xml +${PYSITELIB}/trytond/modules/analytic_account/view/open_chart_start_form.xml diff --git a/finance/py-trytond-analytic-account/distinfo b/finance/py-trytond-analytic-account/distinfo new file mode 100644 index 00000000000..90f51059ae6 --- /dev/null +++ b/finance/py-trytond-analytic-account/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/09/10 16:03:48 richard Exp $ + +SHA1 (trytond_analytic_account-3.2.1.tar.gz) = 8ad75d181bfa4834b9ac2d63a895fde5841433d4 +RMD160 (trytond_analytic_account-3.2.1.tar.gz) = f854cad39d603dc5113bf002533398c1bc986aff +Size (trytond_analytic_account-3.2.1.tar.gz) = 33067 bytes |