File: control

package info (click to toggle)
python-django-gravatar2 1.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: python: 398; makefile: 6; sh: 6
file content (27 lines) | stat: -rw-r--r-- 1,104 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
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 <peb@debian.org>,
           Michael Hudson-Doyle <mwhudson@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.5.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
Rules-Requires-Root: no

Package: python3-django-gravatar2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ca-certificates
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.