File: control

package info (click to toggle)
pygments 2.3.1%2Bdfsg-1%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,996 kB
  • sloc: python: 70,971; makefile: 221; sh: 117
file content (66 lines) | stat: -rw-r--r-- 2,831 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: pygments
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: dh-python, python-all (>= 2.6.6-3), python3-all, python3-setuptools,
 python-setuptools (>= 0.6b3), python-docutils, python-jinja2, python3-sphinx
Standards-Version: 4.3.0
Homepage: http://pygments.org/
Vcs-Git: https://salsa.debian.org/python-team/modules/pygments.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pygments

Package: python-pygments
Architecture: all
Multi-Arch: foreign
Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python-chardet, python-pkg-resources
Suggests: python-pygments-doc, ttf-bitstream-vera
# /usr/bin/pygmentize moved to python3-pygments in 2.3.1+dfsg-1
Breaks: python3-pygments (<< 2.3.1+dfsg-1~)
Description: syntax highlighting package written in Python
 Pygments aims to be a generic syntax highlighter for general use in all kinds
 of software such as forum systems, wikis or other applications that need to
 prettify source code.
 .
 Highlights are:
   * a wide range of common languages and markup formats is supported
   * special attention is paid to details, increasing quality by a fair amount
   * support for new languages and formats are added easily
   * a number of output formats, presently HTML, LaTeX and ANSI sequences
   * it is usable as a command-line tool and as a library

Package: python3-pygments
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python3-pkg-resources
Suggests: python-pygments-doc, ttf-bitstream-vera
# /usr/bin/pygmentize moved to python3-pygments in 2.3.1+dfsg-1
Breaks: python-pygments (<< 2.3.1+dfsg-1~)
Replaces: python-pygments (<< 2.3.1+dfsg-1~)
Description: syntax highlighting package written in Python 3
 Pygments aims to be a generic syntax highlighter for general use in all kinds
 of software such as forum systems, wikis or other applications that need to
 prettify source code.
 .
 Highlights are:
   * a wide range of common languages and markup formats is supported
   * special attention is paid to details, increasing quality by a fair amount
   * support for new languages and formats are added easily
   * a number of output formats, presently HTML, LaTeX and ANSI sequences
   * it is usable as a command-line tool and as a library

Package: python-pygments-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python-pygments
Conflicts: python-pygments (<= 2.0~)
Description: documentation for the Pygments
 Pygments is syntax highlighting package.
 .
 This package contains the documentation for Pygments in HTML and
 reStructuredText format.