9 buildPythonPackage rec {
10 pname = "django-sekizai";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "sha256-Kso2y64LXAzv7ZVlQW7EQjNXZ/sxRb/xHlhiL8ZTza0=";
19 propagatedBuildInputs = [
28 pythonImportsCheck = [ "sekizai" ];
30 DJANGO_SETTINGS_MODULE = "tests.settings";
33 description = "Define placeholders where your blocks get rendered and append to those blocks";
34 homepage = "https://github.com/django-cms/django-sekizai";
35 license = licenses.bsd3;
36 maintainers = with maintainers; [ onny ];