Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2020 18:49:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545129 - head/www/twms
Message-ID:  <202008161849.07GInMl1090725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Aug 16 18:49:22 2020
New Revision: 545129
URL: https://svnweb.freebsd.org/changeset/ports/545129

Log:
  Unbreak after r545116

Modified:
  head/www/twms/Makefile

Modified: head/www/twms/Makefile
==============================================================================
--- head/www/twms/Makefile	Sun Aug 16 18:46:05 2020	(r545128)
+++ head/www/twms/Makefile	Sun Aug 16 18:49:22 2020	(r545129)
@@ -12,9 +12,6 @@ COMMENT=	Tiny WMS server
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-09-15
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}webpy>0:www/webpy@${PY_FLAVOR} \
 		${PY_PILLOW} \
@@ -24,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/
 USE_GITHUB=	yes
 GH_ACCOUNT=	Komzpa
 
-USES=		python:2.7  # 2.7 only because of webpy dependency
+USES=		python:3.6+
 USE_PYTHON=	distutils py3kplist optsuffix
 NO_ARCH=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008161849.07GInMl1090725>