From be363690093e2eb8ec76c02ebe2a003c9092e804 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Jan 2021 08:21:43 +0000 Subject: [PATCH] Mark DEPRECATED and set EXPIRATION_DATE to 2021-01-31 --- math/py-statsmodels010/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/py-statsmodels010/Makefile b/math/py-statsmodels010/Makefile index a1862535f12a..8ef98c974c5e 100644 --- a/math/py-statsmodels010/Makefile +++ b/math/py-statsmodels010/Makefile @@ -13,6 +13,9 @@ COMMENT= Complement to SciPy for statistical computations 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} \