9 buildPythonPackage rec {
10 pname = "django-scopes";
13 src = fetchFromGitHub {
15 repo = "django-scopes";
16 rev = "refs/tags/${version}";
17 hash = "sha256-CtToztLVvSb91pMpPNL8RysQJzlRkeXuQbpvbkX3jfM=";
20 propagatedBuildInputs = [
29 pythonImportsCheck = [ "django_scopes" ];
32 description = "Safely separate multiple tenants in a Django database";
33 homepage = "https://github.com/raphaelm/django-scopes";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ ambroisie ];