# HG changeset patch # User Franz Glasner # Date 1664125282 -7200 # Node ID c32cf35cb4da8142d3e3d656f235c18c1d23feff # Parent aa65e876b77df85e30c7e809ce7c55a9ee284037 Prepare gevent and greenlet plugins for Python 3.9 diff -r aa65e876b77d -r c32cf35cb4da uwsginl-plugin-gevent39/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-gevent39/Makefile Sun Sep 25 19:01:22 2022 +0200 @@ -0,0 +1,14 @@ +# Created by: Franz Glasner + +PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} + +COMMENT= Python3.9 gevent plugin for ${UWSGI_NAME} + +USES= python:3.9 gettext-runtime + +PLUGIN_NAME= gevent39 +PLUGIN_SOURCE= plugins/gevent + +MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 + +.include "${MASTERDIR}/Makefile" diff -r aa65e876b77d -r c32cf35cb4da uwsginl-plugin-gevent39/pkg-descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-gevent39/pkg-descr Sun Sep 25 19:01:22 2022 +0200 @@ -0,0 +1,2 @@ +Python3.9 gevent plugin for uwsginl. +Links to Python 3.9. diff -r aa65e876b77d -r c32cf35cb4da uwsginl-plugin-greenlet39/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-greenlet39/Makefile Sun Sep 25 19:01:22 2022 +0200 @@ -0,0 +1,17 @@ +# Created by: Franz Glasner + +PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} + +COMMENT= Python3.9 gevent plugin for ${UWSGI_NAME} + +USES= python:3.9 gettext-runtime + +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4:devel/py-greenlet@${PY_FLAVOR} +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4:devel/py-greenlet@${PY_FLAVOR} + +PLUGIN_NAME= greenlet39 +PLUGIN_SOURCE= plugins/greenlet + +MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 + +.include "${MASTERDIR}/Makefile" diff -r aa65e876b77d -r c32cf35cb4da uwsginl-plugin-greenlet39/pkg-descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-greenlet39/pkg-descr Sun Sep 25 19:01:22 2022 +0200 @@ -0,0 +1,2 @@ +Python3.9 greenlet plugin for uwsginl. +Links to Python 3.9.