python3-Sphinx: update to 2.3.1
This commit is contained in:
parent
f943466b91
commit
c05b7b8115
4 changed files with 42 additions and 25 deletions
|
@ -4,13 +4,13 @@ version=1.8.5
|
||||||
revision=2
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Sphinx-${version}"
|
wrksrc="Sphinx-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
pycompile_module="sphinx"
|
pycompile_module="sphinx"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-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-imagesize
|
python-six python-Babel python-alabaster python-snowballstemmer python-imagesize
|
||||||
python-requests python-packaging python-sphinxcontrib-websupport python-typing"
|
python-requests python-packaging python-sphinxcontrib-websupport python-typing"
|
||||||
short_desc="Python2 documentation generator"
|
short_desc="Python 2 documentation generator"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://sphinx-doc.org/"
|
homepage="http://sphinx-doc.org/"
|
||||||
|
@ -24,25 +24,9 @@ alternatives="
|
||||||
sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart2"
|
sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
mv ${DESTDIR}/usr/bin/sphinx-apidoc ${DESTDIR}/usr/bin/sphinx-apidoc2
|
||||||
|
mv ${DESTDIR}/usr/bin/sphinx-autogen ${DESTDIR}/usr/bin/sphinx-autogen2
|
||||||
|
mv ${DESTDIR}/usr/bin/sphinx-build ${DESTDIR}/usr/bin/sphinx-build2
|
||||||
|
mv ${DESTDIR}/usr/bin/sphinx-quickstart ${DESTDIR}/usr/bin/sphinx-quickstart2
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-Sphinx_package() {
|
|
||||||
alternatives="
|
|
||||||
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
|
|
||||||
sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
|
|
||||||
sphinx:sphinx-build:/usr/bin/sphinx-build3
|
|
||||||
sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3"
|
|
||||||
archs=noarch
|
|
||||||
depends="python3-setuptools python3-docutils python3-Jinja2 python3-Pygments
|
|
||||||
python3-six python3-Babel python3-alabaster python3-snowballstemmer
|
|
||||||
python3-imagesize python3-requests python3-packaging
|
|
||||||
python3-sphinxcontrib-websupport"
|
|
||||||
pycompile_module="sphinx"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/bin/sphinx-*3
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ignore="*a* *b*"
|
ignore="2*"
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
python-Sphinx
|
|
34
srcpkgs/python3-Sphinx/template
Normal file
34
srcpkgs/python3-Sphinx/template
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# Template file for 'python3-Sphinx'
|
||||||
|
pkgname=python3-Sphinx
|
||||||
|
version=2.3.1
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc=Sphinx-${version}
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module=sphinx
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-Jinja2 python3-docutils python3-Pygments
|
||||||
|
python3-snowballstemmer python3-Babel python3-alabaster python3-imagesize
|
||||||
|
python3-requests python3-packaging python3-sphinxcontrib-applehelp
|
||||||
|
python3-sphinxcontrib-devhelp python3-sphinxcontrib-htmlhelp
|
||||||
|
python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp
|
||||||
|
python3-sphinxcontrib-serializinghtml"
|
||||||
|
short_desc="Python 3 documentation generator"
|
||||||
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="http://sphinx-doc.org"
|
||||||
|
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
||||||
|
checksum=e6e766b74f85f37a5f3e0773a1e1be8db3fcb799deb58ca6d18b70b0b44542a5
|
||||||
|
alternatives="
|
||||||
|
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
|
||||||
|
sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
|
||||||
|
sphinx:sphinx-build:/usr/bin/sphinx-build3
|
||||||
|
sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
mv ${DESTDIR}/usr/bin/sphinx-apidoc ${DESTDIR}/usr/bin/sphinx-apidoc3
|
||||||
|
mv ${DESTDIR}/usr/bin/sphinx-autogen ${DESTDIR}/usr/bin/sphinx-autogen3
|
||||||
|
mv ${DESTDIR}/usr/bin/sphinx-build ${DESTDIR}/usr/bin/sphinx-build3
|
||||||
|
mv ${DESTDIR}/usr/bin/sphinx-quickstart ${DESTDIR}/usr/bin/sphinx-quickstart3
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue