git: ea25c363ba94 - main - filesystems/py-llfuse: devel/py-llfuse: Update to 1.5.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 30 Dec 2025 13:32:38 UTC
The branch main has been updated by sunpoet:

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

commit ea25c363ba949c520ea068aa966ae55e0da32f20
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-30 13:22:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-30 13:29:22 +0000

    filesystems/py-llfuse: devel/py-llfuse: Update to 1.5.2
    
    Changes:        https://github.com/python-llfuse/python-llfuse/releases
                    https://github.com/python-llfuse/python-llfuse/blob/master/Changes.rst
---
 filesystems/py-llfuse/Makefile                   | 6 ++----
 filesystems/py-llfuse/distinfo                   | 6 +++---
 filesystems/py-llfuse/files/patch-pyproject.toml | 7 +++++++
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/filesystems/py-llfuse/Makefile b/filesystems/py-llfuse/Makefile
index 748756407e6b..a43693ebe9a3 100644
--- a/filesystems/py-llfuse/Makefile
+++ b/filesystems/py-llfuse/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	llfuse
-PORTVERSION=	1.5.1
-PORTREVISION=	1
+PORTVERSION=	1.5.2
 CATEGORIES=	filesystems devel python
 MASTER_SITES=	PYPI \
 		https://github.com/python-llfuse/python-llfuse/releases/download/release-${PORTVERSION}/
@@ -13,9 +12,8 @@ WWW=		https://github.com/python-llfuse/python-llfuse
 LICENSE=	LGPL20+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-
 LIB_DEPENDS=	libfuse.so:filesystems/fusefs-libs
 
 USES=		compiler:c++11-lang fuse pkgconfig python
diff --git a/filesystems/py-llfuse/distinfo b/filesystems/py-llfuse/distinfo
index 30da47d20723..bdbb5b30e66e 100644
--- a/filesystems/py-llfuse/distinfo
+++ b/filesystems/py-llfuse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725559735
-SHA256 (llfuse-1.5.1.tar.gz) = 7c9be52289cf647e3d735104531cc23a1a89fd1be3a621613a1cc0991f1b2699
-SIZE (llfuse-1.5.1.tar.gz) = 959557
+TIMESTAMP = 1766953400
+SHA256 (llfuse-1.5.2.tar.gz) = 3f7fdc86e3db433c48cb6505fe3000ec1b3e84a4a40a84ad67b8df3a847f0697
+SIZE (llfuse-1.5.2.tar.gz) = 1010784
diff --git a/filesystems/py-llfuse/files/patch-pyproject.toml b/filesystems/py-llfuse/files/patch-pyproject.toml
new file mode 100644
index 000000000000..ee977d7bf9d8
--- /dev/null
+++ b/filesystems/py-llfuse/files/patch-pyproject.toml
@@ -0,0 +1,7 @@
+--- pyproject.toml.orig	2025-12-22 18:24:26 UTC
++++ pyproject.toml
+@@ -1,3 +1,3 @@
+ [build-system]
+-requires = ["setuptools >= 78.1.1"]
++requires = ["setuptools >= 61"]
+ build-backend = "setuptools.build_meta"