21 lines
805 B
Bash
21 lines
805 B
Bash
# Template file for 'python3-sphinx-tabs'
|
|
pkgname=python3-sphinx-tabs
|
|
version=3.4.5
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
# https://github.com/executablebooks/sphinx-tabs/issues/159
|
|
depends="python3-Sphinx python3-Pygments python3-docutils python3-setuptools"
|
|
short_desc="Tabbed views for Sphinx"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="MIT"
|
|
homepage="https://sphinx-tabs.readthedocs.io/en/latest/"
|
|
changelog="https://github.com/executablebooks/sphinx-tabs/raw/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/s/sphinx-tabs/sphinx-tabs-${version}.tar.gz"
|
|
checksum=ba9d0c1e3e37aaadd4b5678449eb08176770e0fc227e769b6ce747df3ceea531
|
|
make_check=no # unpackaged dependencies: pytest-regressions sphinx_testing rinohtype
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|