diff --git a/devel/py-flake8-pyi/Makefile b/devel/py-flake8-pyi/Makefile index 8adbca8a6e2a..ea94fa48014e 100644 --- a/devel/py-flake8-pyi/Makefile +++ b/devel/py-flake8-pyi/Makefile @@ -1,31 +1,31 @@ PORTNAME= flake8-pyi -PORTVERSION= 23.11.0 +PORTVERSION= 24.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= flake8_pyi-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Plugin for flake8 to enable linting .pyi stub files WWW= https://github.com/PyCQA/flake8-pyi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=6.0.0<7.0.0:devel/py-flake8@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=6.0.0<8.0.0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>=2.1.1:devel/py-pyflakes@${PY_FLAVOR} \ USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include .if ${PYTHON_REL} < 30900 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ast-decompiler>=0.7.0<1.0:devel/py-ast-decompiler@${PY_FLAVOR} .endif .include diff --git a/devel/py-flake8-pyi/distinfo b/devel/py-flake8-pyi/distinfo index 26b0247963a3..e282e49afbba 100644 --- a/devel/py-flake8-pyi/distinfo +++ b/devel/py-flake8-pyi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699774538 -SHA256 (flake8_pyi-23.11.0.tar.gz) = 93de2acdd34db508c87e7b5c5b431108e15dfd349a162ab194b9ac49f3b99103 -SIZE (flake8_pyi-23.11.0.tar.gz) = 56425 +TIMESTAMP = 1712607914 +SHA256 (flake8_pyi-24.3.1.tar.gz) = 129556c7f2d7282b5a46c0de355eaabcea6d6f6d903873b9c83a345306de997f +SIZE (flake8_pyi-24.3.1.tar.gz) = 60508 diff --git a/devel/py-flake8-pyi/files/patch-pyproject.toml b/devel/py-flake8-pyi/files/patch-pyproject.toml deleted file mode 100644 index a9dc037c1937..000000000000 --- a/devel/py-flake8-pyi/files/patch-pyproject.toml +++ /dev/null @@ -1,12 +0,0 @@ ---- pyproject.toml.orig 2020-02-02 00:00:00 UTC -+++ pyproject.toml -@@ -74,6 +74,9 @@ dev = [ - [project.entry-points] - "flake8.extension" = {Y0 = "pyi:PyiTreeChecker"} - -+[tool.hatch.build.targets.wheel] -+packages = ["pyi.py"] -+ - [tool.hatch.version] - source = "vcs" -