python313Packages.murmurhash: 1.0.13 -> 1.0.15 (#475878)
This commit is contained in:
@@ -3,19 +3,17 @@
|
||||
buildPythonPackage,
|
||||
cython,
|
||||
fetchPypi,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "murmurhash";
|
||||
version = "1.0.13";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
version = "1.0.15";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-c3JG1B7gD/dLB7C9HwiIvjBNIDzmaOZCyGqmTt4w+Lc=";
|
||||
hash = "sha256-WOKye3hH+eKm7fELR6jI3XCkcF9F3Mt792rq2s9WugE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -23,6 +21,8 @@ buildPythonPackage rec {
|
||||
--replace "'wheel>=0.32.0,<0.33.0'" ""
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
buildInputs = [ cython ];
|
||||
|
||||
# No test
|
||||
@@ -33,6 +33,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Cython bindings for MurmurHash2";
|
||||
homepage = "https://github.com/explosion/murmurhash";
|
||||
changelog = "https://github.com/explosion/murmurhash/releases/tag/release-v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ aborsu ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user