py-pybktree: new package (#38209)

* py-pykbtree: new package

* py-pybktree: new package

---------

Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
This commit is contained in:
George Young 2023-06-11 17:16:33 +01:00 committed by GitHub
parent fa2e1c0653
commit 433b44403f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
# Copyright 2013-2023 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.package import *
class PyPybktree(PythonPackage):
"""pybktree: pure-Python BK-tree data structure to allow fast querying of close matches"""
homepage = "https://github.com/benhoyt/pybktree"
pypi = "pybktree/pybktree-1.1.tar.gz"
version("1.1", sha256="eec0037cdd3d7553e6d72435a4379bede64be17c6712f149e485169638154d2b")
depends_on("py-setuptools", type="build")