Thu Mar 26 22:11:47 2015 UTC ()
No need to list the same PYTHON_VERSIONS_INCOMPATIBLE version mulitple times.


(jperkin)
diff -r1.1 -r1.2 pkgsrc/devel/py-proteus/options.mk
diff -r1.5 -r1.6 pkgsrc/devel/py-trytond/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-proteus/options.mk (expand / switch to context diff)
--- pkgsrc/devel/py-proteus/options.mk 2015/03/15 00:21:45 1.1
+++ pkgsrc/devel/py-proteus/options.mk 2015/03/26 22:11:47 1.2
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2015/03/15 00:21:45 rodent Exp $
+# $NetBSD: options.mk,v 1.2 2015/03/26 22:11:47 jperkin Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.py-proteus
 PKG_SUPPORTED_OPTIONS+=	cdecimal simplejson
@@ -12,7 +12,7 @@
 # XXX python-Levenshtein (http://github.com/miohtama/python-Levenshtein) options
 
 .if !empty(PKG_OPTIONS:Mcdecimal)
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 34 34 34 # py-cdecimal is obsolete for that version and thus not available
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-cdecimal is obsolete for that version and thus not available
 DEPENDS+=		${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal
 .endif
 

cvs diff -r1.5 -r1.6 pkgsrc/devel/py-trytond/options.mk (expand / switch to context diff)
--- pkgsrc/devel/py-trytond/options.mk 2014/05/09 07:37:03 1.5
+++ pkgsrc/devel/py-trytond/options.mk 2015/03/26 22:11:47 1.6
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2014/05/09 07:37:03 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2015/03/26 22:11:47 jperkin Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.py-trytond
 PKG_SUPPORTED_OPTIONS=	cdecimal mysql pydot psycopg pytz simplejson sphinx
@@ -11,17 +11,17 @@
 # XXX python-Levenshtein (http://github.com/miohtama/python-Levenshtein) options
 
 .if !empty(PKG_OPTIONS:Mcdecimal)
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 34 34 34 # py-cdecimal is obsolete for that version and thus not available
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-cdecimal is obsolete for that version and thus not available
 DEPENDS+=		${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal
 .endif
 
 .if !empty(PKG_OPTIONS:Mmysql)
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 34 34 34 # py-mysqldb
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-mysqldb
 DEPENDS+=		${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb
 .endif
 
 .if !empty(PKG_OPTIONS:Mpydot)
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 34 34 34 # py-dot
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-dot
 DEPENDS+=		${PYPKGPREFIX}-dot-[0-9]*:../../graphics/py-dot
 .endif
 
@@ -42,6 +42,6 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mwebdav)
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 34 34 34 # py-pywebdav
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-pywebdav
 DEPENDS+=		${PYPKGPREFIX}-pywebdav-[0-9]*:../../www/py-pywebdav
 .endif