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-markups,
               python3-pyqt5,
               qttools5-dev-tools
Standards-Version: 3.9.7
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,
         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)
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.
