pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-eventlib Changed PYTHON_VERSIONS_INCOMPATIBLE t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f356313ac5c
branches:  trunk
changeset: 338976:4f356313ac5c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 02 13:25:49 2019 +0000

description:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8

diffstat:

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

diffs (18 lines):

diff -r 97f14f8975b3 -r 4f356313ac5c net/py-eventlib/Makefile
--- a/net/py-eventlib/Makefile  Mon Sep 02 13:24:32 2019 +0000
+++ b/net/py-eventlib/Makefile  Mon Sep 02 13:25:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:43 maya Exp $
+# $NetBSD: Makefile,v 1.20 2019/09/02 13:25:49 adam Exp $
 
 DISTNAME=      eventlib-0.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@
 USE_LANGUAGES= # none
 
 PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE+= 36 37   # not yet ported as of 0.1.5
+PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.1.5
 
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/eventlib \



Home | Main Index | Thread Index | Old Index