File: control

package info (click to toggle)
wikitrans 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 724 kB
  • sloc: python: 5,268; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,333 bytes parent folder | download
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
Source: wikitrans
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Build-Depends: debhelper-compat (= 13),
               python3-all,
               dh-python,
               python3-setuptools
Standards-Version: 4.2.1
Homepage: https://puszcza.gnu.org.ua/projects/wikitrans
Vcs-Git: https://salsa.debian.org/python-team/packages/wikitrans.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/wikitrans

Package: python3-wikitrans
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: MediaWiki markup translator (python3 library)
 This package provides Python framework for translating WikiMedia articles to
 various formats. The present version supports conversions to plain text, HTML,
 and Texinfo formats.
 .
 This package contains the python3 library.

Package: wikitrans
Architecture: all
Section: text
Depends: ${misc:Depends}, ${python3:Depends}, python3-wikitrans
Description: MediaWiki markup translator (utility)
 This package provides Python framework for translating WikiMedia articles to
 various formats. The present version supports conversions to plain text, HTML,
 and Texinfo formats.
 .
 This package contains the command line utility.