diff options
author | adam <adam@pkgsrc.org> | 2022-11-23 05:56:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-23 05:56:53 +0000 |
commit | 30db067c46ff405b60bcd6c048e703c29d477008 (patch) | |
tree | 2138842c493e4dc798d55b90261ee62cf97d7593 /net/py-gevent | |
parent | c7694b35e9eb06d2e2e13a869b2e2502cefe97f7 (diff) | |
download | pkgsrc-30db067c46ff405b60bcd6c048e703c29d477008.tar.gz |
py-gevent: not for Python 2.7 anymore
Diffstat (limited to 'net/py-gevent')
-rw-r--r-- | net/py-gevent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-gevent/Makefile b/net/py-gevent/Makefile index 517d13bf5b7..290c1b424fb 100644 --- a/net/py-gevent/Makefile +++ b/net/py-gevent/Makefile @@ -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/autogen.sh 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 |