py-fsspec-xrootd: new package (#47405)

* py-fsspec-xrootd: new package
* py-fsspec-xrootd: depends_on python@3.8:
This commit is contained in:
Wouter Deconinck 2024-11-11 19:58:18 -06:00 committed by GitHub
parent 3fed708618
commit fc7125fdf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,26 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class PyFsspecXrootd(PythonPackage):
"""An XRootD implementation for fsspec."""
homepage = "https://coffeateam.github.io/fsspec-xrootd/"
pypi = "fsspec_xrootd/fsspec_xrootd-0.4.0.tar.gz"
maintainers("wdconinc")
license("BSD-3-Clause", checked_by="wdconinc")
version("0.4.0", sha256="d7f124430d26ab9139d33bc50fa8abfde3624db5dcaa5c18f56af9bf17f16f13")
depends_on("python@3.8:", type=("build", "run"))
depends_on("py-setuptools@42:", type="build")
depends_on("py-setuptools-scm@3.4:+toml", type="build")
depends_on("py-fsspec", type=("build", "run"))