File: control

package info (click to toggle)
sphinxcontrib-websupport 1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,144 kB
  • sloc: python: 1,333; javascript: 635; makefile: 54; sh: 7; ansic: 1
file content (35 lines) | stat: -rw-r--r-- 1,514 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
Source: sphinxcontrib-websupport
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
Homepage: https://github.com/sphinx-doc/sphinxcontrib-websupport
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dpkg-dev (>= 1.17.14),
               python3-all,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-sphinx (>= 1.6) <!nocheck>,
               python3-sphinxcontrib.serializinghtml <!nocheck>,
               python3-sqlalchemy <!nocheck>,
               python3-whoosh <!nocheck>,
               python3-xapian <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-websupport.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-websupport

Package: python3-sphinxcontrib.websupport
Architecture: all
Depends: python3-sphinx (>= 1.6),
         python3-sphinxcontrib.serializinghtml,
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-sqlalchemy, python3-whoosh, python3-xapian
Description: API to integrate Sphinx documentation into Web applications (Python 3)
 This module provides a means for integrating documentation built with Sphinx
 into web applications. It supports comments, storage (with SQLAlchemy), and
 search engines (whoosh and xapian).
 .
 This is the Python 3 version of sphinxcontrib-websupport.