From 9c9e932b8b93de698691f32f286e4b6eadddc2d2 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 25 Jun 2014 06:03:36 +0000 Subject: 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@ --- finance/py-trytond-account/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'finance/py-trytond-account') diff --git a/finance/py-trytond-account/Makefile b/finance/py-trytond-account/Makefile index 3e422aecb3f..2d491c284e1 100644 --- a/finance/py-trytond-account/Makefile +++ b/finance/py-trytond-account/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/06/25 06:03:36 richard Exp $ -DISTNAME= trytond_account-3.2.0 +.include "../../devel/py-trytond/Makefile.common" +DISTNAME= trytond_account-${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/ @@ -18,7 +19,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py PYTHON_VERSIONED_DEPENDENCIES= dateutil REPLACE_PYTHON+= tests/test_account.py -- cgit v1.2.3