ports/105544: Missing PY-NUMPY definition in /usr/ports/Mk/bsd.python.mk

Diane Bruce db at db.net
Tue Nov 14 21:50:03 UTC 2006


>Number:         105544
>Category:       ports
>Synopsis:       Missing PY-NUMPY definition in /usr/ports/Mk/bsd.python.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 14 21:50:02 GMT 2006
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list