Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 14:35:36 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fd8d9d7a9de5 - main - devel/pylint: Update to 2.8.0
Message-ID:  <202104291435.13TEZahb050839@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd8d9d7a9de56cff637b77e63a54211c7af86c4b

commit fd8d9d7a9de56cff637b77e63a54211c7af86c4b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-29 14:14:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-29 14:23:34 +0000

    devel/pylint: Update to 2.8.0
    
    - Update LICENSE_FILE
    
    Changes:        https://github.com/PyCQA/pylint/blob/master/ChangeLog
---
 devel/pylint/Makefile  | 8 +++-----
 devel/pylint/distinfo  | 6 +++---
 devel/pylint/pkg-descr | 1 -
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index 9b1c2c8ff342..5be0c486071f 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -1,7 +1,7 @@
 # Created by: Hye-Shik Chang
 
 PORTNAME=	pylint
-PORTVERSION=	2.7.4
+PORTVERSION=	2.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -10,7 +10,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Analyzes python source code looking for bugs and signs of poor quality
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=2.5.2<2.7:devel/py-astroid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isort>=4.2.5<6:devel/py-isort@${PY_FLAVOR} \
@@ -19,12 +19,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=2.5.2<2.7:devel/py-astroid@${PY_FLA
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
-USES=		python:3.6+ shebangfix
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 USE_LOCALE=	en_US.UTF-8
 
-SHEBANG_FILES=	tests/data/ascript
-
 .include <bsd.port.mk>
diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo
index 16213a3b1e1a..9528adcc0d48 100644
--- a/devel/pylint/distinfo
+++ b/devel/pylint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618319942
-SHA256 (pylint-2.7.4.tar.gz) = bd38914c7731cdc518634a8d3c5585951302b6e2b6de60fbb3f7a0220e21eeee
-SIZE (pylint-2.7.4.tar.gz) = 715507
+TIMESTAMP = 1619569411
+SHA256 (pylint-2.8.0.tar.gz) = 082a6d461b54f90eea49ca90fff4ee8b6e45e8029e5dbd72f6107ef84f3779c0
+SIZE (pylint-2.8.0.tar.gz) = 298586
diff --git a/devel/pylint/pkg-descr b/devel/pylint/pkg-descr
index 65d2a105d23a..ac45a5a18261 100644
--- a/devel/pylint/pkg-descr
+++ b/devel/pylint/pkg-descr
@@ -8,5 +8,4 @@ it from within your code. Additionally, it is possible to write plugins to add
 your own checks.
 
 WWW: https://www.pylint.org/
-WWW: https://pypi.org/project/pylint/
 WWW: https://github.com/PyCQA/pylint



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