diff options
author | richard <richard> | 2014-06-25 06:05:32 +0000 |
---|---|---|
committer | richard <richard> | 2014-06-25 06:05:32 +0000 |
commit | 5f424c9dcad8b3adc868e1f634bb6c56129956fc (patch) | |
tree | f0790ef6d4cda63f7fdfd540e1a8fd6c258795da /misc/py-trytond-product | |
parent | 7c8d40f7139ab941dca7638e2458b9bb5a51d4a8 (diff) | |
download | pkgsrc-5f424c9dcad8b3adc868e1f634bb6c56129956fc.tar.gz |
Update trytond modules using py-trytond/Makefile.common
ok wiz@
Diffstat (limited to 'misc/py-trytond-product')
-rw-r--r-- | misc/py-trytond-product/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/py-trytond-product/Makefile b/misc/py-trytond-product/Makefile index 12b14f14fe8..ff8b02e81b9 100644 --- a/misc/py-trytond-product/Makefile +++ b/misc/py-trytond-product/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_product-3.2.0 +.include "../../devel/py-trytond/Makefile.common" +DISTNAME= trytond_product-${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/ @@ -15,8 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # XXX according to setup.py - REPLACE_PYTHON+= tests/test_product.py .include "../../lang/python/application.mk" |