Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2024 20:55:05 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 55ae3b395014 - main - devel/py-flake8-pyi: Update to 24.3.1
Message-ID:  <202404082055.438Kt5FQ092159@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55ae3b395014a6d03a595cb4ef5f65fb6cfcf3c0

commit 55ae3b395014a6d03a595cb4ef5f65fb6cfcf3c0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-08 20:54:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-08 20:54:32 +0000

    devel/py-flake8-pyi: Update to 24.3.1
    
    Changes:        https://github.com/PyCQA/flake8-pyi/releases
---
 devel/py-flake8-pyi/Makefile                   |  4 ++--
 devel/py-flake8-pyi/distinfo                   |  6 +++---
 devel/py-flake8-pyi/files/patch-pyproject.toml | 12 ------------
 3 files changed, 5 insertions(+), 17 deletions(-)

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,5 +1,5 @@
 PORTNAME=	flake8-pyi
-PORTVERSION=	23.11.0
+PORTVERSION=	24.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ 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
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"
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404082055.438Kt5FQ092159>