File: control

package info (click to toggle)
sphinx-copybutton 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 500 kB
  • sloc: javascript: 321; python: 192; makefile: 22
file content (43 lines) | stat: -rw-r--r-- 1,620 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
Source: sphinx-copybutton
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>,
Uploaders: Alexandre Detiste <tchet@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               node-clipboard,
               pybuild-plugin-pyproject,
               python3-all,
               python3-ipython <!nodoc>,
               python3-myst-nb <!nodoc>,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-examples <!nodoc>,
               python3-sphinx-book-theme <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://github.com/executablebooks/sphinx-copybutton
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-copybutton
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-copybutton.git

Package: python3-sphinx-copybutton
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Suggests: python-sphinx-copybutton-doc,
Description: sphinx extension to add a "copy" button to code blocks
 Sphinx-copybutton does one thing: add little “copy” button to the right of
 your code blocks. That’s it!
 .
 This package installs the library for Python 3.

Package: python-sphinx-copybutton-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: sphinx extension to add a "copy" button to code blocks (documentation)
 Sphinx-copybutton does one thing: add little “copy” button to the right of
 your code blocks. That’s it!
 .
 This is the common documentation package.