Date: Fri, 6 Nov 2020 11:26:37 +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: r554230 - head/devel/py-astroid1 Message-ID: <202011061126.0A6BQbH8095909@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011061126.0A6BQbH8095909>