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
|
Source: sphinx-patchqueue
Section: python
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9), dh-python
,python-all
,python-docutils
,python-sphinx
# ,python3-all
# ,python3-docutils
# ,python3-sphinx
X-Python-Version: >= 2.7
#X-Python3-Version: << 3.5
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/sphinx-patchqueue
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/python-sphinx-patchqueue.git
Vcs-Git: git://anonscm.debian.org/collab-maint/python-sphinx-patchqueue.git
Package: python-sphinx-patchqueue
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
,mercurial
,python-docutils
,python-sphinx
Enhances: python-sphinx
Description: Sphinx extension for embedding sequences of file alterations (Python 2)
Sphinx-Patchqueue is a sphinx extension for displaying and formatting file
evolution (captured as a patch queue or patch series) in a sphinx document,
for tutorials and other similar pieces of text using sequences of
alterations made to files.
It's known to work with both Quilt and Mercurial Queues patch series.
.
This package is for Python 2.
#Package: python3-sphinx-patchqueue
#Architecture: all
#Depends: ${misc:Depends}, ${python3:Depends}
# ,mercurial
# ,python3-docutils
# ,python3-sphinx
#Enhances: python3-sphinx
#Description: Sphinx extension for embedding sequences of file alterations (Python 3)
# Sphinx-Patchqueue is a sphinx extension for displaying and formatting file
# evolution (captured as a patch queue or patch series) in a sphinx document,
# for tutorials and other similar pieces of text using sequences of
# alterations made to files.
# It's known to work with both Quilt and Mercurial Queues patch series.
# .
# This package is for Python 3.
|