11 buildPythonPackage rec {
12 pname = "django-sesame";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
20 repo = "django-sesame";
21 rev = "refs/tags/${version}";
22 hash = "sha256-8jbYhD/PfPnutJZonmdrqLIQdXiUHF12w0M9tuyyDz0=";
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 changelog = "https://github.com/aaugustin/django-sesame/blob/${version}/docs/changelog.rst";
50 license = licenses.bsd3;
51 maintainers = with maintainers; [ elohmeier ];