py-murmurhash: add new package (#16289)

This commit is contained in:
Adam J. Stewart 2020-04-24 20:00:28 -05:00 committed by GitHub
parent ab87617d55
commit 0ee023d29f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
# Copyright 2013-2020 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)
class PyMurmurhash(PythonPackage):
"""Cython bindings for MurmurHash."""
homepage = "https://github.com/explosion/murmurhash"
url = "https://pypi.io/packages/source/m/murmurhash/murmurhash-1.0.2.tar.gz"
version('1.0.2', sha256='c7a646f6b07b033642b4f52ae2e45efd8b80780b3b90e8092a0cec935fbf81e2')
depends_on('py-setuptools', type='build')
depends_on('py-wheel@0.32.0:0.32.999', type='build')