mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
filesystems/py-fsspec-xrootd: Update to 0.5.4
Changes: https://github.com/scikit-hep/fsspec-xrootd/releases
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" },
|
||||
Reference in New Issue
Block a user