File: control

package info (click to toggle)
retext 6.0.2-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,312 kB
  • ctags: 431
  • sloc: python: 3,718; xml: 45; makefile: 22
file content (44 lines) | stat: -rw-r--r-- 1,603 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
35
36
37
38
39
40
41
42
43
44
Source: retext
Section: editors
Priority: optional
Maintainer: Dmitry Shachnev <mitya57@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               imagemagick,
               python3-all,
               python3-docutils,
               python3-markdown (>= 2.6),
               python3-markups (>= 2.0),
               python3-pyqt5,
               qttools5-dev-tools,
               xauth,
               xvfb
Standards-Version: 3.9.8
Homepage: https://github.com/retext-project/retext
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/retext/trunk/
Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/retext/trunk/

Package: retext
Architecture: all
Depends: python3-markups (>= 2.0),
         python3-pyqt5,
         python3-pyqt5.qtwebkit,
         ${misc:Depends},
         ${python3:Depends}
Recommends: docutils-common (>= 0.10-3~),
            python3-docutils,
            python3-enchant,
            python3-markdown,
            shared-mime-info (>= 0.91)
Suggests: adwaita-icon-theme, gir1.2-glib-2.0, gsettings-desktop-schemas
Breaks: retext-wpgen (<< 4.0~)
Replaces: retext-wpgen (<< 4.0~)
Description: Simple text editor for Markdown and reStructuredText
 ReText is a simple editor for Markdown and reStructuredText markup languages.
 .
 ReText supports tabs, live text preview and syntax highlighting. Supported
 export formats: HTML, ODT, PDF. It is also possible to write custom export
 extensions.
 .
 It is written in Python using Qt libraries.