Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2021 15:12:16 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9ce3876459af - main - www/uwsgi: mark as not compatible with python 3.10
Message-ID:  <202110051512.195FCGck055268@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

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

commit 9ce3876459af843bf87326e02eccf4f9af72d558
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-10-05 15:05:17 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-10-05 15:05:33 +0000

    www/uwsgi: mark as not compatible with python 3.10
    
    Approved by:    portmgr blanket
---
 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?202110051512.195FCGck055268>