mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
New package: python3-sphinx-tabs-3.4.1
This commit is contained in:
parent
058c2254a0
commit
4936174c02
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-sphinx-tabs/template
Normal file
19
srcpkgs/python3-sphinx-tabs/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-sphinx-tabs'
|
||||
pkgname=python3-sphinx-tabs
|
||||
version=3.4.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-Sphinx python3-Pygments python3-docutils"
|
||||
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=d2a09f9e8316e400d57503f6df1c78005fdde220e5af589cc79d493159e1b832
|
||||
make_check=no # unpackaged dependencies: pytest-regressions sphinx_testing rinohtype
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue