9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "1mggj9d265hra4z67qyla686qvl0cf79655cszi136gh9hqlibv9";
19 propagatedBuildInputs = [
25 homepage = "https://pythonhosted.org/ponywhoosh/";
26 description = "Make your database over PonyORM searchable";
27 license = licenses.mit;
28 maintainers = with maintainers; [ alexarice ];