svn commit: r500443 - head/math/py-numarray
Ruslan Makhmatkhanov
rm at FreeBSD.org
Mon Apr 29 22:22:28 UTC 2019
Author: rm
Date: Mon Apr 29 22:22:27 2019
New Revision: 500443
URL: https://svnweb.freebsd.org/changeset/ports/500443
Log:
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
Modified:
head/math/py-numarray/Makefile
Modified: head/math/py-numarray/Makefile
==============================================================================
--- head/math/py-numarray/Makefile Mon Apr 29 22:13:59 2019 (r500442)
+++ head/math/py-numarray/Makefile Mon Apr 29 22:22:27 2019 (r500443)
@@ -13,6 +13,9 @@ COMMENT= Numeric array manipulation extension module f
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
More information about the svn-ports-head
mailing list