Date: Sat, 18 Oct 2014 11:42:25 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371115 - head/www/py-cherrypy-old Message-ID: <201410181142.s9IBgPKo093952@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sat Oct 18 11:42:24 2014 New Revision: 371115 URL: https://svnweb.freebsd.org/changeset/ports/371115 QAT: https://qat.redports.org/buildarchive/r371115/ Log: www/py-cherrypy-old: convert to USES=python - convert to USES=python - limit to python2 only: """ Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 65 print s % (name, version, required_python_version) ^ SyntaxError: invalid syntax """ Approved by: portmgr (blanket) Modified: head/www/py-cherrypy-old/Makefile Modified: head/www/py-cherrypy-old/Makefile ============================================================================== --- head/www/py-cherrypy-old/Makefile Sat Oct 18 11:39:15 2014 (r371114) +++ head/www/py-cherrypy-old/Makefile Sat Oct 18 11:42:24 2014 (r371115) @@ -16,9 +16,8 @@ COMMENT= Pythonic, object-oriented web d LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= autoplist distutils PORTSCOUT= ignore:1 # This the last version of 2.3.X branch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410181142.s9IBgPKo093952>