pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Mark as PYTHON_VERSIONS_INCOMPATIBLE=33 according to s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b7528367f91d
branches: trunk
changeset: 629977:b7528367f91d
user: rodent <rodent%pkgsrc.org@localhost>
date: Sat Feb 01 18:51:07 2014 +0000
description:
Mark as PYTHON_VERSIONS_INCOMPATIBLE=33 according to setup.py
diffstat:
geography/py-trytond-country/Makefile | 3 ++-
misc/py-trytond-party/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r d5aaa42b1078 -r b7528367f91d geography/py-trytond-country/Makefile
--- a/geography/py-trytond-country/Makefile Sat Feb 01 18:27:42 2014 +0000
+++ b/geography/py-trytond-country/Makefile Sat Feb 01 18:51:07 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/01 18:10:53 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/02/01 18:51:07 rodent Exp $
DISTNAME= trytond_country-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
@@ -15,6 +15,7 @@
USE_LANGUAGES= # none
REPLACE_PYTHON+= tests/test_country.py
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # XXX according to setup.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
diff -r d5aaa42b1078 -r b7528367f91d misc/py-trytond-party/Makefile
--- a/misc/py-trytond-party/Makefile Sat Feb 01 18:27:42 2014 +0000
+++ b/misc/py-trytond-party/Makefile Sat Feb 01 18:51:07 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/01 18:26:44 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/02/01 18:52:31 rodent Exp $
DISTNAME= trytond_party-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
@@ -16,6 +16,7 @@
USE_LANGUAGES= # none
REPLACE_PYTHON+= tests/test_party.py
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # XXX according to setup.py
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index