Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2012 02:07:11 +1000 (EST)
From:      koobs <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        llwang@infor.org
Subject:   ports/169162: [PATCH] math/py27-numpy: update to 1.6.2,1
Message-ID:  <20120616160711.4F68317893@freebsd-90-amd64.elysium>
Resent-Message-ID: <201206161610.q5GGAEYC007618@freefall.freebsd.org>

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

>Number:         169162
>Category:       ports
>Synopsis:       [PATCH] math/py27-numpy: update to 1.6.2,1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 16 16:10:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     koobs
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64.elysium 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May  5 14:51:14 EST
>Description:
- Update to 1.6.2,1
- Add LICENSE
- Update pkg-plist

--------------------------------------------------------
numpy.test() - Ran 3532 tests in 9.633s

OK (KNOWNFAIL=6, SKIP=5)
<nose.result.TextTestResult run=3532 errors=0 failures=0>
---------------------------------------------------------

Port maintainer (llwang@infor.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-numpy-1.6.2,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/py-numpy/Makefile ./Makefile
--- /usr/ports/math/py-numpy/Makefile	2012-01-26 11:52:43.000000000 +1100
+++ ./Makefile	2012-06-17 02:05:31.000000000 +1000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	numpy
-PORTVERSION=	1.6.1
-PORTREVISION=	1
+PORTVERSION=	1.6.2
 PORTEPOCH=	1
 CATEGORIES=	math python
 MASTER_SITES=	http://docs.scipy.org/doc/${DISTNAME:C/\..$/.0/}/:doc \
@@ -21,6 +20,8 @@
 MAINTAINER=	llwang@infor.org
 COMMENT=	The New Numeric Extension to Python
 
+LICENSE=	BSD
+
 RUN_DEPENDS=	nosetests:${PORTSDIR}/devel/py-nose
 
 OPTIONS=	ATLAS "Use optimized blas library" Off
diff -ruN --exclude=CVS /usr/ports/math/py-numpy/distinfo ./distinfo
--- /usr/ports/math/py-numpy/distinfo	2011-12-09 19:01:13.000000000 +1100
+++ ./distinfo	2012-06-17 01:12:59.000000000 +1000
@@ -1,14 +1,6 @@
-SHA256 (numpy-1.6.1.tar.gz) = 788b1bc712ee566d4b4d62ef99736c5830fa264cbc56f8651ded1e795c755cdd
-SIZE (numpy-1.6.1.tar.gz) = 2637779
+SHA256 (numpy-1.6.2.tar.gz) = 0b83d96ab79711b548470b7aeee1272c4ba8fcbba6586a67116b566a21ed16c6
+SIZE (numpy-1.6.2.tar.gz) = 2585329
 SHA256 (numpy-ref.pdf) = cbeea9b1395e0576bbd256c5de11886c63321d434785c6777df7bdd50109ba9f
 SIZE (numpy-ref.pdf) = 6106335
 SHA256 (numpy-user.pdf) = d8d51913cb494228f69c5f16d659b8539cbd04c6e584fde72c00c382e86eea8f
 SIZE (numpy-user.pdf) = 474664
-SHA256 (i387/fenv.c?p=203441) = c7c558ddb6ab6604c83062fe0655d3ce8cf4d60edb4c9c82777962c49d23ca54
-SIZE (i387/fenv.c?p=203441) = 4791
-SHA256 (i387/fenv.h?p=203441) = 40c72f3cdd6990076394056e06461e1daeb6087b6a32f1962d3c33b0a00c0e0d
-SIZE (i387/fenv.h?p=203441) = 6774
-SHA256 (amd64/fenv.c?p=203441) = 9741a9ad3f8406f8292a268b0bc288dc7cb042e3e102440696d48c9a8b7955f0
-SIZE (amd64/fenv.c?p=203441) = 3601
-SHA256 (amd64/fenv.h?p=203441) = 2daf607fea1bf7e8de5e174599d963fc3bbbe48e293cf2ff08e221351472c9d6
-SIZE (amd64/fenv.h?p=203441) = 5810
diff -ruN --exclude=CVS /usr/ports/math/py-numpy/pkg-plist ./pkg-plist
--- /usr/ports/math/py-numpy/pkg-plist	2011-12-09 19:01:13.000000000 +1100
+++ ./pkg-plist	2012-06-17 01:15:48.000000000 +1000
@@ -919,6 +919,7 @@
 %%PYTHON_SITELIBDIR%%/numpy/polynomial/tests/test_legendre.py
 %%PYTHON_SITELIBDIR%%/numpy/polynomial/tests/test_polynomial.py
 %%PYTHON_SITELIBDIR%%/numpy/polynomial/tests/test_polyutils.py
+%%PYTHON_SITELIBDIR%%/numpy/polynomial/tests/test_printing.py
 %%PYTHON_SITELIBDIR%%/numpy/random/__init__.py
 %%PYTHON_SITELIBDIR%%/numpy/random/__init__.pyc
 %%PYTHON_SITELIBDIR%%/numpy/random/__init__.pyo
--- py27-numpy-1.6.2,1.patch ends here ---

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



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