13 buildPythonPackage rec {
14 pname = "djangorestframework-simplejwt";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 pname = "djangorestframework_simplejwt";
23 hash = "sha256-jkxd/KjRHAuKZt/YpOP8HGqn6hiNEJB/+RyUL0tS7WY=";
30 propagatedBuildInputs = [
36 passthru.optional-dependencies = {
45 # Test raises django.core.exceptions.ImproperlyConfigured
48 pythonImportsCheck = [
49 "rest_framework_simplejwt"
53 description = "JSON Web Token authentication plugin for Django REST Framework";
54 homepage = "https://github.com/davesque/django-rest-framework-simplejwt";
55 changelog = "https://github.com/jazzband/djangorestframework-simplejwt/blob/v${version}/CHANGELOG.md";
56 license = licenses.mit;
57 maintainers = with maintainers; [ arnoldfarkas ];