Sat Feb 1 14:19:17 2014 UTC ()
Remove cdecimal option from SUGGESTED_OPTIONS, since it is not python33
compatible.


(rodent)
diff -r1.3 -r1.4 pkgsrc/devel/py-trytond/options.mk

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-trytond/options.mk (expand / switch to unified diff)

--- pkgsrc/devel/py-trytond/options.mk 2014/01/31 20:13:55 1.3
+++ pkgsrc/devel/py-trytond/options.mk 2014/02/01 14:19:17 1.4
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: options.mk,v 1.3 2014/01/31 20:13:55 wiz Exp $ 1# $NetBSD: options.mk,v 1.4 2014/02/01 14:19:17 rodent Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond 3PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond
4PKG_SUPPORTED_OPTIONS= cdecimal mysql pydot psycopg pytz simplejson sphinx 4PKG_SUPPORTED_OPTIONS= cdecimal mysql pydot psycopg pytz simplejson sphinx
5PKG_SUPPORTED_OPTIONS+= webdav 5PKG_SUPPORTED_OPTIONS+= webdav
6PKG_SUGGESTED_OPTIONS+= cdecimal psycopg pytz simplejson sphinx 6PKG_SUGGESTED_OPTIONS+= psycopg pytz simplejson sphinx
7 7
8.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
9 9
10# XXX Supports unoconv http://dag.wieers.com/home-made/unoconv/) and 10# XXX Supports unoconv http://dag.wieers.com/home-made/unoconv/) and
11# XXX python-Levenshtein (http://github.com/miohtama/python-Levenshtein) options 11# XXX python-Levenshtein (http://github.com/miohtama/python-Levenshtein) options
12 12
13.if !empty(PKG_OPTIONS:Mcdecimal) 13.if !empty(PKG_OPTIONS:Mcdecimal)
14PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-cdecimal is obsolete for that version and thus not available 14PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-cdecimal is obsolete for that version and thus not available
15DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal 15DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal
16.endif 16.endif
17 17
18.if !empty(PKG_OPTIONS:Mmysql) 18.if !empty(PKG_OPTIONS:Mmysql)
19PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mysqldb 19PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mysqldb