File: control

package info (click to toggle)
pylibravatar 1.7-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 84 kB
  • sloc: python: 189; makefile: 3
file content (49 lines) | stat: -rw-r--r-- 1,615 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
Source: pylibravatar
Section: python
Priority: optional
Maintainer: Francois Marier <francois@debian.org>
Build-Depends:
 debhelper (>= 12),
 dh-python,
 python-all,
 python3-all,
Standards-Version: 4.3.0
Homepage: https://launchpad.net/pyLibravatar
Vcs-Git: https://salsa.debian.org/debian/pylibravatar.git
Vcs-Browser: https://salsa.debian.org/debian/pylibravatar

Package: python-libravatar
Architecture: all
Depends:
 python-dns,
 ${misc:Depends},
 ${python:Depends},
Description: Libravatar module for Python 2
 Module to make use of the federated Libravatar.org avatar hosting service
 from within Python applications.
 .
 Libravatar is a free service for hosting profile images tied to an email
 address or an OpenID. Inspired by the elegant solution pioneered by
 Gravatar, Libravatar takes a federated approach to the problem and allows
 domain owners to specify the server that should host images for their
 organisation.
 .
 This package provides Python 2 module bindings only.

Package: python3-libravatar
Architecture: all
Depends:
 python3-dns,
 ${misc:Depends},
 ${python3:Depends},
Description: Libravatar module for Python 3
 Module to make use of the federated Libravatar.org avatar hosting service
 from within Python applications.
 .
 Libravatar is a free service for hosting profile images tied to an email
 address or an OpenID. Inspired by the elegant solution pioneered by
 Gravatar, Libravatar takes a federated approach to the problem and allows
 domain owners to specify the server that should host images for their
 organisation.
 .
 This package provides Python 3 module bindings only.