9 buildPythonPackage rec {
10 pname = "django-js-asset";
14 src = fetchFromGitHub {
17 rev = "refs/tags/${version}";
18 hash = "sha256-qAkE5ubzfTNO1LuMQXMW2Sot1cn/bhuXlWa/J/wD5SI=";
25 propagatedBuildInputs = [
29 pythonImportsCheck = [
35 ${python.interpreter} tests/manage.py test testapp
40 description = "Script tag with additional attributes for django.forms.Media";
41 homepage = "https://github.com/matthiask/django-js-asset";
42 maintainers = with maintainers; [ hexa ];
43 license = with licenses; [ bsd3 ];