15 buildPythonPackage rec {
16 pname = "django-bootstrap5";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
23 repo = "django-bootstrap5";
25 hash = "sha256-FIwDyZ5I/FSaEiQKRfanzAGij86u8y85Wal0B4TrI7c=";
32 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "Bootstrap 5 integration with Django";
44 homepage = "https://github.com/zostera/django-bootstrap5";
45 changelog = "https://github.com/zostera/django-bootstrap5/blob/${src.rev}/CHANGELOG.md";
46 license = licenses.bsd3;
47 maintainers = with maintainers; [ netali ];