From nobody@FreeBSD.org  Thu Jul 11 13:11:38 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 2FECD77
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Jul 2013 13:11:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 22E361C5F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Jul 2013 13:11:38 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6BDBcor025704
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Jul 2013 13:11:38 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6BDBcn3025703;
	Thu, 11 Jul 2013 13:11:38 GMT
	(envelope-from nobody)
Message-Id: <201307111311.r6BDBcn3025703@oldred.freebsd.org>
Date: Thu, 11 Jul 2013 13:11:38 GMT
From: Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: science/py-scipy marked as Python 2 only, but works fine on Python 3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180465
>Category:       ports
>Synopsis:       science/py-scipy marked as Python 2 only, but works fine on Python 3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-python
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 11 13:20:00 UTC 2013
>Closed-Date:    Mon Jul 22 12:44:43 UTC 2013
>Last-Modified:  Mon Jul 22 12:50:00 UTC 2013
>Originator:     Nathan Whitehorn
>Release:        10-CURRENT
>Organization:
University of Wisconsin
>Environment:
6M: Mon May 27 20:24:29 CDT 2013     root@comporellon.tachypleus.net:/usr/obj/usr/src/sys/COMPORELLON  amd64

>Description:
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.
>How-To-Repeat:

>Fix:
Index: science/py-scipy/Makefile
===================================================================
--- science/py-scipy/Makefile   (revision 322736)
+++ science/py-scipy/Makefile   (working copy)
@@ -26,7 +26,7 @@
 OPTIONSFILE=   ${PORT_DBDIR}/py-numpy/options
 
 USE_FORTRAN=   yes
-USE_PYTHON=    -2.7
+USE_PYTHON=    yes
 USE_PYDISTUTILS=       yes
 
 OPTIONS_DEFINE=        ATLAS DOCS SUITESPARSE

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jul 11 13:20:07 UTC 2013 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180465 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Mon Jul 22 12:44:42 UTC 2013 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180465 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180465: commit references a PR
Date: Mon, 22 Jul 2013 12:44:40 +0000 (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"
 
>Unformatted:
