1 { lib, buildPythonPackage, fetchPypi, python
4 buildPythonPackage rec {
10 hash = "sha256-TwU9ASjij0EpJuLakCc19L3Lq1wI1Dvk3+/XR/yi6W4=";
13 propagatedBuildInputs = [ ply ];
15 nativeCheckInputs = [ django ];
18 export PYTHONPATH=test_project:$PYTHONPATH
19 ${python.executable} test_project/manage.py test core.tests
23 description = "Advanced search language for Django";
24 homepage = "https://github.com/ivelum/djangoql";
25 license = licenses.mit;
26 maintainers = with maintainers; [ erikarvstedt ];