svn commit: r560957 - head/math/py-statsmodels010
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 10 08:21:49 UTC 2021
Author: sunpoet
Date: Sun Jan 10 08:21:43 2021
New Revision: 560957
URL: https://svnweb.freebsd.org/changeset/ports/560957
Log:
Mark DEPRECATED and set EXPIRATION_DATE to 2021-01-31
Modified:
head/math/py-statsmodels010/Makefile
Modified: head/math/py-statsmodels010/Makefile
==============================================================================
--- head/math/py-statsmodels010/Makefile Sun Jan 10 08:21:39 2021 (r560956)
+++ head/math/py-statsmodels010/Makefile Sun Jan 10 08:21:43 2021 (r560957)
@@ -13,6 +13,9 @@ COMMENT= Complement to SciPy for statistical computati
LICENSE= BSD3CLAUSE
+DEPRECATED= Use math/py-statsmodels instead
+EXPIRATION_DATE=2021-01-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.24:lang/cython@${PY_FLAVOR} \
${RUN_DEPENDS}
RUN_DEPENDS= ${PYNUMPY} \
More information about the svn-ports-all
mailing list