py-findlibs: add new package (#23908)

This commit is contained in:
Adam J. Stewart 2021-05-26 17:04:45 -05:00 committed by GitHub
parent 578de4c505
commit a40e39f1f4
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 PyFindlibs(PythonPackage):
"""A package to search for shared libraries on various platforms."""
homepage = "https://github.com/ecmwf/findlibs"
pypi = "findlibs/findlibs-0.0.2.tar.gz"
version('0.0.2', sha256='6c7e038496f9a97783ab2cd5736bb68522d5bebd8b0eb17c976b6a4ae4032c8d')
depends_on('py-setuptools', type='build')