summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-shellingham/package.py
blob: 070a2dd9d215dd51d44ce715f8115ff4d32e2ae2 (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 import *


class PyShellingham(PythonPackage):
    """Tool to Detect Surrounding Shell"""

    homepage = "https://github.com/sarugaku/shellingham"
    pypi     = "shellingham/shellingham-1.4.0.tar.gz"

    version('1.4.0', sha256='4855c2458d6904829bd34c299f11fdeed7cfefbf8a2c522e4caea6cd76b3171e')

    depends_on('python@2.6:2.7,3.4:', type=('build', 'run'))
    depends_on('py-setuptools', type='build')