14 buildPythonPackage rec {
15 pname = "django-hierarkey";
17 format = "setuptools";
19 src = fetchFromGitHub {
21 repo = "django-hierarkey";
22 # https://github.com/raphaelm/django-hierarkey/commit/c81ace02ca404a8756e2931bb6faf55b6365e140
23 rev = "c81ace02ca404a8756e2931bb6faf55b6365e140";
24 hash = "sha256-sCARyTjuuAUptlOsFmApnsQpcksP+uYnq0lukXDMcuk=";
27 propagatedBuildInputs = [
31 pythonImportsCheck = [
41 DJANGO_SETTINGS_MODULE = "tests.settings";
48 description = "Flexible and powerful hierarchical key-value store for your Django models";
49 homepage = "https://github.com/raphaelm/django-hierarkey";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ hexa ];