pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httpx-socks



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul  8 08:37:17 UTC 2021

Modified Files:
        pkgsrc/www/py-httpx-socks: Makefile

Log Message:
py-httpx-socks: mark as not for Python 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-httpx-socks/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-httpx-socks/Makefile
diff -u pkgsrc/www/py-httpx-socks/Makefile:1.4 pkgsrc/www/py-httpx-socks/Makefile:1.5
--- pkgsrc/www/py-httpx-socks/Makefile:1.4      Wed Jul  7 09:53:36 2021
+++ pkgsrc/www/py-httpx-socks/Makefile  Thu Jul  8 08:37:16 2021
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-python-socks>=1
 
 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