1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

devel/pylint: Update to 2.9.3

Changes:	https://github.com/PyCQA/pylint/releases
		https://github.com/PyCQA/pylint/blob/main/ChangeLog
This commit is contained in:
Po-Chuan Hsieh 2021-07-06 22:55:28 +08:00
parent 913b8d5d6c
commit 97c0b4fb3a
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 5 additions and 16 deletions

View File

@ -1,7 +1,7 @@
# Created by: Hye-Shik Chang
PORTNAME= pylint
PORTVERSION= 2.8.3
PORTVERSION= 2.9.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.8<2.7:devel/py-astroid@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.6.2<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}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1622213990
SHA256 (pylint-2.8.3.tar.gz) = 0a049c5d47b629d9070c3932d13bff482b12119b6a241a93bc460b0be16953c8
SIZE (pylint-2.8.3.tar.gz) = 745073
TIMESTAMP = 1625323519
SHA256 (pylint-2.9.3.tar.gz) = 23a1dc8b30459d78e9ff25942c61bb936108ccbe29dd9e71c01dc8274961709a
SIZE (pylint-2.9.3.tar.gz) = 314663

View File

@ -1,11 +0,0 @@
--- 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