Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 173:927ba0b5d294
Removed obsolete and EOL language plugins
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 17 Jan 2024 01:35:14 +0100 |
| parents | f73cf640674a |
| children | c567b3394ef8 |
| files | uwsginl-plugin-gevent36/Makefile uwsginl-plugin-gevent36/pkg-descr uwsginl-plugin-gevent37/Makefile uwsginl-plugin-gevent37/pkg-descr uwsginl-plugin-greenlet36/Makefile uwsginl-plugin-greenlet36/pkg-descr uwsginl-plugin-greenlet37/Makefile uwsginl-plugin-greenlet37/pkg-descr uwsginl-plugin-lang-py34/Makefile uwsginl-plugin-lang-py34/pkg-descr uwsginl-plugin-lang-py36/Makefile uwsginl-plugin-lang-py36/pkg-descr uwsginl-plugin-lang-py37/Makefile uwsginl-plugin-lang-py37/pkg-descr uwsginl-plugin-tornado36/Makefile uwsginl-plugin-tornado36/pkg-descr uwsginl-plugin-tornado37/Makefile uwsginl-plugin-tornado37/pkg-descr |
| diffstat | 18 files changed, 0 insertions(+), 156 deletions(-) [+] |
line wrap: on
line diff
--- a/uwsginl-plugin-gevent36/Makefile Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -# Created by: Franz Glasner <freebsd-dev-@dom66.de> - -PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} - -COMMENT= Python3.6 gevent plugin for ${UWSGI_NAME} - -USES= python:3.6 gettext-runtime - -PLUGIN_NAME= gevent36 -PLUGIN_SOURCE= plugins/gevent - -MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 - -.include "${MASTERDIR}/Makefile"
--- a/uwsginl-plugin-gevent36/pkg-descr Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Python3.6 gevent plugin for uwsginl. -Links to Python 3.6.
--- a/uwsginl-plugin-gevent37/Makefile Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -# Created by: Franz Glasner <freebsd-dev-@dom66.de> - -PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} - -COMMENT= Python3.7 gevent plugin for ${UWSGI_NAME} - -USES= python:3.7 gettext-runtime - -PLUGIN_NAME= gevent37 -PLUGIN_SOURCE= plugins/gevent - -MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 - -.include "${MASTERDIR}/Makefile"
--- a/uwsginl-plugin-gevent37/pkg-descr Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Python3.7 gevent plugin for uwsginl. -Links to Python 3.7.
--- a/uwsginl-plugin-greenlet36/Makefile Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -# Created by: Franz Glasner <freebsd-dev-@dom66.de> - -PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} - -COMMENT= Python3.6 gevent plugin for ${UWSGI_NAME} - -USES= python:3.6 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= greenlet36 -PLUGIN_SOURCE= plugins/greenlet - -MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 - -.include "${MASTERDIR}/Makefile"
--- a/uwsginl-plugin-greenlet36/pkg-descr Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Python3.6 greenlet plugin for uwsginl. -Links to Python 3.6.
--- a/uwsginl-plugin-greenlet37/Makefile Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -# Created by: Franz Glasner <freebsd-dev-@dom66.de> - -PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} - -COMMENT= Python3.7 gevent plugin for ${UWSGI_NAME} - -USES= python:3.7 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= greenlet37 -PLUGIN_SOURCE= plugins/greenlet - -MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 - -.include "${MASTERDIR}/Makefile"
--- a/uwsginl-plugin-greenlet37/pkg-descr Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Python3.7 greenlet plugin for uwsginl. -Links to Python 3.7.
--- a/uwsginl-plugin-lang-py34/Makefile Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -# Created by: Franz Glasner <freebsd-dev@dom66.de> - -PORTNAME= ${UWSGI_NAME}-plugin-lang-py34 - -COMMENT= Language plugin for Python 3.4 - -USES= python:3.4 gettext-runtime - -PLUGIN_NAME= python34 -PLUGIN_SOURCE= plugins/python - -MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 - -.include "${MASTERDIR}/Makefile"
--- a/uwsginl-plugin-lang-py34/pkg-descr Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Python3.4 language plugin for uwsginl. -Links to python3.4.
--- a/uwsginl-plugin-lang-py36/Makefile Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -# Created by: Franz Glasner <freebsd-dev@dom66.de> - -PORTNAME= ${UWSGI_NAME}-plugin-lang-py36 - -COMMENT= Language plugin for Python 3.6 - -USES= python:3.6 gettext-runtime - -PLUGIN_NAME= python36 -PLUGIN_SOURCE= plugins/python - -MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 - -.include "${MASTERDIR}/Makefile"
--- a/uwsginl-plugin-lang-py36/pkg-descr Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Python3.6 language plugin for uwsginl. -Links to python3.6.
--- a/uwsginl-plugin-lang-py37/Makefile Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -# Created by: Franz Glasner <freebsd-dev@dom66.de> - -PORTNAME= ${UWSGI_NAME}-plugin-lang-py37 - -COMMENT= Language plugin for Python 3.7 - -USES= python:3.7 gettext-runtime - -PLUGIN_NAME= python37 -PLUGIN_SOURCE= plugins/python - -MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 - -.include "${MASTERDIR}/Makefile"
--- a/uwsginl-plugin-lang-py37/pkg-descr Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Python3.7 language plugin for uwsginl. -Links to python3.7.
--- a/uwsginl-plugin-tornado36/Makefile Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -# Created by: Franz Glasner <freebsd-dev-@dom66.de> - -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"
--- a/uwsginl-plugin-tornado36/pkg-descr Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Python3.6 tornado plugin for uwsginl. -Links to Python 3.6.
--- a/uwsginl-plugin-tornado37/Makefile Wed Jan 17 01:09:07 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -# Created by: Franz Glasner <freebsd-dev-@dom66.de> - -PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} - -COMMENT= Python3.7 tornado plugin for ${UWSGI_NAME} - -USES= python:3.7 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= tornado37 -PLUGIN_SOURCE= plugins/tornado - -MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 - -.include "${MASTERDIR}/Makefile"
