8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-bIhkYTzRe4uM0kbNhbDTr6TiaOEBSiCSkPJKKCivDZY=";
23 pythonImportsCheck = [ "py_sneakers" ];
26 description = "Library to emulate the Sneakers movie effect";
27 mainProgram = "py-sneakers";
28 homepage = "https://github.com/aenima-x/py-sneakers";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];