File: control

package info (click to toggle)
python-django-js-asset 1.2.2-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: python: 156; makefile: 10; sh: 2
file content (19 lines) | stat: -rw-r--r-- 713 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-django-js-asset
Maintainer: Antonio Terceiro <terceiro@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-django,
               python3-setuptools
Standards-Version: 4.4.0
Homepage: https://github.com/matthiask/django-js-asset/

Package: python3-django-js-asset
Architecture: all
Depends: python3-django, ${misc:Depends}, ${python3:Depends}
Description: script tag with additional attributes for django.forms.Media
 This package provides a way of inserting script tags into Django templates
 that provide extra attributes such as `id` and `data-*` for CSP-compatible
 data injection.