# HG changeset patch # User Franz Glasner # Date 1664127322 -7200 # Node ID aaf8da3affd75ecffae976e2bedef89080d5a0a2 # Parent 34be2756e5f816dcbb469420f3514bf9041c788d Add the Python plugin for Python 3.9 diff -r 34be2756e5f8 -r aaf8da3affd7 uwsginl-plugin-tornado39/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-tornado39/Makefile Sun Sep 25 19:35:22 2022 +0200 @@ -0,0 +1,17 @@ +# Created by: Franz Glasner + +PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} + +COMMENT= Python3.9 tornado plugin for ${UWSGI_NAME} + +USES= python:3.9 gettext-runtime + +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=5.0:devel/py-tornado@${PY_FLAVOR} +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=5.0:devel/py-tornado@${PY_FLAVOR} + +PLUGIN_NAME= tornado39 +PLUGIN_SOURCE= plugins/tornado + +MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 + +.include "${MASTERDIR}/Makefile" diff -r 34be2756e5f8 -r aaf8da3affd7 uwsginl-plugin-tornado39/pkg-descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-tornado39/pkg-descr Sun Sep 25 19:35:22 2022 +0200 @@ -0,0 +1,2 @@ +Python3.9 tornado plugin for uwsginl. +Links to Python 3.9.