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


class PyPytoml(PythonPackage):
    """A parser for TOML-0.4.0.

    Deprecated: use py-toml instead."""

    homepage = "https://github.com/avakar/pytoml"
    pypi     = "pytoml/pytoml-0.1.21.tar.gz"

    version('0.1.21', sha256='8eecf7c8d0adcff3b375b09fe403407aa9b645c499e5ab8cac670ac4a35f61e7')

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