Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2019 18:16:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512949 - head/textproc/py-openpyxl24
Message-ID:  <201909261816.x8QIGXgr050856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 26 18:16:33 2019
New Revision: 512949
URL: https://svnweb.freebsd.org/changeset/ports/512949

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2019-09-30

Modified:
  head/textproc/py-openpyxl24/Makefile

Modified: head/textproc/py-openpyxl24/Makefile
==============================================================================
--- head/textproc/py-openpyxl24/Makefile	Thu Sep 26 18:16:28 2019	(r512948)
+++ head/textproc/py-openpyxl24/Makefile	Thu Sep 26 18:16:33 2019	(r512949)
@@ -14,6 +14,9 @@ COMMENT=	Python library to read/write Excel 2007 xlsx/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE.rst
 
+DEPRECATED=	Use textproc/py-openpyxl instead
+EXPIRATION_DATE=2019-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}et_xmlfile>=0:textproc/py-et_xmlfile@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jdcal>=0:devel/py-jdcal@${FLAVOR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909261816.x8QIGXgr050856>