py-unittestplus fails to build correctly with Python 2.4 or 2.5 selected: byte-compiling /usr/local/lib/python2.4/site-packages/unittestplus/tests/testcaseplus_test.py to testcaseplus_test.pyc File "/usr/local/lib/python2.4/site-packages/unittestplus/tests/testcaseplus_t est.py", line 246 except AssertionError as exc: ^ SyntaxError: invalid syntax byte-compiling /usr/local/lib/python2.4/site-packages/unittestplus/tests/__init__.py to __init__.pycwriting byte-compilation script '/tmp/tmpv3Ah4Y.py' /usr/local/bin/python2.4 -O /tmp/tmpv3Ah4Y.py File "/usr/local/lib/python2.4/site-packages/unittestplus/tests/testcaseplus_test.py", line 246 except AssertionError as exc: ^ SyntaxError: invalid syntax removing /tmp/tmpv3Ah4Y.py Port maintainer (hsmtkk@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 How-To-Repeat: make PYTHON_VERSION=python2.4 PYTHON_DEFAULT_VERSION=python2.4 install -or- make PYTHON_VERSION=python2.5 PYTHON_DEFAULT_VERSION=python2.5 install
Responsible Changed From-To: freebsd-ports-bugs->glarkin Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of devel/py-unittestplus, Please note that PR ports/149585 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/149585 -- 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)
To Greg; Thank you for your patch. To Edwin; > 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: > =C2=A0 =C2=A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/149585 I have tested this patch and it works correctly. I agree with this patch. Please commit it. --=20 Kouki Hashimoto hsmtkk@gmail.com
glarkin 2010-08-18 13:30:54 UTC FreeBSD ports repository Modified files: devel/py-unittestplus Makefile Log: - Restrict port to use Python 2.6+, since 2.4/2.5 fail to build it with a syntax error. PR: ports/149585 Submitted by: glarkin Approved by: Kouki Hashimoto <hsmtkk at gmail dot com> (maintainer) Revision Changes Path 1.2 +1 -1 ports/devel/py-unittestplus/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: feedback->closed Committed, thank you!