pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-eventlib Add comments for PYTHON_VERSIONS_INCOM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48c59f017b5c
branches:  trunk
changeset: 649770:48c59f017b5c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 09 11:56:15 2015 +0000

description:
Add comments for PYTHON_VERSIONS_INCOMPATIBLE.

diffstat:

 net/py-eventlib/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r e77b8cf1fb55 -r 48c59f017b5c net/py-eventlib/Makefile
--- a/net/py-eventlib/Makefile  Thu Apr 09 10:40:34 2015 +0000
+++ b/net/py-eventlib/Makefile  Thu Apr 09 11:56:15 2015 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/04/01 10:45:34 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.5 2015/04/09 11:56:15 wiz Exp $
 
 DISTNAME=      eventlib-0.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +20,8 @@
 
 PY_PATCHPLIST= yes
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
-PYTHON_VERSIONS_INCOMPATIBLE=  26 33 34
+PYTHON_VERSIONS_INCOMPATIBLE+= 26      # py-logan, py-django
+PYTHON_VERSIONS_INCOMPATIBLE+= 33 34   # not yet ported as of 0.1.5
 
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/eventlib \



Home | Main Index | Thread Index | Old Index