Source: hatch-gettext
Section: python
Priority: optional
Maintainer: Erich Eickmeyer <eeickmeyer@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pandoc,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatchling
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/damonlynch/hatch-gettext
Vcs-Git: https://github.com/damonlynch/hatch-gettext.git
Vcs-Browser: https://github.com/damonlynch/hatch-gettext

Package: python3-hatch-gettext
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Hatch build hook plugin for GNU gettext
 This provides a build hook plugin for Hatch that compiles multi-lingual
 messages with GNU gettext's tools msgfmt. It can also optionally use
 intltool to translate .xml and .desktop files, search for left out files,
 regenerate the .pot template, and display a status report for all
 translations.
