9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-ZCyfNrh8gbPvwplHN5tbmbjTMYXJBKe8Mg2JqOGHFCk=";
21 propagatedBuildInputs = [
29 pythonImportsCheck = [
34 description = "Minimal Fuzzy Library";
35 homepage = "https://github.com/aresio/miniful";
36 license = with licenses; [ lgpl3Only ];
37 maintainers = with maintainers; [ fab ];