summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authoriarspider <iarspider@gmail.com>2021-12-16 18:43:52 +0100
committerGitHub <noreply@github.com>2021-12-16 11:43:52 -0600
commitf2626939830afb1e8e04f1f8a34b641422da9572 (patch)
treed2d5df5d2fbfd1ce8edfa8762796a6c4790b449d /var
parent8c81469f94f94e56ba3a4cc205f0ab460948ce14 (diff)
downloadspack-f2626939830afb1e8e04f1f8a34b641422da9572.tar.gz
spack-f2626939830afb1e8e04f1f8a34b641422da9572.tar.bz2
spack-f2626939830afb1e8e04f1f8a34b641422da9572.tar.xz
spack-f2626939830afb1e8e04f1f8a34b641422da9572.zip
New package: py-shellingham (#28043)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-shellingham/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-shellingham/package.py b/var/spack/repos/builtin/packages/py-shellingham/package.py
new file mode 100644
index 0000000000..a08ac33ce6
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-shellingham/package.py
@@ -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')