pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update PYTHON_VERSIONS_INCOMPATIBLE comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/271c6e496718
branches:  trunk
changeset: 351783:271c6e496718
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 27 16:02:44 2016 +0000

description:
Update PYTHON_VERSIONS_INCOMPATIBLE comment.

diffstat:

 misc/py-carddav/Makefile |  4 ++--
 net/calypso/Makefile     |  5 ++---
 net/py-caldav/Makefile   |  4 ++--
 3 files changed, 6 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 5f38f834a892 -r 271c6e496718 misc/py-carddav/Makefile
--- a/misc/py-carddav/Makefile  Sat Aug 27 15:50:56 2016 +0000
+++ b/misc/py-carddav/Makefile  Sat Aug 27 16:02:44 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:57 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2016/08/27 16:02:44 wiz Exp $
 
 DISTNAME=      pyCardDAV-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyCardDAV/carddav/}
@@ -19,7 +19,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # py-vobject
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # as of 0.7.0
 
 REPLACE_PYTHON=                pycarddav/ui.py
 REPLACE_PYTHON+=       pycarddav/controllers/__init__.py
diff -r 5f38f834a892 -r 271c6e496718 net/calypso/Makefile
--- a/net/calypso/Makefile      Sat Aug 27 15:50:56 2016 +0000
+++ b/net/calypso/Makefile      Sat Aug 27 16:02:44 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:58 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/08/27 16:02:45 wiz Exp $
 
 DISTNAME=      calypso-1.3
 PKGREVISION=   1
@@ -16,8 +16,7 @@
 INSTALLATION_DIRS=     share/examples/calypso
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # py-vobject
-
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # as of 1.3
 REPLACE_PYTHON=        calypso.py
 
 post-install:
diff -r 5f38f834a892 -r 271c6e496718 net/py-caldav/Makefile
--- a/net/py-caldav/Makefile    Sat Aug 27 15:50:56 2016 +0000
+++ b/net/py-caldav/Makefile    Sat Aug 27 16:02:44 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:59 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/08/27 16:02:45 wiz Exp $
 
 DISTNAME=      caldav-0.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # py-vobject
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # as of 0.2.1
 
 REPLACE_PYTHON+=       caldav/__init__.py caldav/davclient.py
 REPLACE_PYTHON+=       caldav/elements/__init__.py caldav/elements/base.py



Home | Main Index | Thread Index | Old Index