py-scooby: add new package (#26284)

This commit is contained in:
Manuela Kuhn 2021-09-28 17:51:37 +02:00 committed by GitHub
parent 023d9e3b4c
commit 519f75b865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')