summaryrefslogtreecommitdiff
path: root/misc/py-trytond-stock-lot
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2014-06-25 06:05:32 +0000
committerrichard <richard@pkgsrc.org>2014-06-25 06:05:32 +0000
commit6eeb155a9178a7e9184d443e81861114fa050d18 (patch)
treef0790ef6d4cda63f7fdfd540e1a8fd6c258795da /misc/py-trytond-stock-lot
parent1921c08c775f4bde99c55e27857d0db9c9057d27 (diff)
downloadpkgsrc-6eeb155a9178a7e9184d443e81861114fa050d18.tar.gz
Update trytond modules using py-trytond/Makefile.common
ok wiz@
Diffstat (limited to 'misc/py-trytond-stock-lot')
-rw-r--r--misc/py-trytond-stock-lot/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/py-trytond-stock-lot/Makefile b/misc/py-trytond-stock-lot/Makefile
index 15709e29ba8..a19f00d3bde 100644
--- a/misc/py-trytond-stock-lot/Makefile
+++ b/misc/py-trytond-stock-lot/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_lot-3.2.0
+.include "../../devel/py-trytond/Makefile.common"
+DISTNAME= trytond_stock_lot-${TRYTOND_VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= misc python
-MASTER_SITES= http://downloads.tryton.org/3.2/
+MASTER_SITES= ${TRYTON_SITES}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.tryton.org/
@@ -17,7 +18,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
USE_LANGUAGES= # none
REPLACE_PYTHON+= tests/test_stock_lot.py
-PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py (v3.0.0)
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"