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

# Package automatically generated using 'pip2spack' converter


class PySerpent(PythonPackage):
    """
    Serialization based on ast.literal_eval
    """

    homepage = "https://github.com/irmen/Serpent"
    pypi = 'serpent/serpent-1.40.tar.gz'
    maintainers = ['liuyangzhuan']

    version('1.40', sha256='10b34e7f8e3207ee6fb70dcdc9bce473851ee3daf0b47c58aec1b48032ac11ce')

    depends_on('py-setuptools', type='build')
    depends_on('python@3.2:', type=('build', 'run'))