summaryrefslogtreecommitdiff
path: root/geography/py-trytond-country
diff options
context:
space:
mode:
authorrichard <richard>2014-06-25 06:05:32 +0000
committerrichard <richard>2014-06-25 06:05:32 +0000
commite6074604422c9bbeaba0872a7e2a7fcae544a0c9 (patch)
treef0790ef6d4cda63f7fdfd540e1a8fd6c258795da /geography/py-trytond-country
parent9c9e932b8b93de698691f32f286e4b6eadddc2d2 (diff)
downloadpkgsrc-e6074604422c9bbeaba0872a7e2a7fcae544a0c9.tar.gz
Update trytond modules using py-trytond/Makefile.common
ok wiz@
Diffstat (limited to 'geography/py-trytond-country')
-rw-r--r--geography/py-trytond-country/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/geography/py-trytond-country/Makefile b/geography/py-trytond-country/Makefile
index d6162a742e1..706e295d113 100644
--- a/geography/py-trytond-country/Makefile
+++ b/geography/py-trytond-country/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:06 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/06/25 06:05:32 richard Exp $
-DISTNAME= trytond_country-3.2.0
+.include "../../devel/py-trytond/Makefile.common"
+DISTNAME= trytond_country-${TRYTOND_VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
CATEGORIES= geography 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_country.py
-PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"