Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2019 11:42:57 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498804 - head/math/py-symeig
Message-ID:  <201904131142.x3DBgvxk061536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sat Apr 13 11:42:57 2019
New Revision: 498804
URL: https://svnweb.freebsd.org/changeset/ports/498804

Log:
  math/py-symeig: Mark DEEPRECATED
  
  - Consider using science/py-scipy as this library is included in py-scipy
    since 0.7 and onwards

Modified:
  head/math/py-symeig/Makefile

Modified: head/math/py-symeig/Makefile
==============================================================================
--- head/math/py-symeig/Makefile	Sat Apr 13 11:30:01 2019	(r498803)
+++ head/math/py-symeig/Makefile	Sat Apr 13 11:42:57 2019	(r498804)
@@ -13,6 +13,10 @@ COMMENT=	Symmetrical eigenvalue routines for NumPy
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	Consider using science/py-scipy as this library is included in\
+		py-scipy since 0.7 and onwards
+EXPIRATION_DATE=2019-05-14
+
 BUILD_DEPENDS+=	${PYNUMPY}
 RUN_DEPENDS+=	${PYNUMPY}
 



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