Bug 180465 - science/py-scipy marked as Python 2 only, but works fine on Python 3
Summary: science/py-scipy marked as Python 2 only, but works fine on Python 3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-11 14:20 UTC by Nathan Whitehorn
Modified: 2013-07-22 13:50 UTC (History)
0 users

See Also:


Attachments
file.diff (402 bytes, patch)
2013-07-11 14:20 UTC, Nathan Whitehorn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Whitehorn freebsd_committer freebsd_triage 2013-07-11 14:20:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-11 14:20:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-22 13:44:40 UTC
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"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-07-22 13:44:42 UTC
State Changed
From-To: open->closed

Committed, thank you!