Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 13:12:29 +0000
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: d6322c34b6e4 - main - filesystems/py-fsspec-xrootd: Update to 0.5.4
Message-ID:  <69ef60bd.31aa8.268bd0df@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit d6322c34b6e4b80dc8e184c361ca10544cdaaa23
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-27 13:04:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-27 13:07:42 +0000

    filesystems/py-fsspec-xrootd: Update to 0.5.4
    
    Changes:        https://github.com/scikit-hep/fsspec-xrootd/releases
---
 filesystems/py-fsspec-xrootd/Makefile                 |  4 ++--
 filesystems/py-fsspec-xrootd/distinfo                 |  6 +++---
 .../py-fsspec-xrootd/files/patch-pyproject.toml       | 19 +++++++++++++++++++
 3 files changed, 24 insertions(+), 5 deletions(-)

diff --git a/filesystems/py-fsspec-xrootd/Makefile b/filesystems/py-fsspec-xrootd/Makefile
index 486bebdf5607..1b6f6a4c72c5 100644
--- a/filesystems/py-fsspec-xrootd/Makefile
+++ b/filesystems/py-fsspec-xrootd/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fsspec-xrootd
-PORTVERSION=	0.5.2
+PORTVERSION=	0.5.4
 CATEGORIES=	filesystems devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ WWW=		https://scikit-hep.org/fsspec-xrootd/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fsspec>=0:filesystems/py-fsspec@${PY_FLAVOR}
diff --git a/filesystems/py-fsspec-xrootd/distinfo b/filesystems/py-fsspec-xrootd/distinfo
index 1b98cb970e1c..7f4de8a902d5 100644
--- a/filesystems/py-fsspec-xrootd/distinfo
+++ b/filesystems/py-fsspec-xrootd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1769874378
-SHA256 (fsspec_xrootd-0.5.2.tar.gz) = 6370947b6a634431293b086fe24041795887dbbf4de850e26a725f8c5d0aa3c7
-SIZE (fsspec_xrootd-0.5.2.tar.gz) = 24550
+TIMESTAMP = 1777252756
+SHA256 (fsspec_xrootd-0.5.4.tar.gz) = a1c9190606e48fe77fa6e812fa61d6d9702735b5f046d4b446073c46889cf03f
+SIZE (fsspec_xrootd-0.5.4.tar.gz) = 28520
diff --git a/filesystems/py-fsspec-xrootd/files/patch-pyproject.toml b/filesystems/py-fsspec-xrootd/files/patch-pyproject.toml
new file mode 100644
index 000000000000..76301a78c47d
--- /dev/null
+++ b/filesystems/py-fsspec-xrootd/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig	2026-04-22 09:46:26 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=77", "setuptools_scm[toml]>=3.4"]
++requires = ["setuptools>=61", "setuptools_scm[toml]>=3.4"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]
+@@ -8,8 +8,7 @@ requires-python = ">=3.9"
+ description = "xrootd implementation for fsspec"
+ readme = { file = "README.md", content-type = "text/markdown" }
+ requires-python = ">=3.9"
+-license = "BSD-3-Clause"
+-license-files = ["LICENSE"]
++license = { text = "BSD-3-Clause" }
+ authors = [{ name = "Scott Demarest", email = "rockets1194@gmail.com" }]
+ maintainers = [
+     { name = "Scikit-HEP", email = "scikit-hep-admins@googlegroups.com" },


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef60bd.31aa8.268bd0df>