Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2006 00:01:40 GMT
From:      "Pedro F. Giffuni" <giffunip@asme.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/92784: math/py-Numeric update
Message-ID:  <200602040001.k1401eV3099965@www.freebsd.org>
Resent-Message-ID: <200602040010.k140A5g5071392@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92784
>Category:       ports
>Synopsis:       math/py-Numeric update
>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:   Sat Feb 04 00:10:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        6.0-Release (amd64)
>Organization:
>Environment:
FreeBSD etoile.cable.net.co 6.0-RELEASE FreeBSD 6.0-RELEASE #11: Thu Feb  2 23:55:44 COT 2006     root@etoile.cable.net.co:/usr/src/sys/amd64/compile/DIMENSION  amd64
>Description:
              Here are the changes wrt 24.1:
Version 24.2
              Support array interface in objecttype function.
              Handle case where __array__ does not return a Numeric array.
              Fix __array_struct__ for 64-bit.
[cookedm]  Add ability to build Python eggs with
                    python setup.pybdist_egg.
              - setuptools is *not* required; if not found, the old way is
                still used.
              - default for setup.py install is to still install the old way.
              - headers are included in the Numeric_headers package, which
                has a function get_numeric_include() to return the appropiate
                directory for the header files.

I also updated the website while I was here.
>How-To-Repeat:
              
>Fix:
              Attached patch:
diff -ruN py-numeric.orig/Makefile py-numeric/Makefile
--- py-numeric.orig/Makefile	Fri Feb  3 18:30:41 2006
+++ py-numeric/Makefile	Fri Feb  3 18:38:27 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	numeric
-PORTVERSION=	24.0
+PORTVERSION=	24.2
 CATEGORIES=	math python
 MASTER_SITES=	http://numeric.scipy.org/:doc \
 		${MASTER_SITE_SOURCEFORGE:S/$/:source/}
diff -ruN py-numeric.orig/distinfo py-numeric/distinfo
--- py-numeric.orig/distinfo	Fri Feb  3 18:30:41 2006
+++ py-numeric/distinfo	Fri Feb  3 18:40:43 2006
@@ -1,4 +1,6 @@
-MD5 (Numeric-24.0.tar.gz) = 8e981a0b051d21753579b9d67b35d637
-SIZE (Numeric-24.0.tar.gz) = 732688
+MD5 (Numeric-24.2.tar.gz) = 2ae672656e06716a149acb048cca3093
+SHA256 (Numeric-24.2.tar.gz) = 5f72e729eb6ff57442f2a38bfc9931738b59e5077928e2e70d22b4610ff15258
+SIZE (Numeric-24.2.tar.gz) = 743800
 MD5 (numpy.pdf) = 258b3758645568724ab1a3ead67db78a
+SHA256 (numpy.pdf) = 1005b55ee84265be490d8270b4e464e11f59455c220da822f6901342f5fe804f
 SIZE (numpy.pdf) = 1234555
diff -ruN py-numeric.orig/pkg-descr py-numeric/pkg-descr
--- py-numeric.orig/pkg-descr	Fri Feb  3 18:30:41 2006
+++ py-numeric/pkg-descr	Fri Feb  3 18:54:42 2006
@@ -17,4 +17,7 @@
        + Fourier Transforms (FFTPACK)
        + Random Numbers (RANLIB)
 
-WWW: http://www.pfdubois.com/numpy/
+WWW: http://numeric.scipy.org/
+_____________
+Note: 	Development for Numeric has ceased, and users should transisition to
+	NumPy as quickly as possible. 
diff -ruN py-numeric.orig/pkg-plist py-numeric/pkg-plist
--- py-numeric.orig/pkg-plist	Fri Feb  3 18:30:41 2006
+++ py-numeric/pkg-plist	Fri Feb  3 18:51:24 2006
@@ -34,6 +34,9 @@
 %%PYTHON_SITELIBDIR%%/Numeric/Numeric.py
 %%PYTHON_SITELIBDIR%%/Numeric/Numeric.pyc
 %%PYTHON_SITELIBDIR%%/Numeric/Numeric.pyo
+%%PYTHON_SITELIBDIR%%/Numeric/Numeric_headers/__init__.py
+%%PYTHON_SITELIBDIR%%/Numeric/Numeric_headers/__init__.pyc
+%%PYTHON_SITELIBDIR%%/Numeric/Numeric_headers/__init__.pyo
 %%PYTHON_SITELIBDIR%%/Numeric/Precision.py
 %%PYTHON_SITELIBDIR%%/Numeric/Precision.pyc
 %%PYTHON_SITELIBDIR%%/Numeric/Precision.pyo
@@ -72,6 +75,7 @@
 @dirrm %%EXAMPLESDIR%%
 @dirrm %%DOCSDIR%%
 @dirrm %%PYTHON_SITELIBDIR%%/Numeric/RNG
+@dirrm %%PYTHON_SITELIBDIR%%/Numeric/Numeric_headers
 @dirrm %%PYTHON_SITELIBDIR%%/Numeric/MA
 @dirrm %%PYTHON_SITELIBDIR%%/Numeric/FFT
 @dirrm %%PYTHON_SITELIBDIR%%/Numeric

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602040001.k1401eV3099965>