python-Sphinx: update to 1.7.2
This commit is contained in:
parent
2bbc9ce74e
commit
33d1f3d849
1 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-Sphinx'
|
# Template file for 'python-Sphinx'
|
||||||
pkgname=python-Sphinx
|
pkgname=python-Sphinx
|
||||||
version=1.6.7
|
version=1.7.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Sphinx-${version}"
|
wrksrc="Sphinx-${version}"
|
||||||
|
@ -8,14 +8,14 @@ build_style=python-module
|
||||||
pycompile_module="sphinx"
|
pycompile_module="sphinx"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-docutils python-Jinja2 python-Pygments
|
depends="python-setuptools python-docutils python-Jinja2 python-Pygments
|
||||||
python-six python-Babel python-alabaster python-snowballstemmer
|
python-six python-Babel python-alabaster python-snowballstemmer python-imagesize
|
||||||
python-imagesize python-requests python-typing python-sphinxcontrib-websupport"
|
python-requests python-packaging python-sphinxcontrib-websupport python-typing"
|
||||||
short_desc="Python2 documentation generator"
|
short_desc="Python2 documentation generator"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://sphinx-doc.org/"
|
homepage="http://sphinx-doc.org/"
|
||||||
license="2-clause-BSD"
|
license="BSD-2-Clause"
|
||||||
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
||||||
checksum=832bed0dc6099c2abca957d90ff55bc1a6ec4425c13fc144adbae68a970e3775
|
checksum=5a1c9a0fec678c24b9a2f5afba240c04668edb7f45c67ce2ed008996b3f21ae2
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc2
|
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc2
|
||||||
|
@ -36,7 +36,8 @@ python3-Sphinx_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-setuptools python3-docutils python3-Jinja2 python3-Pygments
|
depends="python3-setuptools python3-docutils python3-Jinja2 python3-Pygments
|
||||||
python3-six python3-Babel python3-alabaster python3-snowballstemmer
|
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"
|
pycompile_module="sphinx"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue