py-dexml fails to build correctly with Python 2.4 installed as the default Python version: byte-compiling /usr/local/lib/python2.4/site-packages/dexml/__init__.py to __init__.pyc File "/usr/local/lib/python2.4/site-packages/dexml/__init__.py", line 476 equals = (lambda a, b: a == b) if cls.meta.case_sensitive else (lambda a, b: a.lower() == b.lower()) ^ SyntaxError: invalid syntax byte-compiling /usr/local/lib/python2.4/site-packages/dexml/fields.py to fields.pyc writing byte-compilation script '/tmp/tmpFxQTk0.py' /usr/local/bin/python2.4 -O /tmp/tmpFxQTk0.py File "/usr/local/lib/python2.4/site-packages/dexml/__init__.py", line 476 equals = (lambda a, b: a == b) if cls.meta.case_sensitive else (lambda a, b: a.lower() == b.lower()) ^ SyntaxError: invalid syntax removing /tmp/tmpFxQTk0.py USE_PYTHON is updated to require Python version 2.5+. This was noticed during a tinderbox build with the following options set: PYTHON_VERSION=python2.4 PYTHON_DEFAULT_VERSION=python2.4 Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->wen Over to maintainer (via the GNATS Auto Assign Tool)
glarkin 2010-08-18 14:14:42 UTC FreeBSD ports repository Modified files: devel/py-dexml Makefile Log: - Restrict Python version to 2.5+ to avoid syntax error with Python 2.4 PR: ports/149276 Submitted by: glarkin Approved by: wen (via email) Revision Changes Path 1.6 +1 -1 ports/devel/py-dexml/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed.