diff uwsginl-plugin-lang-py3/Makefile @ 50:4dda3a6c973d

Update the python3 plugin to uwsgi 2.0.18. Currently must use python:3.5+ for the build to succeed.
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 09 Mar 2019 23:31:07 +0100
parents cb20e897a53c
children 7e7b576aa608
line wrap: on
line diff
--- a/uwsginl-plugin-lang-py3/Makefile	Sat Mar 09 23:07:19 2019 +0100
+++ b/uwsginl-plugin-lang-py3/Makefile	Sat Mar 09 23:31:07 2019 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	${UWSGI_NAME}-plugin-lang-py3
-DISTVERSION=	2.0.16
+DISTVERSION=	2.0.18
 PORTREVISION?=	0
 CATEGORIES?=	www python
 MASTER_SITES=	http://projects.unbit.it/downloads/
@@ -21,7 +21,7 @@
 RUN_DEPENDS+=	${UWSGI_NAME}==${PORTVERSION}:www/uwsginl
 
 # This specific python version is built
-USES?=		python:3 gettext-runtime
+USES?=		python:3.5+ gettext-runtime
 # Some python version is needed when building
 USES+=		python:build pkgconfig