Source: python-ezgb
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-python,
               dh-sequence-python3,
               dh-sequence-single-binary,
               python3-all,
               python3-setuptools,
               pybuild-plugin-pyproject,
               python3-build,
               python3-installer,
               python3-pygit2,
               python3-wheel,
               python3-pytest ,
Standards-Version: 4.7.4
Homepage: https://git.kernel.org/pub/scm/utils/ezgb/ezgb.git/
Vcs-Browser: https://salsa.debian.org/b4-team/ezgb
Vcs-Git: https://salsa.debian.org/b4-team/ezgb.git

Package: python3-ezgb
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3
Description: Python library for working with git-bug repositories
 ezgb is a standalone Python library that provides helpers for interacting
 with git-bug repositories. It is intended for use by tools that need to
 read, write, or manipulate git-bug data programmatically.
 .
 This package provides the Python 3 module.
