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 40 41 42 43
|
Source: polib
Section: python
Priority: optional
Maintainer: Angel Abad <angel@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-sphinx
Standards-Version: 4.6.1
Homepage: https://github.com/izimobil/polib/
Vcs-Browser: https://salsa.debian.org/python-team/packages/polib
Vcs-Git: https://salsa.debian.org/python-team/packages/polib.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-polib
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python-polib-doc
Description: Python 3 library to parse and manage gettext catalogs
polib allows you to manipulate, create, modify gettext files
(pot, po and mo files). You can load existing files, iterate
through it's entries, add, modify entries, comments or metadata,
etc... or create new po files from scratch.
.
This package installs the library for Python 3.
Package: python-polib-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: Python library to parse and manage gettext catalogs (documentation)
polib allows you to manipulate, create, modify gettext files
(pot, po and mo files). You can load existing files, iterate
through it's entries, add, modify entries, comments or metadata,
etc... or create new po files from scratch.
.
This package installs polib documentation.
|