python-Sphinx: update to 1.7.2

This commit is contained in:
Alessio Sergi 2018-03-26 19:42:42 +02:00
parent 2bbc9ce74e
commit 33d1f3d849

View File

@ -1,6 +1,6 @@
# Template file for 'python-Sphinx'
pkgname=python-Sphinx
version=1.6.7
version=1.7.2
revision=1
noarch=yes
wrksrc="Sphinx-${version}"
@ -8,14 +8,14 @@ build_style=python-module
pycompile_module="sphinx"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-docutils python-Jinja2 python-Pygments
python-six python-Babel python-alabaster python-snowballstemmer
python-imagesize python-requests python-typing python-sphinxcontrib-websupport"
python-six python-Babel python-alabaster python-snowballstemmer python-imagesize
python-requests python-packaging python-sphinxcontrib-websupport python-typing"
short_desc="Python2 documentation generator"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://sphinx-doc.org/"
license="2-clause-BSD"
license="BSD-2-Clause"
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
checksum=832bed0dc6099c2abca957d90ff55bc1a6ec4425c13fc144adbae68a970e3775
checksum=5a1c9a0fec678c24b9a2f5afba240c04668edb7f45c67ce2ed008996b3f21ae2
alternatives="
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc2
@ -36,7 +36,8 @@ python3-Sphinx_package() {
noarch=yes
depends="python3-setuptools python3-docutils python3-Jinja2 python3-Pygments
python3-six python3-Babel python3-alabaster python3-snowballstemmer
python3-imagesize python3-requests python3-sphinxcontrib-websupport"
python3-imagesize python3-requests python3-packaging
python3-sphinxcontrib-websupport"
pycompile_module="sphinx"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {