summaryrefslogtreecommitdiff
path: root/misc/py-trytond-stock
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 /misc/py-trytond-stock
parent9c9e932b8b93de698691f32f286e4b6eadddc2d2 (diff)
downloadpkgsrc-e6074604422c9bbeaba0872a7e2a7fcae544a0c9.tar.gz
Update trytond modules using py-trytond/Makefile.common
ok wiz@
Diffstat (limited to 'misc/py-trytond-stock')
-rw-r--r--misc/py-trytond-stock/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/py-trytond-stock/Makefile b/misc/py-trytond-stock/Makefile
index 455a84c4d91..f33f259343c 100644
--- a/misc/py-trytond-stock/Makefile
+++ b/misc/py-trytond-stock/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:13 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/06/25 06:07:57 richard Exp $
-DISTNAME= trytond_stock-3.2.0
+.include "../../devel/py-trytond/Makefile.common"
+DISTNAME= trytond_stock-${TRYTOND_VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
CATEGORIES= misc python
-MASTER_SITES= http://downloads.tryton.org/3.2/
+MASTER_SITES= ${TRYTON_SITES}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.tryton.org/
@@ -19,8 +20,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py (v3.0.1)
-
REPLACE_PYTHON+= tests/test_stock.py
.include "../../lang/python/application.mk"