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.
