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