File: control

package info (click to toggle)
sorl-thumbnail 12.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,408 kB
  • sloc: python: 3,190; makefile: 129; sh: 11
file content (79 lines) | stat: -rw-r--r-- 3,086 bytes parent folder | download | duplicates (2)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: sorl-thumbnail
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               graphicsmagick,
               imagemagick,
               locales,
               lsof,
               python3-all,
               python3-django,
               python3-pil,
               python3-pgmagick,
               python3-pytest,
               python3-pytest-django,
               python3-setuptools,
               python3-setuptools-scm,
               python3-sphinx (>= 1.0.7+dfsg)
Build-Conflicts: locales-all (<< 2.21-1)
Standards-Version: 4.2.0
Rules-Requires-Root: no
Homepage: https://github.com/jazzband/sorl-thumbnail
Vcs-Git: https://salsa.debian.org/python-team/packages/sorl-thumbnail.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sorl-thumbnail

Package: python3-sorl-thumbnail
Architecture: all
Depends: python3-django,
         python3-pil | python3-pgmagick | imagemagick | graphicsmagick,
         ${misc:Depends},
         ${python3:Depends}
Suggests: python3-redis
Description: thumbnail support for the Django framework (Python3 version)
 sorl-thumbnail provides a convenient way to create and manage image thumbnails
 in a Django project. It offers integration into several parts of Django like
 the admin system by showing thumbnails for ImageFields or through a ImageField
 that also takes care of deleting thumbnail files when the referencing object
 is removed.
 .
 Other features include:
  * Django storage support
  * Pluggable Engine support (PIL, pgmagick, ImageMagick, GraphicsMagick,
    or Wand)
  * Pluggable Key Value Store support (Django cache, redis)
  * Pluggable Backend support (i.e. different thumbnail filename schema)
  * Dummy generation (placeholders)
  * Flexible, simple syntax, generates no html
  * CSS style cropping options
  * Margin calculation for vertical positioning
 .
 This package contains the Python 3 version of the library.

Package: python-sorl-thumbnail-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: thumbnail support for the Django framework (Documentation)
 sorl-thumbnail provides a convenient way to create and manage image thumbnails
 in a Django project. It offers integration into several parts of Django like
 the admin system by showing thumbnails for ImageFields or through a ImageField
 that also takes care of deleting thumbnail files when the referencing object
 is removed.
 .
 Other features include:
  * Django storage support
  * Pluggable Engine support (PIL, pgmagick, ImageMagick, GraphicsMagick,
    or Wand)
  * Pluggable Key Value Store support (Django cache, redis)
  * Pluggable Backend support (i.e. different thumbnail filename schema)
  * Dummy generation (placeholders)
  * Flexible, simple syntax, generates no html
  * CSS style cropping options
  * Margin calculation for vertical positioning
 .
 This package contains the documentation.