Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 64:87b820419e58
Build the "tornado" plugin for Python3 and Python3.6
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 10 Mar 2019 17:38:27 +0100 |
| parents | 21b29894c66b |
| children | 02a0807309f7 |
| files | uwsginl-plugin-tornado3/Makefile uwsginl-plugin-tornado3/pkg-descr uwsginl-plugin-tornado36/Makefile uwsginl-plugin-tornado36/pkg-descr |
| diffstat | 4 files changed, 42 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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-dev-@dom66.de> +# $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"
--- /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/
--- /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-dev-@dom66.de> +# $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"
