git: 86b013638a33 - main - devel/pylint: Update to 2.8.3
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 14 17:46:24 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=86b013638a33811fb640a258f2cd704cf404e0a5
commit 86b013638a33811fb640a258f2cd704cf404e0a5
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-14 17:37:48 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-14 17:37:48 +0000
devel/pylint: Update to 2.8.3
Changes: https://github.com/PyCQA/pylint/blob/master/ChangeLog
---
devel/pylint/Makefile | 4 ++--
devel/pylint/distinfo | 6 +++---
devel/pylint/files/patch-setup.cfg | 11 +++++++++++
3 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index 4f13070d3cd0..6cf7d4c2773b 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -1,7 +1,7 @@
# Created by: Hye-Shik Chang
PORTNAME= pylint
-PORTVERSION= 2.8.2
+PORTVERSION= 2.8.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
@@ -13,7 +13,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.5.6<2.7:devel/py-astroid@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.5.8<2.7:devel/py-astroid@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}isort>=4.2.5<6:devel/py-isort@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mccabe>=0.6<0.7:devel/py-mccabe@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toml>=0.7.1:textproc/py-toml@${PY_FLAVOR}
diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo
index 8cc7e65780dc..198a20e8b169 100644
--- a/devel/pylint/distinfo
+++ b/devel/pylint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619910301
-SHA256 (pylint-2.8.2.tar.gz) = 586d8fa9b1891f4b725f587ef267abe2a1bad89d6b184520c7f07a253dd6e217
-SIZE (pylint-2.8.2.tar.gz) = 745627
+TIMESTAMP = 1622213990
+SHA256 (pylint-2.8.3.tar.gz) = 0a049c5d47b629d9070c3932d13bff482b12119b6a241a93bc460b0be16953c8
+SIZE (pylint-2.8.3.tar.gz) = 745073
diff --git a/devel/pylint/files/patch-setup.cfg b/devel/pylint/files/patch-setup.cfg
new file mode 100644
index 000000000000..95c8896417f0
--- /dev/null
+++ b/devel/pylint/files/patch-setup.cfg
@@ -0,0 +1,11 @@
+--- setup.cfg.orig 2021-05-31 19:00:00 UTC
++++ setup.cfg
+@@ -41,7 +41,7 @@ project_urls =
+ [options]
+ packages = find:
+ install_requires =
+- astroid==2.5.6
++ astroid>=2.5.8<2.7
+ isort>=4.2.5,<6
+ mccabe>=0.6,<0.7
+ toml>=0.7.1
More information about the dev-commits-ports-all
mailing list