diff options
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 |