# HG changeset patch # User Franz Glasner # Date 1552222509 -3600 # Node ID 759ad8bcc89db1fcc4e64931533abc03ac237de9 # Parent f5d46dc37f87822a6af7289037db139c7c97aeb2 Build "gevent" plugins for Python3 and Python3.6. Python2 seems currently not be needed. diff -r f5d46dc37f87 -r 759ad8bcc89d uwsginl-plugin-gevent3/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-gevent3/Makefile Sun Mar 10 13:55:09 2019 +0100 @@ -0,0 +1,13 @@ +# Created by: Franz Glasner +# $FreeBSD$ + +PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} + +COMMENT= Python3 gevent plugin for ${UWSGI_NAME} + +PLUGIN_NAME= gevent3 +PLUGIN_SOURCE= plugins/gevent + +MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 + +.include "${MASTERDIR}/Makefile" diff -r f5d46dc37f87 -r 759ad8bcc89d uwsginl-plugin-gevent3/pkg-descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-gevent3/pkg-descr Sun Mar 10 13:55:09 2019 +0100 @@ -0,0 +1,4 @@ +Python3 gevent plugin for uwsginl. +Links to the default Python3 version on the system. + +WWW: https://projects.unbit.it/uwsgi/ diff -r f5d46dc37f87 -r 759ad8bcc89d uwsginl-plugin-gevent36/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-gevent36/Makefile Sun Mar 10 13:55:09 2019 +0100 @@ -0,0 +1,15 @@ +# Created by: Franz Glasner +# $FreeBSD$ + +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" diff -r f5d46dc37f87 -r 759ad8bcc89d uwsginl-plugin-gevent36/pkg-descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-gevent36/pkg-descr Sun Mar 10 13:55:09 2019 +0100 @@ -0,0 +1,4 @@ +Python3.6 gevent plugin for uwsginl. +Links to Python 3.6. + +WWW: https://projects.unbit.it/uwsgi/