pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-gevent py-gevent: not for Python 2.7 anymore



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aad58fe38c7
branches:  trunk
changeset: 388569:4aad58fe38c7
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 23 05:56:53 2022 +0000

description:
py-gevent: not for Python 2.7 anymore

diffstat:

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

diffs (18 lines):

diff -r 86773a3c8fb4 -r 4aad58fe38c7 net/py-gevent/Makefile
--- a/net/py-gevent/Makefile    Wed Nov 23 00:57:35 2022 +0000
+++ b/net/py-gevent/Makefile    Wed Nov 23 05:56:53 2022 +0000
@@ -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 @@
 
 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