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