File: control

package info (click to toggle)
alabaster 0.7.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 228 kB
  • sloc: python: 112; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 905 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
Source: alabaster
Section: python
Priority: extra
Maintainer: Jeremy T. Bouse <jbouse@debian.org>
Build-Depends: debhelper (>=9),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/bitprophet/alabaster
Vcs-Git: https://github.com/jbouse-debian/alabaster.git
Vcs-Browser: https://github.com/jbouse-debian/alabaster

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.