py-whoosh: add new package (#24707)

This commit is contained in:
Manuela Kuhn 2021-07-05 16:08:57 +02:00 committed by GitHub
parent 04289b2009
commit 8e37c30e2f
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 PyWhoosh(PythonPackage):
"""Fast, pure-Python full text indexing, search, and spell checking library."""
homepage = "https://whoosh.readthedocs.io"
pypi = "Whoosh/Whoosh-2.7.4.tar.gz"
version('2.7.4', sha256='7ca5633dbfa9e0e0fa400d3151a8a0c4bec53bd2ecedc0a67705b17565c31a83')
depends_on('py-setuptools', type='build')