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:
parent
fa2e1c0653
commit
433b44403f
17
var/spack/repos/builtin/packages/py-pybktree/package.py
Normal file
17
var/spack/repos/builtin/packages/py-pybktree/package.py
Normal 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")
|
Loading…
Reference in New Issue
Block a user