svn commit: r554189 - head/devel/pylint1

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


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} \


More information about the svn-ports-all mailing list