Bug 201344 - science/py-scikit-sparse: Cannot build with python 3
Summary: science/py-scikit-sparse: Cannot build with python 3
Status: Closed DUPLICATE of bug 201346
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-04 21:55 UTC by John W. O'Brien
Modified: 2015-07-04 22:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John W. O'Brien 2015-07-04 21:55:28 UTC
The stage target fails with:

====
byte-compiling /wrkdirs/usr/ports/science/py-scikit-sparse/work/stage/usr/local/lib/python3.4/site-packages/scikits/sparse/test_cholmod.py to test_cholmod.cpython-34.pyc
writing byte-compilation script '/tmp/tmpu41n5nsp.py'
/usr/local/bin/python3.4 -O /tmp/tmpu41n5nsp.py
  File "/usr/local/lib/python3.4/site-packages/scikits/sparse/test_cholmod.py", line 56
    print "dense"
                ^
SyntaxError: Missing parentheses in call to 'print'
====

The cause is self-explanatory. The attached patch corrects this and allows this port to be built under python 3.

While here, update WWW in pkg-descr to match the README and the redirect from Google Code.
Comment 1 John W. O'Brien 2015-07-04 22:50:50 UTC
Sorry for the accidental duplication.

*** This bug has been marked as a duplicate of bug 201346 ***