From db@db.net  Tue Nov 14 21:48:51 2006
Return-Path: <db@db.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A85C316A403;
	Tue, 14 Nov 2006 21:48:51 +0000 (UTC)
	(envelope-from db@db.net)
Received: from diana.db.net (diana.db.net [204.228.225.212])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7EB1143D45;
	Tue, 14 Nov 2006 21:48:51 +0000 (GMT)
	(envelope-from db@db.net)
Received: from db by diana.db.net with local (Exim 4.63 (FreeBSD))
	(envelope-from <db@db.net>)
	id 1Gk64s-000Mil-LW; Tue, 14 Nov 2006 14:44:22 -0700
Message-Id: <E1Gk64s-000Mil-LW@diana.db.net>
Date: Tue, 14 Nov 2006 14:44:22 -0700
From: Diane Bruce <db@db.net>
Reply-To: Diane Bruce <db@diana.db.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: rafan@freebsd.org
Subject: Missing PY-NUMPY definition in /usr/ports/Mk/bsd.python.mk
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105544
>Category:       ports
>Synopsis:       Missing PY-NUMPY definition in /usr/ports/Mk/bsd.python.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alexbl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 14 21:50:02 GMT 2006
>Closed-Date:    Fri Dec 08 05:13:33 GMT 2006
>Last-Modified:  Fri Dec 08 05:13:33 GMT 2006
>Originator:     Diane Bruce
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
None
>Environment:
System: FreeBSD diana.db.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Oct 14 14:44:56 MDT 2006 db@diana.db.net:/usr/obj/usr/src/sys/LTNX i386


	
>Description:
	PY-NUMERIC is being deprecated in favour of PY-NUMPY
>How-To-Repeat:
	
>Fix:

I suggest the addition of PY-NUMPY to /usr/ports/MK/bsd.python.mk.diff
for consistency


--- bsd.python.mk.orig	Tue Nov 14 16:37:44 2006
+++ bsd.python.mk	Tue Nov 14 16:43:04 2006
@@ -99,6 +99,7 @@
 # PYNUMERIC			- Dependency line for the numeric extension. Py-Numeric-17
 #					  is the last release that works with Python versions older
 #					  than 1.6.
+# PYNUMPY			- Dependency line for the new numeric extension.#				  py-numpy, Py-Numeric is deprecated.
 #
 # PYXML				- Dependency line for the XML extension. As of Python-2.0,
 #					  this extension is in the base distribution.
@@ -415,6 +416,7 @@
 # Python 3rd-party modules
 PYDISTUTILS=	${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR}
 PYNUMERIC=		${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
+PYNUMPY=		${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy
 PYXML=			${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
 
 .if defined(PYTHON_REL) && ${PYTHON_REL} < 232


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perky 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Nov 14 21:50:17 UTC 2006 
Responsible-Changed-Why:  
bsd.python.mk is perky territory 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105544 
Responsible-Changed-From-To: perky->alexbl 
Responsible-Changed-By: alexbl 
Responsible-Changed-When: Thu Dec 7 10:02:58 UTC 2006 
Responsible-Changed-Why:  
I will take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105544: commit references a PR
Date: Fri,  8 Dec 2006 04:57:55 +0000 (UTC)

 alexbl      2006-12-08 04:57:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.python.mk 
   Log:
    - Add PYNUMPY macro to bsd.python.mk
        Ports using Py-Numeric should be aware that it is considered deprecated
        in favor of NumPy.
   
   PR:             105544
   Submitted by:   Diane Bruce <db@db.net>
   Approved by:    maintainer timeout, python@ (self)
   
   Revision  Changes    Path
   1.87      +3 -1      ports/Mk/bsd.python.mk
 _______________________________________________
 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: open->closed 
State-Changed-By: alexbl 
State-Changed-When: Fri Dec 8 05:13:31 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105544 
>Unformatted:
