Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2020 11:19:29 +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: r554189 - head/devel/pylint1
Message-ID:  <202011061119.0A6BJTip085510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov  6 11:19:28 2020
New Revision: 554189
URL: https://svnweb.freebsd.org/changeset/ports/554189

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

Modified:
  head/devel/pylint1/Makefile

Modified: head/devel/pylint1/Makefile
==============================================================================
--- head/devel/pylint1/Makefile	Fri Nov  6 11:19:23 2020	(r554188)
+++ head/devel/pylint1/Makefile	Fri Nov  6 11:19:28 2020	(r554189)
@@ -13,6 +13,9 @@ COMMENT=	Analyzes python source code looking for bugs 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Use devel/pylint instead
+EXPIRATION_DATE=2020-11-30
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid1>=1.6:devel/py-astroid1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort@${PY_FLAVOR} \



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