mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
python-Sphinx: update to 1.5.1
This commit is contained in:
parent
11d9c1b80b
commit
5b71a69f4a
1 changed files with 7 additions and 13 deletions
|
@ -1,27 +1,21 @@
|
||||||
# Template file for 'python-Sphinx'
|
# Template file for 'python-Sphinx'
|
||||||
pkgname=python-Sphinx
|
pkgname=python-Sphinx
|
||||||
version=1.4.9
|
version=1.5.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Sphinx-${version}"
|
wrksrc="Sphinx-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="
|
|
||||||
python-setuptools python3-setuptools python-docutils python3-docutils
|
|
||||||
python-Jinja2 python3-Jinja2 python-Pygments python3-Pygments
|
|
||||||
python-six python3-six python-Babel python3-Babel python-alabaster
|
|
||||||
python3-alabaster python-snowballstemmer python3-snowballstemmer
|
|
||||||
python-imagesize python3-imagesize"
|
|
||||||
makedepends="${hostmakedepends}"
|
|
||||||
depends="
|
|
||||||
python-setuptools python-docutils python-Jinja2 python-Pygments python-six
|
|
||||||
python-Babel python-alabaster python-snowballstemmer python-imagesize"
|
|
||||||
pycompile_module="sphinx"
|
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"
|
||||||
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="2-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
||||||
checksum=82cd2728c906be96e307b81352d3fd9fb731869234c6b835cc25e9a3dfb4b7e4
|
checksum=8e6a77a20b2df950de322fc32f3b508697d9d654fe984e3cc88f446a5b4c17c5
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc2
|
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc2
|
||||||
|
@ -43,7 +37,7 @@ python3-Sphinx_package() {
|
||||||
depends="
|
depends="
|
||||||
python3-setuptools python3-docutils python3-Jinja2 python3-Pygments
|
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-imagesize python3-requests"
|
||||||
pycompile_module="sphinx"
|
pycompile_module="sphinx"
|
||||||
replaces="python3.4-Sphinx>=0"
|
replaces="python3.4-Sphinx>=0"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue