1 { lib, buildPythonPackage, fetchPypi, pony, whoosh }:
3 buildPythonPackage rec {
10 sha256 = "1mggj9d265hra4z67qyla686qvl0cf79655cszi136gh9hqlibv9";
13 propagatedBuildInputs = [
19 homepage = "https://pythonhosted.org/ponywhoosh/";
20 description = "Make your database over PonyORM searchable";
21 license = licenses.mit;
22 maintainers = with maintainers; [ alexarice ];