# HG changeset patch # User Franz Glasner # Date 1552235907 -3600 # Node ID 87b820419e58b36e2057c0d58271c2cc4c0bca14 # Parent 21b29894c66bab96fbecff09d49041b3ab29d6e2 Build the "tornado" plugin for Python3 and Python3.6 diff -r 21b29894c66b -r 87b820419e58 uwsginl-plugin-tornado3/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-tornado3/Makefile Sun Mar 10 17:38:27 2019 +0100 @@ -0,0 +1,16 @@ +# Created by: Franz Glasner +# $FreeBSD$ + +PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} + +COMMENT= Python3 tornado plugin for ${UWSGI_NAME} + +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= tornado3 +PLUGIN_SOURCE= plugins/tornado + +MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 + +.include "${MASTERDIR}/Makefile" diff -r 21b29894c66b -r 87b820419e58 uwsginl-plugin-tornado3/pkg-descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-tornado3/pkg-descr Sun Mar 10 17:38:27 2019 +0100 @@ -0,0 +1,4 @@ +Python3 tornado plugin for uwsginl. +Links to the default Python3 version on the system. + +WWW: https://projects.unbit.it/uwsgi/ diff -r 21b29894c66b -r 87b820419e58 uwsginl-plugin-tornado36/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-tornado36/Makefile Sun Mar 10 17:38:27 2019 +0100 @@ -0,0 +1,18 @@ +# Created by: Franz Glasner +# $FreeBSD$ + +PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} + +COMMENT= Python3.6 tornado plugin for ${UWSGI_NAME} + +USES= python:3.6 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= tornado36 +PLUGIN_SOURCE= plugins/tornado + +MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 + +.include "${MASTERDIR}/Makefile" diff -r 21b29894c66b -r 87b820419e58 uwsginl-plugin-tornado36/pkg-descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-tornado36/pkg-descr Sun Mar 10 17:38:27 2019 +0100 @@ -0,0 +1,4 @@ +Python3.6 tornado plugin for uwsginl. +Links to Python 3.6. + +WWW: https://projects.unbit.it/uwsgi/