summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-arcp/package.py
blob: 062a2f5aa9ef83da1f2b3fe7f66f75c17d01a748 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 PyArcp(PythonPackage):
    """arcp (Archive and Package) URI parser and generator"""

    homepage = "https://arcp.readthedocs.io"
    pypi = "arcp/arcp-0.2.1.tar.gz"

    license("Apache-2.0")

    version("0.2.1", sha256="5c17ac7972c9ef82979cc2caf2b3a87c1aefd3fefe9adb8a5dd728ada57715dd")

    depends_on("py-setuptools", type="build")