13 buildPythonPackage rec {
14 pname = "django-stubs";
18 inherit pname version;
19 sha256 = "sha256-6os10NpJ97LumaeRJfGUPgM0Md0RRybWZDzDXeYZIw4=";
22 propagatedBuildInputs = [
33 description = "PEP-484 stubs for Django";
34 homepage = "https://github.com/typeddjango/django-stubs";
35 license = licenses.mit;
36 maintainers = with maintainers; [ elohmeier ];