11 buildPythonPackage rec {
12 pname = "django-sesame";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-R7ySuop7E1lkxtRSVNFfzyb3Ba1mW0o6PDiTxTztK/Y=";
34 pythonImportsCheck = [
41 ${python.interpreter} -m django test --settings=tests.settings
47 description = "URLs with authentication tokens for automatic login";
48 homepage = "https://github.com/aaugustin/django-sesame";
49 license = licenses.bsd3;
50 maintainers = with maintainers; [ elohmeier ];