8 buildPythonPackage rec {
9 pname = "django-formset-js-improved";
11 format = "setuptools";
13 src = fetchFromGitHub {
15 repo = "django-formset-js";
16 rev = "refs/tags/${version}";
17 hash = "sha256-bOM24ldXk9WeV0jl6LIJB3BJ5hVWLA1PJTBBnJBoprU=";
24 propagatedBuildInputs = [
28 pythonImportsCheck = [
32 doCheck = false; # no tests
35 description = "A wrapper for a JavaScript formset helper";
36 homepage = "https://github.com/pretix/django-formset-js";
37 license = licenses.bsd2;
38 maintainers = with maintainers; [ hexa ];