File: control

package info (click to toggle)
python-django-gravatar2 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: python: 300; makefile: 6
file content (39 lines) | stat: -rw-r--r-- 1,490 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
Source: python-django-gravatar2
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <becue@crans.org>
Build-Depends: debhelper (>= 11~),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 4.2.0
Homepage: https://github.com/twaddington/django-gravatar
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-django-gravatar2
Vcs-Git: https://salsa.debian.org/python-team/modules/python-django-gravatar2.git

Package: python-django-gravatar2
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: Python2 library that provides essential Gravatar support
 Python django library that provides support for Gravatars.
 .
 It features:
   * Helper methods for constructing a gravatar url and checking an email
     for an existing gravatar
   * Templatetags for generating a gravatar url or gravatar <img> tag.

Package: python3-django-gravatar2
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python3 library that provides essential Gravatar support
 Python3 django library that provides support for Gravatars.
 .
 It features:
   * Helper methods for constructing a gravatar url and checking an email
     for an existing gravatar
   * Templatetags for generating a gravatar url or gravatar <img> tag.