svn commit: r558540 - head/science/py-eccodes-python

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:10:46 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:10:40 2020
New Revision: 558540
URL: https://svnweb.freebsd.org/changeset/ports/558540

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2020-12-31

Modified:
  head/science/py-eccodes-python/Makefile

Modified: head/science/py-eccodes-python/Makefile
==============================================================================
--- head/science/py-eccodes-python/Makefile	Sat Dec 19 20:10:35 2020	(r558539)
+++ head/science/py-eccodes-python/Makefile	Sat Dec 19 20:10:40 2020	(r558540)
@@ -13,6 +13,9 @@ COMMENT=	Python interface to the ecCodes BUFR and GRIB
 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} \


More information about the svn-ports-all mailing list