1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ipython-pygments-lexers
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>
Section: python
Standards-Version: 4.7.3
Homepage: https://github.com/ipython/ipython-pygments-lexers
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
flit,
python3-all,
python3-pygments,
python3-pytest,
Vcs-Git: https://salsa.debian.org/python-team/packages/ipython-pygments-lexers.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/ipython-pygments-lexers
Testsuite: autopkgtest-pkg-python
Package: python3-ipython-pygments-lexers
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Pygments lexer for ipython code and console sessions
This was previously part of IPython, but was moved out in IPython 9. This
provides syntax highlighting support for Python code including IPythonisms
such as %magic and !shell.
|