pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-trytond Use standard comments.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ac716bde9fa
branches:  trunk
changeset: 629920:0ac716bde9fa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 31 20:13:55 2014 +0000

description:
Use standard comments.

diffstat:

 devel/py-trytond/options.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 654fd3fd2c05 -r 0ac716bde9fa devel/py-trytond/options.mk
--- a/devel/py-trytond/options.mk       Fri Jan 31 19:32:04 2014 +0000
+++ b/devel/py-trytond/options.mk       Fri Jan 31 20:13:55 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2014/01/31 19:32:04 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2014/01/31 20:13:55 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-trytond
 PKG_SUPPORTED_OPTIONS= cdecimal mysql pydot psycopg pytz simplejson sphinx
@@ -16,12 +16,12 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mmysql)
-PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 1.2.3
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-mysqldb
 DEPENDS+=              ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb
 .endif
 
 .if !empty(PKG_OPTIONS:Mpydot)
-PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 1.0.28
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # 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 # not yet ported as of 0.9.8
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-pywebdav
 DEPENDS+=              ${PYPKGPREFIX}-pywebdav-[0-9]*:../../www/py-pywebdav
 .endif



Home | Main Index | Thread Index | Old Index