File: control

package info (click to toggle)
pylibravatar 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 29
  • sloc: python: 189; makefile: 3
file content (39 lines) | stat: -rw-r--r-- 1,638 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: pylibravatar
Section: python
Priority: optional
Maintainer: Francois Marier <francois@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-all, python3-all
Standards-Version: 3.9.6
Homepage: https://launchpad.net/pyLibravatar
Vcs-Git: git://anonscm.debian.org/collab-maint/pylibravatar.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pylibravatar.git;a=summary

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.