www/uwsgi: update 2.0.20 → 2.0.21, take maintainership

- Update to 2.0.11 which brings in Python 3.11 support
- Take maintainership after 3 (or more) consequential maintainer timeouts
- Switch to fetching from GitHub
- Drop deprecated USE_PYTHON=optsuffix
This commit is contained in:
Dmitry Marakasov 2022-11-02 20:23:32 +03:00
parent db031c77f8
commit ef6dbd4fb4
3 changed files with 10 additions and 19 deletions

View File

@ -1,17 +1,19 @@
PORTNAME= uwsgi
PORTVERSION= 2.0.20
PORTVERSION= 2.0.21
CATEGORIES= www python
MASTER_SITES= http://projects.unbit.it/downloads/
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= eugene@zhegan.in
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Developer-friendly WSGI server which uses uwsgi protocol
WWW= https://projects.unbit.it/uwsgi/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe pkgconfig python:3.6-3.10
USE_PYTHON= distutils concurrent optsuffix
USES= cpe pkgconfig python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= unbit
USE_PYTHON= distutils concurrent
USE_RC_SUBR= uwsgi
CPE_VENDOR= unbit

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1637775824
SHA256 (uwsgi-2.0.20.tar.gz) = 88ab9867d8973d8ae84719cf233b7dafc54326fcaec89683c3f9f77c002cdff9
SIZE (uwsgi-2.0.20.tar.gz) = 804906
TIMESTAMP = 1667404884
SHA256 (unbit-uwsgi-2.0.21_GH0.tar.gz) = 35a30d83791329429bc04fe44183ce4ab512fcf6968070a7bfba42fc5a0552a9
SIZE (unbit-uwsgi-2.0.21_GH0.tar.gz) = 808494

View File

@ -1,11 +0,0 @@
--- plugins/coroae/uwsgiplugin.py.orig 2020-06-17 09:03:34 UTC
+++ plugins/coroae/uwsgiplugin.py
@@ -9,7 +9,7 @@ for p in search_paths:
coroapi = p
if not coroapi:
- print "unable to find the Coro perl module !!!"
+ print("unable to find the Coro perl module !!!")
sys.exit(1)
NAME='coroae'