svn commit: r461707 - head/www/py-cherrypy
Yuri Victorovich
yuri at FreeBSD.org
Tue Feb 13 13:59:56 UTC 2018
Author: yuri
Date: Tue Feb 13 13:59:55 2018
New Revision: 461707
URL: https://svnweb.freebsd.org/changeset/ports/461707
Log:
www/py-cherrypy: Added USE_PYTHON=concurrent
It is obviously needed because py27 and py36 currently
conflict with each other.
Approved by: tcberner (mentor, implicit)
Modified:
head/www/py-cherrypy/Makefile
Modified: head/www/py-cherrypy/Makefile
==============================================================================
--- head/www/py-cherrypy/Makefile Tue Feb 13 13:52:09 2018 (r461706)
+++ head/www/py-cherrypy/Makefile Tue Feb 13 13:59:55 2018 (r461707)
@@ -3,7 +3,7 @@
PORTNAME= cherrypy
PORTVERSION= 5.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= *
USES= python shebangfix
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils autoplist concurrent
SHEBANG_FILES= cherrypy/cherryd
.include <bsd.port.options.mk>
More information about the svn-ports-all
mailing list