Date: Wed, 6 Oct 2021 16:31:54 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 76517b41660d - 2021Q4 - www/uwsgi: mark as not compatible with python 3.10 Message-ID: <202110061631.196GVsWJ087114@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=76517b41660d3bb4f0ec25cc3c852518808618f1 commit 76517b41660d3bb4f0ec25cc3c852518808618f1 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-05 15:05:17 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-10-06 16:25:07 +0000 www/uwsgi: mark as not compatible with python 3.10 Approved by: portmgr blanket (cherry picked from commit 9ce3876459af843bf87326e02eccf4f9af72d558) --- www/uwsgi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index ef5d5fa87dd1..ef57168c4aa4 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -12,7 +12,7 @@ COMMENT= Developer-friendly WSGI server which uses uwsgi protocol LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe pkgconfig python:3.6+ +USES= cpe pkgconfig python:3.6-3.9 USE_PYTHON= distutils concurrent optsuffix USE_RC_SUBR= uwsgi CPE_VENDOR= unbit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110061631.196GVsWJ087114>