diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2019-04-29 22:22:27 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2019-04-29 22:22:27 +0000 |
commit | a6a7ea191243ef164c9cdda74435df2cd34b836c (patch) | |
tree | 3251f607427c934c5fe261d4c7794690c190373c /math/py-numarray | |
parent | math/gracetmpl: mark deprecated (diff) |
math/py-numarray: mark deprecated
This port is unmaintained and obsoleted upstream in favor of NumPy [1].
We no more have not deprecated consumers in ports tree, so deprecate
this port too.
[1] https://wiki.python.org/moin/NumArray
Notes
Notes:
svn path=/head/; revision=500443
Diffstat (limited to 'math/py-numarray')
-rw-r--r-- | math/py-numarray/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 60897ad6ff26..12f31e91e96a 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -13,6 +13,9 @@ COMMENT= Numeric array manipulation extension module for Python LICENSE= BSD3CLAUSE +DEPRECATED= Obsoleted upstream in favor of NumPy +EXPIRATION_DATE= 2019-05-30 + USES= python:2.7 shebangfix SHEBANG_FILES= Examples/convolve/benchmark.py USE_PYTHON= distutils autoplist |