From nobody Wed Oct 06 16:31:54 2021 X-Original-To: dev-commits-ports-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EB21812D02D6; Wed, 6 Oct 2021 16:31:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HPg2f6696z4Rq7; Wed, 6 Oct 2021 16:31:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B186323808; Wed, 6 Oct 2021 16:31:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 196GVsQ8087115; Wed, 6 Oct 2021 16:31:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 196GVsWJ087114; Wed, 6 Oct 2021 16:31:54 GMT (envelope-from git) Date: Wed, 6 Oct 2021 16:31:54 GMT Message-Id: <202110061631.196GVsWJ087114@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Dmitry Marakasov Subject: git: 76517b41660d - 2021Q4 - www/uwsgi: mark as not compatible with python 3.10 List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-branches@freebsd.org X-BeenThere: dev-commits-ports-branches@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: 76517b41660d3bb4f0ec25cc3c852518808618f1 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch 2021Q4 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=76517b41660d3bb4f0ec25cc3c852518808618f1 commit 76517b41660d3bb4f0ec25cc3c852518808618f1 Author: Dmitry Marakasov AuthorDate: 2021-10-05 15:05:17 +0000 Commit: Dmitry Marakasov 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