mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-sphinx_rtd_theme: update to 1.1.1.
This commit is contained in:
parent
4936174c02
commit
821b4964c0
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-sphinx_rtd_theme'
|
# Template file for 'python3-sphinx_rtd_theme'
|
||||||
pkgname=python3-sphinx_rtd_theme
|
pkgname=python3-sphinx_rtd_theme
|
||||||
version=0.5.0
|
version=1.1.1
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-Sphinx"
|
depends="python3-Sphinx"
|
||||||
checkdepends="python3-Sphinx python3-pytest"
|
checkdepends="$depends python3-pytest"
|
||||||
short_desc="ReadTheDocs.org theme for Sphinx (Python 3)"
|
short_desc="ReadTheDocs.org theme for Sphinx (Python 3)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/snide/sphinx_rtd_theme/"
|
homepage="https://sphinx-rtd-theme.readthedocs.io/en/stable/"
|
||||||
|
changelog="https://github.com/readthedocs/sphinx_rtd_theme/raw/master/docs/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/s/sphinx_rtd_theme/sphinx_rtd_theme-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sphinx_rtd_theme/sphinx_rtd_theme-${version}.tar.gz"
|
||||||
checksum=22c795ba2832a169ca301cd0a083f7a434e09c538c70beb42782c073651b707d
|
checksum=6146c845f1e1947b3c3dd4432c28998a1693ccc742b4f9ad7c63129f0757c103
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export CI=no-npm-please
|
export CI=no-npm-please
|
||||||
|
|
Loading…
Add table
Reference in a new issue