Date: Wed, 17 Feb 2021 18:12:15 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565641 - head/www/py-uvicorn Message-ID: <202102171812.11HICF9I097751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102171812.11HICF9I097751>