git: 27e84b514dad - main - devel/py-flake8-pyi: Update to 25.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jun 2025 16:26:26 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=27e84b514dadec86f8b770eda5c30da2338ae2ea
commit 27e84b514dadec86f8b770eda5c30da2338ae2ea
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-01 16:12:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-01 16:23:22 +0000
devel/py-flake8-pyi: Update to 25.5.0
Changes: https://github.com/PyCQA/flake8-pyi/releases
---
devel/py-flake8-pyi/Makefile | 2 +-
devel/py-flake8-pyi/distinfo | 6 +++---
devel/py-flake8-pyi/files/patch-pyproject.toml | 11 +++++++++++
3 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/devel/py-flake8-pyi/Makefile b/devel/py-flake8-pyi/Makefile
index a199225bba73..c9d2b820dc10 100644
--- a/devel/py-flake8-pyi/Makefile
+++ b/devel/py-flake8-pyi/Makefile
@@ -1,5 +1,5 @@
PORTNAME= flake8-pyi
-PORTVERSION= 24.9.0
+PORTVERSION= 25.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-flake8-pyi/distinfo b/devel/py-flake8-pyi/distinfo
index d7340f2edf62..dda09cf4dbb3 100644
--- a/devel/py-flake8-pyi/distinfo
+++ b/devel/py-flake8-pyi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727314548
-SHA256 (flake8_pyi-24.9.0.tar.gz) = 64fb735022958147afedd52781f263de337a34d118f3294ab2deb184f1c20cd9
-SIZE (flake8_pyi-24.9.0.tar.gz) = 61840
+TIMESTAMP = 1748495767
+SHA256 (flake8_pyi-25.5.0.tar.gz) = dde18e5b20e6e17433767db97960164a4b4bbe0814a174a9e5ac552d8c73982a
+SIZE (flake8_pyi-25.5.0.tar.gz) = 63225
diff --git a/devel/py-flake8-pyi/files/patch-pyproject.toml b/devel/py-flake8-pyi/files/patch-pyproject.toml
new file mode 100644
index 000000000000..65065978164c
--- /dev/null
+++ b/devel/py-flake8-pyi/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
++++ pyproject.toml
+@@ -16,7 +16,7 @@ description = "A plugin for flake8 to enable linting .
+ { name="Shantanu" },
+ ]
+ description = "A plugin for flake8 to enable linting .pyi stub files."
+-license = "MIT"
++license = { text = "MIT" }
+ readme = "README.md"
+ requires-python = ">=3.9"
+ keywords = [