svn commit: r554230 - head/devel/py-astroid1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 6 11:26:38 UTC 2020


Author: sunpoet
Date: Fri Nov  6 11:26:37 2020
New Revision: 554230
URL: https://svnweb.freebsd.org/changeset/ports/554230

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2020-11-30

Modified:
  head/devel/py-astroid1/Makefile

Modified: head/devel/py-astroid1/Makefile
==============================================================================
--- head/devel/py-astroid1/Makefile	Fri Nov  6 11:26:29 2020	(r554229)
+++ head/devel/py-astroid1/Makefile	Fri Nov  6 11:26:37 2020	(r554230)
@@ -13,6 +13,9 @@ COMMENT=	Abstract syntax tree for Python with inferenc
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
+DEPRECATED=	Use devel/py-astroid instead
+EXPIRATION_DATE=2020-11-30
+
 RUN_DEPENDS=	${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=0:devel/py-lazy-object-proxy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \


More information about the svn-ports-all mailing list