mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Upgrade to 24.2.
PR: ports/92784 Submitted by: "Pedro F. Giffuni" <giffunip at asme dot org>
This commit is contained in:
parent
b393f3e2d6
commit
efd27945b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155319
@ -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/}
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (Numeric-24.0.tar.gz) = 8e981a0b051d21753579b9d67b35d637
|
||||
SHA256 (Numeric-24.0.tar.gz) = 43efd7cf121d3472deb10322e48c68295ec42df693a88523ab8b88b99a52eded
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
The Numeric Extensions to Python (NumPy) give Python the number crunching
|
||||
The Numeric Extensions to Python give Python the number crunching
|
||||
power of numeric languages like Matlab and IDL while maintaining all of the
|
||||
advantages of the general-purpose programming language Python.
|
||||
|
||||
@ -17,4 +17,7 @@ number of extensions that take advantage of these two new objects.
|
||||
+ 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.
|
||||
|
@ -31,6 +31,9 @@
|
||||
%%PYTHON_SITELIBDIR%%/Numeric/Matrix.py
|
||||
%%PYTHON_SITELIBDIR%%/Numeric/Matrix.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Numeric/Matrix.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/Numeric.py
|
||||
%%PYTHON_SITELIBDIR%%/Numeric/Numeric.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Numeric/Numeric.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
|
||||
|
Loading…
Reference in New Issue
Block a user