Re: git: 9ce3876459af - main - www/uwsgi: mark as not compatible with python 3.10

From: Kubilay Kocak <koobs_at_FreeBSD.org>
Date: Tue, 05 Oct 2021 23:45:28 UTC
On 6/10/2021 2:12 am, Dmitry Marakasov wrote:
> 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
> 

Could you merge this bug fix to quarterly please Dmitry?