changeset 164:910d38ab41ab v2.1.pl6.g20221024

Python 3.11 plugin for uwsginl
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 29 Oct 2022 19:06:19 +0200
parents 9b279d675487
children b790252d330c
files uwsginl-plugin-lang-py311/Makefile uwsginl-plugin-lang-py311/pkg-descr
diffstat 2 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uwsginl-plugin-lang-py311/Makefile	Sat Oct 29 19:06:19 2022 +0200
@@ -0,0 +1,14 @@
+# Created by: Franz Glasner <freebsd-dev@dom66.de>
+
+PORTNAME=	${UWSGI_NAME}-plugin-lang-py311
+
+COMMENT=	Language plugin for Python 3.11
+
+USES=		python:3.11 gettext-runtime
+
+PLUGIN_NAME=	python311
+PLUGIN_SOURCE=	plugins/python
+
+MASTERDIR=	${.CURDIR}/../uwsginl-plugin-lang-py3
+
+.include	"${MASTERDIR}/Makefile"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uwsginl-plugin-lang-py311/pkg-descr	Sat Oct 29 19:06:19 2022 +0200
@@ -0,0 +1,2 @@
+Python3.11 language plugin for uwsginl.
+Links to python3.11.