aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2019-04-13 19:42:57 +0800
committerbofh <bofh@FreeBSD.org>2019-04-13 19:42:57 +0800
commit9eef2a11030a956c177f330e9e33980ae1f6032c (patch)
tree7216f860ce0a78968a9ed4a766fec32e8c2dc010 /math
parent51bf0f0b5bed996e90e95cce03b653f22eb846c8 (diff)
downloadfreebsd-ports-gnome-9eef2a11030a956c177f330e9e33980ae1f6032c.tar.gz
freebsd-ports-gnome-9eef2a11030a956c177f330e9e33980ae1f6032c.tar.zst
freebsd-ports-gnome-9eef2a11030a956c177f330e9e33980ae1f6032c.zip
math/py-symeig: Mark DEEPRECATED
- Consider using science/py-scipy as this library is included in py-scipy since 0.7 and onwards
Diffstat (limited to 'math')
-rw-r--r--math/py-symeig/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/py-symeig/Makefile b/math/py-symeig/Makefile
index 6abbd5a01e53..d934f585193f 100644
--- a/math/py-symeig/Makefile
+++ b/math/py-symeig/Makefile
@@ -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}