Source: sphinx-theme-builder
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Bo YU <tsu.yubo@gmail.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 flit,
 nodeenv,
 pybuild-plugin-pyproject,
 python3-all,
 python3-click <!nocheck>,
 python3-flit-scm,
 python3-pyproject-metadata,
 python3-pytest <!nocheck>,
 python3-rich-click,
 python3-setuptools,
 python3-sphinx-autobuild <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/pradyunsg/sphinx-theme-builder
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-theme-builder.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-theme-builder

Package: python3-sphinx-theme-builder
Architecture: all
Depends:
 python3-build,
 python3-click,
 python3-sphinx-autobuild,
 ${misc:Depends},
 ${python3:Depends},
Description: tool for authoring Sphinx themes with a simple (opinionated) workflow
 streamline the Sphinx theme development workflow, by building upon existing
 standardised tools.
 .
 sphinx themes builder has the following features:
    * simplified packaging experience
    * simplified JavaScript tooling setup
    * development server, with rebuild-on-save and automagical browser reloading
    * consistent repository structure across themes
 .
 This package installs the library and `stb` helper script for Python 3.
