py-whoosh: add new package (#24707)
This commit is contained in:
parent
04289b2009
commit
8e37c30e2f
17
var/spack/repos/builtin/packages/py-whoosh/package.py
Normal file
17
var/spack/repos/builtin/packages/py-whoosh/package.py
Normal 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')
|
Loading…
Reference in New Issue
Block a user