diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-08 18:36:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-08 18:36:55 +0000 |
commit | 126bbc559a978878e24298aa2c662ae804404ccb (patch) | |
tree | 1d5e9246d63b12204f8d457ab954c2069903c1a4 /devel | |
parent | 83a13d7fd143edd340546aa07237d2d6701a2855 (diff) | |
download | ports-126bbc559a978878e24298aa2c662ae804404ccb.tar.gz ports-126bbc559a978878e24298aa2c662ae804404ccb.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-xarray011/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-xarray011/Makefile b/devel/py-xarray011/Makefile index b72ea54409aa..94710a68e3b8 100644 --- a/devel/py-xarray011/Makefile +++ b/devel/py-xarray011/Makefile @@ -15,6 +15,9 @@ COMMENT= N-D labeled arrays and datasets in Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Use devel/py-xarray instead +EXPIRATION_DATE=2020-01-31 + RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.19.2:math/py-pandas@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.7.1:devel/py-pytest@${PY_FLAVOR} |