summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: a59d68592b7baf9d20c072a72eeb3e35cf0873ed (plain)
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: alabaster
Section: python
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Jeremy T. Bouse <jbouse@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper-compat (= 13),
               dh-python,
               flit (>= 3.7),
               pybuild-plugin-pyproject,
               python3-all
Standards-Version: 4.6.2
Homepage: https://github.com/sphinx-doc/alabaster
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/alabaster
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/alabaster
XSBC-Original-Vcs-Browser: https://github.com/jbouse-debian/alabaster
XSBC-Original-Vcs-Git: https://github.com/jbouse-debian/alabaster.git

Package: python3-alabaster
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Suggests: python3-sphinx
Provides: ${python3:Provides}
Description: Configurable sidebar-enabled Sphinx theme (Python 3)
 This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially
 as used in his Requests project), which was itself originally based on
 @mitsuhiko's theme used for Flask & related projects.
 .
 This is the Python 3 version of the package.