diff options
author | richard <richard@pkgsrc.org> | 2014-05-15 05:33:45 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-05-15 05:33:45 +0000 |
commit | 46fedc0d35de6cc7ae5cf148371611bea27cfa5c (patch) | |
tree | 25c6dbf091e77550ed5ae5120e61c17659f88cf6 /finance | |
parent | 7afcf0a0d1f693eab3507532f2bb39ea333e3454 (diff) | |
download | pkgsrc-46fedc0d35de6cc7ae5cf148371611bea27cfa5c.tar.gz |
import finance/py-trytond-account-fr
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 3 | ||||
-rw-r--r-- | finance/py-trytond-account-fr/DESCR | 1 | ||||
-rw-r--r-- | finance/py-trytond-account-fr/Makefile | 21 | ||||
-rw-r--r-- | finance/py-trytond-account-fr/PLIST | 17 | ||||
-rw-r--r-- | finance/py-trytond-account-fr/distinfo | 5 |
5 files changed, 46 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile index 616590572f9..09b4b08bde0 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/05/08 10:14:56 rodent Exp $ +# $NetBSD: Makefile,v 1.34 2014/05/15 05:33:45 richard Exp $ # COMMENT= Monetary, financial and related applications @@ -17,6 +17,7 @@ SUBDIR+= p5-Locale-Currency-Format SUBDIR+= py-python-bitcoinlib SUBDIR+= py-stripe SUBDIR+= py-trytond-account +SUBDIR+= py-trytond-account-fr SUBDIR+= py-trytond-account-invoice SUBDIR+= py-trytond-account-product SUBDIR+= py-trytond-currency diff --git a/finance/py-trytond-account-fr/DESCR b/finance/py-trytond-account-fr/DESCR new file mode 100644 index 00000000000..906b52ff713 --- /dev/null +++ b/finance/py-trytond-account-fr/DESCR @@ -0,0 +1 @@ +The account_fr module of the Tryton application platform diff --git a/finance/py-trytond-account-fr/Makefile b/finance/py-trytond-account-fr/Makefile new file mode 100644 index 00000000000..c279e31a9b9 --- /dev/null +++ b/finance/py-trytond-account-fr/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2014/05/15 05:33:45 richard Exp $ + +DISTNAME= trytond_account_fr-3.2.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} +CATEGORIES= finance python +MASTER_SITES= http://downloads.tryton.org/3.2/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.tryton.org/ +COMMENT= The account_fr module of the Tryton application platform +LICENSE= gnu-gpl-v3 + +DEPENDS+= ${PYPKGPREFIX}-trytond-account-[0-9]*:../../finance/py-trytond-account + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/finance/py-trytond-account-fr/PLIST b/finance/py-trytond-account-fr/PLIST new file mode 100644 index 00000000000..55bf8c97d6e --- /dev/null +++ b/finance/py-trytond-account-fr/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2014/05/15 05:33:45 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_fr/__init__.py +${PYSITELIB}/trytond/modules/account_fr/__init__.pyc +${PYSITELIB}/trytond/modules/account_fr/__init__.pyo +${PYSITELIB}/trytond/modules/account_fr/account_fr.xml +${PYSITELIB}/trytond/modules/account_fr/account.py +${PYSITELIB}/trytond/modules/account_fr/account.pyc +${PYSITELIB}/trytond/modules/account_fr/account.pyo +${PYSITELIB}/trytond/modules/account_fr/tax_fr.xml +${PYSITELIB}/trytond/modules/account_fr/tryton.cfg diff --git a/finance/py-trytond-account-fr/distinfo b/finance/py-trytond-account-fr/distinfo new file mode 100644 index 00000000000..27ddb416279 --- /dev/null +++ b/finance/py-trytond-account-fr/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/05/15 05:33:45 richard Exp $ + +SHA1 (trytond_account_fr-3.2.0.tar.gz) = 619f19813f406dcb74a40df93e660e1f47c9ab98 +RMD160 (trytond_account_fr-3.2.0.tar.gz) = 158a16cf5a1de8fb33d8216dca4be7ce0639b0ad +Size (trytond_account_fr-3.2.0.tar.gz) = 47957 bytes |