blob: 50c38b2806794d8840f2cf8d9490cd4bbd0fddf1 (
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
|
pkgbase = python-mkdocs-section-index
pkgdesc = MkDocs plugin to allow clickable sections that lead to an index page
pkgver = 0.3.11
pkgrel = 1
url = https://oprypin.github.io/mkdocs-section-index/
arch = any
license = MIT
checkdepends = python-pytest-golden
checkdepends = python-mechanicalsoup
makedepends = python-hatchling
makedepends = python-build
makedepends = python-installer
makedepends = mkdocs-material
makedepends = python-pymdown-extensions
source = https://github.com/oprypin/mkdocs-section-index/archive/refs/tags/v0.3.11.tar.gz
sha256sums = 058a6066618946d0a2211f77a06c8b8388e8757f0b041e26b7a989dab703fbfd
pkgname = mkdocs-section-index
depends = python>=3.9
depends = mkdocs>=1.2
depends = properdocs>=1.6.5
optdepends = mkdocs-section-index-doc: Documentation for mkdocs-section-index
provides = python-mkdocs-section-index=0.3.11
conflicts = python-mkdocs-section-index
replaces = python-mkdocs-section-index
pkgname = mkdocs-section-index-doc
pkgdesc = Documentation for mkdocs-section-index
provides = python-mkdocs-section-index-doc=0.3.11
conflicts = python-mkdocs-section-index-doc
|