Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:15:27

0001 # Spack Project Developers. See the top-level COPYRIGHT file for details.
0002 #
0003 # SPDX-License-Identifier: (Apache-2.0 OR MIT)
0004 
0005 from spack.package import *
0006 
0007 
0008 class PyEicRucioPolicyPackage(PythonPackage):
0009     """Rucio policy package for the EIC collaborations."""
0010 
0011     homepage = "https://github.com/eic/eic_rucio_policy_package"
0012     pypi = "eic_rucio_policy_package/eic_rucio_policy_package-0.0.4.tar.gz"
0013     git = "https://github.com/eic/eic_rucio_policy_package.git"
0014 
0015     maintainers("wdconinc")
0016 
0017     license("Apache-2.0", checked_by="wdconinc")
0018     version("0.0.6", sha256="b734b846c2a568c93b29e9ac6d8ff018ff8f0a4bf1f02bc5f1520cba3eabfdd4")
0019     version("0.0.5", sha256="55b0e4bdfa7e8df575315989ef2998101f61be69941a068be3e8d343cd2e2916")
0020     version("0.0.4", sha256="f66b860a45b43ec70b91d369024eea0cb08cd996c3c17da8bb21932d6ee72834")
0021 
0022     depends_on("python@3.9:", type=("build", "run"))
0023     depends_on("py-setuptools@61:", type="build")
0024 
0025     depends_on("py-jsonschema", type=("build", "run"))
0026     depends_on("py-rucio-clients", type=("build", "run"))
0027     depends_on("py-sqlalchemy", type=("build", "run"))