summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-arcp/package.py
blob: 9764dbd729103c0428e9956763ef9997c646124a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2022 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"

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

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