scipy is marked as for python <= 2.7 only, but has worked fine with python 3 for a long time. No changes are required to the port except removing the restriction.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Author: rm Date: Mon Jul 22 12:44:32 2013 New Revision: 323443 URL: http://svnweb.freebsd.org/changeset/ports/323443 Log: - let it build with python3 too Both python2 and python3 are supported according to official documentation and setup.py PR: 180465 Submitted by: nwhitehorn Modified: head/science/py-scipy/Makefile Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Mon Jul 22 12:41:39 2013 (r323442) +++ head/science/py-scipy/Makefile Mon Jul 22 12:44:32 2013 (r323443) @@ -26,7 +26,7 @@ LATEST_LINK= py-${PORTNAME} OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options USE_FORTRAN= yes -USE_PYTHON= -2.7 +USE_PYTHON= yes USE_PYDISTUTILS= yes OPTIONS_DEFINE= ATLAS DOCS SUITESPARSE _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you!