pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-eventlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  2 13:25:49 UTC 2019

Modified Files:
        pkgsrc/net/py-eventlib: Makefile

Log Message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/py-eventlib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-eventlib/Makefile
diff -u pkgsrc/net/py-eventlib/Makefile:1.19 pkgsrc/net/py-eventlib/Makefile:1.20
--- pkgsrc/net/py-eventlib/Makefile:1.19        Fri Apr 26 14:12:43 2019
+++ pkgsrc/net/py-eventlib/Makefile     Mon Sep  2 13:25:49 2019
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-django>=1.4.1:.
 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