diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-19 20:10:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-19 20:10:40 +0000 |
commit | 628121ed23d3e6072206cf32fe5c36527766aa0f (patch) | |
tree | 326d16f859bc1a9df33f1e631b969c3651824fef /science | |
parent | Update to 4.18.2 (diff) |
Mark DEPRECATED and set EXPIRATION_DATE to 2020-12-31
Notes
Notes:
svn path=/head/; revision=558540
Diffstat (limited to 'science')
-rw-r--r-- | science/py-eccodes-python/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/science/py-eccodes-python/Makefile b/science/py-eccodes-python/Makefile index 9fc6e937ee84..569e627f81aa 100644 --- a/science/py-eccodes-python/Makefile +++ b/science/py-eccodes-python/Makefile @@ -13,6 +13,9 @@ COMMENT= Python interface to the ecCodes BUFR and GRIB de/encoder LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Use science/py-eccodes instead +EXPIRATION_DATE=2020-12-31 + LIB_DEPENDS= libeccodes.so:science/eccodes RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \ |