10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
17 repo = "blurhash-python";
18 # There are no tags: https://github.com/halcy/blurhash-python/issues/4
19 rev = "22e081ef1c24da1bb5c5eaa2c1d6649724deaef8";
20 sha256 = "1qq6mhydlp7q3na4kmaq3871h43wh3pyfyxr4b79bia73wjdylxf";
24 sed -i '/^addopts/d' setup.cfg
33 pythonImportsCheck = [ "blurhash" ];
36 description = "Pure-Python implementation of the blurhash algorithm";
37 homepage = "https://github.com/halcy/blurhash-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ dotlambda ];