svn commit: r565641 - head/www/py-uvicorn

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 17 18:12:23 UTC 2021


Author: sunpoet
Date: Wed Feb 17 18:12:14 2021
New Revision: 565641
URL: https://svnweb.freebsd.org/changeset/ports/565641

Log:
  Update USES=python for py-uvloop 0.15.0 update (r564853)

Modified:
  head/www/py-uvicorn/Makefile

Modified: head/www/py-uvicorn/Makefile
==============================================================================
--- head/www/py-uvicorn/Makefile	Wed Feb 17 18:12:02 2021	(r565640)
+++ head/www/py-uvicorn/Makefile	Wed Feb 17 18:12:14 2021	(r565641)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7<8:devel/p
 		${PYTHON_PKGNAMEPREFIX}uvloop>=0.14.0:devel/py-uvloop@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}websockets>=8<9:devel/py-websockets@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list