pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-geventhttpclient
Module Name: pkgsrc
Committed By: adam
Date: Wed Nov 9 08:47:09 UTC 2022
Modified Files:
pkgsrc/net/py-geventhttpclient: Makefile
Log Message:
py-geventhttpclient: mark as not for Python 2.7 because of py-certifi
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-geventhttpclient/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-geventhttpclient/Makefile
diff -u pkgsrc/net/py-geventhttpclient/Makefile:1.5 pkgsrc/net/py-geventhttpclient/Makefile:1.6
--- pkgsrc/net/py-geventhttpclient/Makefile:1.5 Sun Oct 23 15:52:51 2022
+++ pkgsrc/net/py-geventhttpclient/Makefile Wed Nov 9 08:47:09 2022
@@ -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}-certifi-[0-9]*:
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