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


class PyLibconf(PythonPackage):
    """A pure-Python libconfig reader/writer with permissive license"""

    homepage = "https://pypi.python.org/pypi/libconf"
    url      = "https://pypi.io/packages/source/l/libconf/libconf-1.0.1.tar.gz"

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

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