summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-09-28 17:51:37 +0200
committerGitHub <noreply@github.com>2021-09-28 17:51:37 +0200
commit519f75b86522a7f8e76770991ee9d21af361f4bb (patch)
tree2ff00318f5019e542e17c3ca0b77b2d83dd95b7a
parent023d9e3b4c76415d059fb51cd691115b0da826e7 (diff)
downloadspack-519f75b86522a7f8e76770991ee9d21af361f4bb.tar.gz
spack-519f75b86522a7f8e76770991ee9d21af361f4bb.tar.bz2
spack-519f75b86522a7f8e76770991ee9d21af361f4bb.tar.xz
spack-519f75b86522a7f8e76770991ee9d21af361f4bb.zip
py-scooby: add new package (#26284)
-rw-r--r--var/spack/repos/builtin/packages/py-scooby/package.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-scooby/package.py b/var/spack/repos/builtin/packages/py-scooby/package.py
new file mode 100644
index 0000000000..04e8e1a9f9
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-scooby/package.py
@@ -0,0 +1,17 @@
+# 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 PyScooby(PythonPackage):
+ """A Great Dane turned Python environment detective."""
+
+ homepage = "https://github.com/banesullivan/scooby"
+ pypi = "scooby/scooby-0.5.7.tar.gz"
+
+ version('0.5.7', sha256='ae2c2b6f5f5d10adf7aaab32409028f1e28d3ce833664bdd1e8c2072e8da169a')
+
+ depends_on('py-setuptools', type='build')