15 buildPythonPackage rec {
16 pname = "django-ninja";
17 version = "1.3.0-unstable-2024-11-13";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
24 repo = "django-ninja";
25 rev = "ee0f27b169fb227e8786bbf9011659f46b2795ea";
26 hash = "sha256-8qjGEo2n0O4WrKqhaBZNSDAW4fTOBg/nX7T4eOoJ+Pw=";
29 propagatedBuildInputs = [
34 nativeBuildInputs = [ flit-core ];
44 changelog = "https://github.com/vitalik/django-ninja/releases/tag/v${version}";
45 description = "Web framework for building APIs with Django and Python type hints";
46 homepage = "https://django-ninja.dev";
47 license = licenses.mit;
48 maintainers = with maintainers; [ elohmeier ];