blob: 52119dcb7f50044721fa8a756032b5e7657c2350 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-sphinx-panels
pkgdesc = A sphinx extension for creating panels in a grid layout
pkgver = 0.6.0
pkgrel = 1
url = https://sphinx-panels.readthedocs.io
arch = any
license = MIT
checkdepends = python-sphinx
makedepends = python-setuptools
source = https://files.pythonhosted.org/packages/source/s/sphinx-panels/sphinx-panels-0.6.0.tar.gz
md5sums = f2e926a14ad27d66d59fc329339d496e
pkgname = python-sphinx-panels
depends = python-sphinx
depends = python-importlib_resources
optdepends = python-sphinx_rtd_theme: themes
optdepends = python-pydata-sphinx-theme: themes
optdepends = python-sphinx-book-theme: themes
optdepends = python-myst-parser: themes
optdepends = python-pre-commit: code_style
optdepends = python-sphinx-autobuild: live-dev
optdepends = python-web-compile: live-dev
|