svn commit: r531577 - head/www/py-scgi

Antoine Brodin antoine at FreeBSD.org
Mon Apr 13 06:56:01 UTC 2020


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>


More information about the svn-ports-all mailing list