diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 11:42:24 +0000 |
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 11:42:24 +0000 |
| commit | f0c2f755d531379a8023a81afadd26451e180b35 (patch) | |
| tree | 2914ddf9e9098ea84e82a5dcf46f62ad76e6ff6d | |
| parent | www/py-bottle: convert to USES=python (diff) | |
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)
| -rw-r--r-- | www/py-cherrypy-old/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-cherrypy-old/Makefile b/www/py-cherrypy-old/Makefile index ba6990f49b75..7fd8ed65c727 100644 --- a/www/py-cherrypy-old/Makefile +++ b/www/py-cherrypy-old/Makefile @@ -16,9 +16,8 @@ COMMENT= Pythonic, object-oriented web development framework 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 |
