Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 147:aaf8da3affd7
Add the Python plugin for Python 3.9
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 25 Sep 2022 19:35:22 +0200 |
| parents | 34be2756e5f8 |
| children | 60f751ce41dd |
| files | uwsginl-plugin-tornado39/Makefile uwsginl-plugin-tornado39/pkg-descr |
| diffstat | 2 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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 <freebsd-dev-@dom66.de> + +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"
