diff options
author | richard <richard> | 2014-06-25 06:03:36 +0000 |
---|---|---|
committer | richard <richard> | 2014-06-25 06:03:36 +0000 |
commit | 7c8d40f7139ab941dca7638e2458b9bb5a51d4a8 (patch) | |
tree | 91aeed7e1e88ee8f37cf9859d66535d635feb25c /finance/py-trytond-account-fr | |
parent | 85edce11fd975bcfe12d7482bb3c7366b4a7e8f4 (diff) | |
download | pkgsrc-7c8d40f7139ab941dca7638e2458b9bb5a51d4a8.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-account-fr')
-rw-r--r-- | finance/py-trytond-account-fr/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/finance/py-trytond-account-fr/Makefile b/finance/py-trytond-account-fr/Makefile index c279e31a9b9..0f6dadbe3ac 100644 --- a/finance/py-trytond-account-fr/Makefile +++ b/finance/py-trytond-account-fr/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2014/05/15 05:33:45 richard Exp $ +# $NetBSD: Makefile,v 1.2 2014/06/25 06:03:37 richard Exp $ -DISTNAME= trytond_account_fr-3.2.0 +.include "../../devel/py-trytond/Makefile.common" +DISTNAME= trytond_account_fr-${TRYTOND_VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/3.2/ +MASTER_SITES= ${TRYTON_SITES} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ @@ -14,8 +15,6 @@ 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" |