changeset 36:1ca9a9cd1da8

The Python2 (OS default version) language (interpreter) plugin for www/uwsginl
author Franz Glasner <hg@dom66.de>
date Sun, 24 Sep 2017 03:53:23 +0200
parents
children 07eef5807f38
files .hgignore Makefile pkg-descr
diffstat 3 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sun Sep 24 03:53:23 2017 +0200
@@ -0,0 +1,3 @@
+syntax: regexp
+
+^work/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Sun Sep 24 03:53:23 2017 +0200
@@ -0,0 +1,15 @@
+# Created by: Franz Glasner <freebsd-dev@dom66.de>
+# $FreeBSD$
+
+PORTNAME=	${UWSGI_NAME}-plugin-lang-py2
+
+COMMENT=	Language plugin for Python 2 (OS default)
+
+USES=		python:2 gettext-runtime
+
+PLUGIN_NAME=	python
+PLUGIN_FILENAME_TAG=	python2
+
+MASTERDIR=	${.CURDIR}/../uwsginl-plugin-lang-py3
+
+.include	"${MASTERDIR}/Makefile"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pkg-descr	Sun Sep 24 03:53:23 2017 +0200
@@ -0,0 +1,4 @@
+Python2 language plugin for uwsginl.
+Links to the default Python2 version on the system.
+
+WWW: http://projects.unbit.it/uwsgi/