Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 142:c32cf35cb4da
Prepare gevent and greenlet plugins for Python 3.9
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 25 Sep 2022 19:01:22 +0200 |
| parents | aa65e876b77d |
| children | 8bb446cd21c1 |
| files | uwsginl-plugin-gevent39/Makefile uwsginl-plugin-gevent39/pkg-descr uwsginl-plugin-greenlet39/Makefile uwsginl-plugin-greenlet39/pkg-descr |
| diffstat | 4 files changed, 35 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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 <freebsd-dev-@dom66.de> + +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"
--- /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.
--- /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 <freebsd-dev-@dom66.de> + +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"
