summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-libconf/package.py
blob: fc415c9c7bd4ab0b3851e80e8a4204e088ddceaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 PyLibconf(PythonPackage):
    """A pure-Python libconfig reader/writer with permissive license"""

    pypi = "libconf/libconf-1.0.1.tar.gz"

    version("1.0.1", sha256="6dd62847bb69ab5a09155cb8be2328cce01e7ef88a35e7c37bea2b1a70f8bd58")

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