File: control

package info (click to toggle)
django-pipeline 1.6.14-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 800 kB
  • sloc: python: 2,685; makefile: 121
file content (53 lines) | stat: -rw-r--r-- 1,578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: django-pipeline
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Brian May <bam@debian.org>,
 Thomas Goirand <zigo@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 9),
 dh-python,
 python3-all,
 python3-django,
 python3-jinja2,
 python3-jsmin,
 python3-mock,
 python3-setuptools,
 python3-sphinx,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-pipeline
Vcs-Git: https://salsa.debian.org/python-team/modules/django-pipeline.git
Homepage: https://github.com/cyberdelia/django-pipeline

Package: python-django-pipeline-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Recommends:
 doc-base,
Description: Documentation for Django Pipeline library
 Pipeline is an asset packaging library for Django, providing both CSS and
 JavaScript concatenation and compression, built-in JavaScript template support,
 and optional data-URI image and font embedding.
 .
 This package contains documentation in HTML format

Package: python3-django-pipeline
Architecture: all
Depends:
 python3-django,
 python3-jinja2,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 cssmin,
 python3-jsmin,
Description: Asset packaging library for Django (Python3 version)
 Pipeline is an asset packaging library for Django, providing both CSS and
 JavaScript concatenation and compression, built-in JavaScript template support,
 and optional data-URI image and font embedding.
 .
 This package contains the Python 3 version of the library.