File: control

package info (click to toggle)
sphinx-removed-in 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: python: 75; makefile: 30; sh: 17
file content (32 lines) | stat: -rw-r--r-- 1,044 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
Source: sphinx-removed-in
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
Build-Depends-Indep:
 python3-setuptools,
 pybuild-plugin-pyproject,
 python3-pytest <!nocheck>,
 python3-sphinx <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/MrSenko/sphinx-removed-in
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-removed-in
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-removed-in.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-sphinx-removed-in
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Sphinx extension recognizes *removed[-in] directives (Python 3)
 This Sphinx extension recognizes the .. versionremoved:: and .. removed-in::
 directives. These are missing from Sphinx'es core markup.
 .
 This package installs the library for Python 3.