File: control

package info (click to toggle)
ipython-pygments-lexers 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: python: 480; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 1,024 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
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.