Skip to content

Commit

Permalink
devel/py-flake8-builtins: update 2.1.0 → 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 8, 2024
1 parent f98ddcd commit 0178668
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions devel/py-flake8-builtins/Makefile
@@ -1,8 +1,9 @@
PORTNAME= flake8-builtins
PORTVERSION= 2.1.0
PORTVERSION= 2.4.0
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= flake8_builtins-${PORTVERSION}

MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Check for python builtins being used as variables or parameters
Expand All @@ -12,13 +13,12 @@ WWW= https://pypi.org/project/flake8-builtins/ \
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesmith>=0:devel/py-hypothesmith@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist pep517
NO_ARCH= yes

do-test:
Expand Down
6 changes: 3 additions & 3 deletions devel/py-flake8-builtins/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1671814273
SHA256 (flake8-builtins-2.1.0.tar.gz) = 12ff1ee96dd4e1f3141141ee6c45a5c7d3b3c440d0949e9b8d345c42b39c51d4
SIZE (flake8-builtins-2.1.0.tar.gz) = 15790
TIMESTAMP = 1712603223
SHA256 (flake8_builtins-2.4.0.tar.gz) = 03ddfdbb40c6a0ad5375668b89d9d919970d026d65e6bb53185081c99822e466
SIZE (flake8_builtins-2.4.0.tar.gz) = 16431

0 comments on commit 0178668

Please sign in to comment.