Skip to content

Commit

Permalink
py-eic-rucio-policy-package: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Dec 17, 2024
1 parent 739db5b commit 6afd1e9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions packages/py-eic-rucio-policy-package/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class PyEicRucioPolicyPackage(PythonPackage):
"""Rucio policy package for the EIC collaborations."""

homepage = "https://github.com/eic/eic_rucio_policy_package"
pypi = "eic_rucio_policy_package/eic_rucio_policy_package-0.0.4.tar.gz"
git = "https://github.com/eic/eic_rucio_policy_package.git"

maintainers("wdconinc")

license("Apache-2.0", checked_by="wdconinc")

version("0.0.4", sha256="f66b860a45b43ec70b91d369024eea0cb08cd996c3c17da8bb21932d6ee72834")

depends_on("python@3.9:", type=("build", "run"))
depends_on("py-setuptools@61:", type="build")

depends_on("py-jsonschema", type=("build", "run"))
depends_on("py-rucio-clients", type=("build", "run"))
depends_on("py-sqlalchemy", type=("build", "run"))

0 comments on commit 6afd1e9

Please sign in to comment.