diff options
author | richard <richard@pkgsrc.org> | 2014-06-25 06:03:36 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-06-25 06:03:36 +0000 |
commit | 1921c08c775f4bde99c55e27857d0db9c9057d27 (patch) | |
tree | 91aeed7e1e88ee8f37cf9859d66535d635feb25c /finance/py-trytond-currency | |
parent | de1967ad3cd1e034c609a54b83c70fbc142435a1 (diff) | |
download | pkgsrc-1921c08c775f4bde99c55e27857d0db9c9057d27.tar.gz |
Update trytond modules using py-trytond/Makefile.common while adding
new leaf modules:
py-trytond-account-asset
py-trytond-account-payment
py-trytond-account-payment-sepa
py-trytond-account-statement
py-trytond-bank
ok wiz@
Diffstat (limited to 'finance/py-trytond-currency')
-rw-r--r-- | finance/py-trytond-currency/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/py-trytond-currency/Makefile b/finance/py-trytond-currency/Makefile index ab29dd828a2..a8301fe5a3b 100644 --- a/finance/py-trytond-currency/Makefile +++ b/finance/py-trytond-currency/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/06/25 06:03:37 richard Exp $ -DISTNAME= trytond_currency-3.2.0 +.include "../../devel/py-trytond/Makefile.common" +DISTNAME= trytond_currency-${TRYTOND_VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/3.2/ +MASTER_SITES= ${TRYTON_SITES} MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://www.tryton.org/ @@ -15,7 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none REPLACE_PYTHON+= tests/test_currency.py -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" |