pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-geventhttpclient py-geventhttpclient: mark as n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a9fa68091ec
branches:  trunk
changeset: 387863:8a9fa68091ec
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 09 08:47:09 2022 +0000

description:
py-geventhttpclient: mark as not for Python 2.7 because of py-certifi

diffstat:

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

diffs (17 lines):

diff -r cf264d41d998 -r 8a9fa68091ec net/py-geventhttpclient/Makefile
--- a/net/py-geventhttpclient/Makefile  Wed Nov 09 08:46:26 2022 +0000
+++ b/net/py-geventhttpclient/Makefile  Wed Nov 09 08:47:09 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/10/23 15:52:51 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/11/09 08:47:09 adam Exp $
 
 DISTNAME=      geventhttpclient-2.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-gevent>=0.13:../../net/py-gevent
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-certifi
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index