svn commit: r498804 - head/math/py-symeig

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Apr 13 11:42:58 UTC 2019


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}
 


More information about the svn-ports-all mailing list