svn commit: r371115 - head/www/py-cherrypy-old

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Oct 18 11:42:25 UTC 2014


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
 


More information about the svn-ports-all mailing list