Source: python-liblore
Section: python
Maintainer: Debian b4 team <team+b4@tracker.debian.org>
Uploaders: Héctor Orón Martínez <zumbi@debian.org>, Ricardo Ribalda Delgado <ribalda@debian.org>
Build-Depends: debhelper-compat (= 14),
               dh-sequence-python3,
               dh-sequence-single-binary,
               python3-all,
               python3-setuptools,
               python3-build,
               python3-installer,
               python3-wheel,
               python3-pytest,
               python3-requests,
               python3-responses
Standards-Version: 4.7.4
Homepage: https://git.kernel.org/pub/scm/utils/liblore/liblore.git/
Vcs-Browser: https://salsa.debian.org/b4-team/python-liblore
Vcs-Git: https://salsa.debian.org/b4-team/python-liblore.git

Package: python3-liblore
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3
Description: library for interacting with lore.kernel.org
 liblore provides Python functionality for retrieving and processing
 messages and patch discussions from lore.kernel.org and other
 public-inbox servers. It can fetch email threads, parse mbox files,
 and work with public-inbox style archives.
 .
 This package provides the Python 3 module.
