Date: Thu, 16 Dec 2021 12:03:12 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a483ffe445c0 - main - www/mod_wsgi4: limit python versions to 3.6-3.9 range Message-ID: <202112161203.1BGC3CuW089088@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a483ffe445c091dbdb10835d484a666b8d3f02ad commit a483ffe445c091dbdb10835d484a666b8d3f02ad Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2021-12-16 11:57:25 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2021-12-16 11:57:25 +0000 www/mod_wsgi4: limit python versions to 3.6-3.9 range mod_wsgi cannot be built against py310+ yet Approved by: portmgr blanket Sponsored by: Ntzkommune GmbH --- www/mod_wsgi4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/mod_wsgi4/Makefile b/www/mod_wsgi4/Makefile index c77d197235bd..89ca9a9cb6c9 100644 --- a/www/mod_wsgi4/Makefile +++ b/www/mod_wsgi4/Makefile @@ -9,7 +9,7 @@ COMMENT= Python WSGI adapter module for Apache LICENSE= APACHE20 -USES= apache:2.4+ cpe gettext python:3.6+ +USES= apache:2.4+ cpe gettext python:3.6-3.9 USE_PYTHON= flavors CPE_VENDOR= modwsgi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112161203.1BGC3CuW089088>