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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
Source: translate-toolkit
Section: python
Priority: optional
Uploaders:
Stuart Prescott <stuart@debian.org>
Maintainer: Debian l10n developers <debian-l10n-devel@lists.alioth.debian.org>
Build-Depends-Indep:
libexttextcat-data,
libgettextpo0,
python3-all,
python3-aeidon,
python3-bs4,
python3-chardet,
python3-cheroot,
python3-diff-match-patch,
python3-enchant,
python3-iniparse,
python3-levenshtein,
python3-lxml,
python3-phply (>> 1.2.4),
python3-pycountry (>> 17.5.14),
python3-pyparsing,
python3-pytest,
python3-ruamel.yaml,
python3-setuptools,
python3-simplejson,
python3-sphinx (>= 1.0.7+dfsg),
python3-vobject,
python3-xapian,
rename,
subversion,
Build-Depends:
debhelper-compat (= 13),
dh-python,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/l10n-team/translate-toolkit.git
Vcs-Browser: https://salsa.debian.org/l10n-team/translate-toolkit
Homepage: https://toolkit.translatehouse.org/
Rules-Requires-Root: no
Package: translate-toolkit
Architecture: all
Section: devel
Depends:
python3,
python3-pkg-resources,
python3-translate,
${misc:Depends},
${python3:Depends}
Recommends:
translate-toolkit-doc
Description: Toolkit assisting in the localization of software
The Translate Toolkit is a Python library and a set of software designed
to help make the lives of localizers both more productive and less
frustrating.
.
The software includes programs to convert localization formats to the
common PO format and programs to check and manage PO files and
utilities to create word counts, merge translations and perform
various checks on PO files.
.
Supported localization storage formats are: DTD, properties,
OpenOffice.org GSI/SDF, CSV, MO, Qt .ts and of course PO and XLIFF.
.
This package includes documentation for the command line utilities.
Package: python3-translate
Architecture: all
Depends:
gettext,
libexttextcat-data,
python3,
${misc:Depends},
${python3:Depends}
Recommends:
python3-aeidon,
python3-bs4,
python3-chardet,
python3-diff-match-patch,
python3-enchant,
python3-iniparse,
python3-levenshtein,
python3-lxml,
python3-phply (>> 1.2.4),
python3-pycountry (>> 17.5.14),
python3-pyparsing,
python3-ruamel.yaml,
python3-simplejson,
python3-vobject,
python3-xapian,
Suggests:
python3-cheroot,
python3-subversion,
translate-toolkit-doc
Description: Toolkit assisting in the localization of software (Python 3)
The Translate Toolkit is a Python library and a set of software designed
to help make the lives of localizers both more productive and less
frustrating.
.
The software includes programs to convert localization formats to the
common PO format and programs to check and manage PO files and
utilities to create word counts, merge translations and perform
various checks on PO files.
.
Supported localization storage formats are: DTD, properties,
OpenOffice.org GSI/SDF, CSV, MO, Qt .ts and of course PO and XLIFF.
.
This package includes the Translate Toolkit modules for Python 3.
Package: translate-toolkit-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends}
Breaks:
translate-toolkit (<< 2.0.0~)
Replaces:
translate-toolkit (<< 2.0.0~)
Description: Toolkit assisting in the localization of software (documentation)
The Translate Toolkit is a Python library and a set of software designed
to help make the lives of localizers both more productive and less
frustrating.
.
The software includes programs to convert localization formats to the
common PO format and programs to check and manage PO files and
utilities to create word counts, merge translations and perform
various checks on PO files.
.
Supported localization storage formats are: DTD, properties,
OpenOffice.org GSI/SDF, CSV, MO, Qt .ts and of course PO and XLIFF.
.
This package includes the Translate Toolkit API documentation.
|