Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2019 22:22:27 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500443 - head/math/py-numarray
Message-ID:  <201904292222.x3TMMRdA069353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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