Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2020 06:56:00 +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: r531577 - head/www/py-scgi
Message-ID:  <202004130656.03D6u037022382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Apr 13 06:56:00 2020
New Revision: 531577
URL: https://svnweb.freebsd.org/changeset/ports/531577

Log:
  py-scgi is no longer compatible with python 2
  
  Reported by:	pkg-fallout

Modified:
  head/www/py-scgi/Makefile

Modified: head/www/py-scgi/Makefile
==============================================================================
--- head/www/py-scgi/Makefile	Mon Apr 13 06:48:33 2020	(r531576)
+++ head/www/py-scgi/Makefile	Mon Apr 13 06:56:00 2020	(r531577)
@@ -13,7 +13,7 @@ COMMENT=	Python server implementation of the Simple Co
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>



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