Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 20:54:13 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7e58a8a19bf - main - www/mod_wsgi: Clean up USES=python
Message-ID:  <6a3ee6f5.1e7da.4b504477@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7e58a8a19bf284cb315d81da082c669691a7b33

commit b7e58a8a19bf284cb315d81da082c669691a7b33
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-26 20:47:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-26 20:47:55 +0000

    www/mod_wsgi: Clean up USES=python
    
    Python 3.10 is the minimal supported Python 3.
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 www/mod_wsgi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/mod_wsgi/Makefile b/www/mod_wsgi/Makefile
index 4e2f1f7af825..aff520cd9715 100644
--- a/www/mod_wsgi/Makefile
+++ b/www/mod_wsgi/Makefile
@@ -10,7 +10,7 @@ WWW=		https://www.modwsgi.org/
 
 LICENSE=	APACHE20
 
-USES=		apache cpe gettext python:3.8+
+USES=		apache cpe gettext python
 USE_PYTHON=	flavors
 
 CPE_VENDOR=	modwsgi


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ee6f5.1e7da.4b504477>