11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
18 repo = "django-rules";
20 hash = "sha256-UFRfRwcvxEn0fD3ScJJ7f/EHd93BOpY3cEF9QDryJZY=";
23 pythonImportsCheck = [
34 ${python.interpreter} tests/manage.py test testsuite -v2
39 description = "Awesome Django authorization, without the database";
40 homepage = "https://github.com/dfunckt/django-rules";
41 changelog = "https://github.com/dfunckt/django-rules/blob/${src.rev}/CHANGELOG.md";
42 license = licenses.mit;
43 maintainers = with maintainers; [ hexa ];