pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-gevent



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 23 05:56:53 UTC 2022

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

Log Message:
py-gevent: not for Python 2.7 anymore


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/py-gevent/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-gevent/Makefile
diff -u pkgsrc/net/py-gevent/Makefile:1.20 pkgsrc/net/py-gevent/Makefile:1.21
--- pkgsrc/net/py-gevent/Makefile:1.20  Mon Nov 21 11:30:23 2022
+++ pkgsrc/net/py-gevent/Makefile       Wed Nov 23 05:56:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2022/11/21 11:30:23 adam Exp $
+# $NetBSD: Makefile,v 1.21 2022/11/23 05:56:53 adam Exp $
 
 DISTNAME=      gevent-22.10.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,6 +24,8 @@ CHECK_PORTABILITY_SKIP=       deps/libuv/autog
 
 USE_LANGUAGES= c c++
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # Explicitly disable inotify on SunOS, assumes Linux statfs.
 MAKE_ENV.SunOS+=       ac_cv_header_sys_inotify_h=no
 



Home | Main Index | Thread Index | Old Index