mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Update to 2.4.1
Changes: https://github.com/PyCQA/pylint/blob/master/ChangeLog
This commit is contained in:
parent
9ed3db0db2
commit
58c0417a0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512946
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pylint
|
||||
PORTVERSION= 2.3.1
|
||||
PORTVERSION= 2.4.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
||||
@ -14,17 +14,18 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.2.0:devel/py-astroid@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.3.0:devel/py-astroid@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mccabe>=0.6:devel/py-mccabe@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.4+ shebangfix
|
||||
USE_PYTHON= distutils py3kplist
|
||||
USES= python:3.5+ shebangfix
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_LOCALE= en_US.UTF-8
|
||||
|
||||
SHEBANG_FILES= pylint/test/data/ascript
|
||||
SHEBANG_FILES= tests/data/ascript
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1551599059
|
||||
SHA256 (pylint-2.3.1.tar.gz) = 723e3db49555abaf9bf79dc474c6b9e2935ad82230b10c1138a71ea41ac0fff1
|
||||
SIZE (pylint-2.3.1.tar.gz) = 577767
|
||||
TIMESTAMP = 1569513228
|
||||
SHA256 (pylint-2.4.1.tar.gz) = 6cbd124a1a5ed1fd3f3fed4178a6c2ba166862ea0dac6ab2ff8d9f0998b13e5c
|
||||
SIZE (pylint-2.4.1.tar.gz) = 643001
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user