New package: py-shellingham (#28043)

This commit is contained in:
iarspider 2021-12-16 18:43:52 +01:00 committed by GitHub
parent 8c81469f94
commit f262693983
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
# Copyright 2013-2021 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')
depends_on('py-wheel', type='build')