py-stashcp: new package (#41091)

* py-stashcp: new package

* py-stashcp: depends_on py-urllib3

* py-stashcp: comment as suggested in review

* Update var/spack/repos/builtin/packages/py-stashcp/package.py
This commit is contained in:
Wouter Deconinck 2023-11-25 08:31:56 -06:00 committed by GitHub
parent c485709f62
commit 1456d9b727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
# Copyright 2013-2023 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 PyStashcp(PythonPackage):
"""Stashcp uses geo located nearby caches in order to copy from the OSG
Connect's stash storage service to a job's workspace on a cluster."""
homepage = "https://github.com/opensciencegrid/StashCache"
pypi = "stashcp/stashcp-6.1.0.tar.gz"
maintainers("wdconinc")
version("6.1.0", sha256="40484b40aeb853eb6a5f5472daf533a176d61fa6ab839cd265ea0baa3fe63068")
depends_on("py-setuptools", type=("build", "run"))