pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-uvicorn
Module Name: pkgsrc
Committed By: adam
Date: Fri Feb 19 05:48:17 UTC 2021
Modified Files:
pkgsrc/www/py-uvicorn: Makefile
Log Message:
py-uvicorn: mark as incompatible with Python 3.6
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-uvicorn/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-uvicorn/Makefile
diff -u pkgsrc/www/py-uvicorn/Makefile:1.17 pkgsrc/www/py-uvicorn/Makefile:1.18
--- pkgsrc/www/py-uvicorn/Makefile:1.17 Sun Jan 3 10:06:54 2021
+++ pkgsrc/www/py-uvicorn/Makefile Fri Feb 19 05:48:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/01/03 10:06:54 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/02/19 05:48:17 adam Exp $
DISTNAME= uvicorn-0.13.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-httptools>=0.1.
DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.14.0:../../devel/py-uvloop
DEPENDS+= ${PYPKGPREFIX}-websockets>=8.0:../../www/py-websockets
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 38
Home |
Main Index |
Thread Index |
Old Index