py-RPyC fails to build correctly with Python 2.4 installed as the default Python version: creating /usr/local/lib/python2.4/site-packages/rpyc-3.0.6-py2.4.egg Extracting rpyc-3.0.6-py2.4.egg to /usr/local/lib/python2.4/site-packages File "/usr/local/lib/python2.4/site-packages/rpyc-3.0.6-py2.4.egg/rpyc/utils/server.py", line 217 finally: ^ SyntaxError: invalid syntax File "/usr/local/lib/python2.4/site-packages/rpyc-3.0.6-py2.4.egg/rpyc/utils/server.py", line 217 finally: ^ SyntaxError: invalid syntax Adding rpyc 3.0.6 to easy-install.pth file 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 (wenheping@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of devel/py-RPyC, Please note that PR ports/149336 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/149336 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->closed Committed after email approval from wen.
glarkin 2010-08-11 17:46:16 UTC FreeBSD ports repository Modified files: devel/py-RPyC Makefile Log: - Restricted Python version to 2.5+, since 2.4 exits with a syntax error during the build. PR: ports/149336 Submitted by: glarkin Approved by: wen (via email) Revision Changes Path 1.6 +1 -1 ports/devel/py-RPyC/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"