10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-ZCyfNrh8gbPvwplHN5tbmbjTMYXJBKe8Mg2JqOGHFCk=";
22 propagatedBuildInputs = [
30 pythonImportsCheck = [ "miniful" ];
33 description = "Minimal Fuzzy Library";
34 homepage = "https://github.com/aresio/miniful";
35 license = with licenses; [ lgpl3Only ];
36 maintainers = with maintainers; [ fab ];