pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-httpx-socks py-httpx-socks: mark as not for Pyt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bae37987c9b
branches:  trunk
changeset: 455664:1bae37987c9b
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 08 08:37:16 2021 +0000

description:
py-httpx-socks: mark as not for Python 3.6

diffstat:

 www/py-httpx-socks/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3f3f1349914e -r 1bae37987c9b www/py-httpx-socks/Makefile
--- a/www/py-httpx-socks/Makefile       Thu Jul 08 08:36:26 2021 +0000
+++ b/www/py-httpx-socks/Makefile       Thu Jul 08 08:37:16 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/07/07 09:53:36 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/07/08 08:37:16 adam Exp $
 
 DISTNAME=      httpx-socks-0.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36 # py-httpcore, py-anyio, py-uvloop
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index