62 lines
2.0 KiB
Bash
62 lines
2.0 KiB
Bash
# Template file for 'python-Sphinx'
|
|
pkgname=python-Sphinx
|
|
version=1.4.8
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="Sphinx-${version}"
|
|
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"
|
|
short_desc="Python2 documentation generator"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="http://sphinx-doc.org/"
|
|
license="2-clause-BSD"
|
|
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
|
checksum=41af978f653ef862eb4bb3776dabd8ff13afed17e431907310fe990a3947707f
|
|
|
|
alternatives="
|
|
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc2
|
|
sphinx:sphinx-autogen:/usr/bin/sphinx-autogen2
|
|
sphinx:sphinx-build:/usr/bin/sphinx-build2
|
|
sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart2"
|
|
|
|
post_install() {
|
|
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"
|
|
noarch=yes
|
|
depends="
|
|
python3-setuptools python3-docutils python3-Jinja2 python3-Pygments
|
|
python3-six python3-Babel python3-alabaster python3-snowballstemmer
|
|
python3-imagesize"
|
|
pycompile_module="sphinx"
|
|
replaces="python3.4-Sphinx>=0"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/bin/sphinx-*3
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|
|
python3.4-Sphinx_package() {
|
|
noarch=yes
|
|
build_style=meta
|
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
|
depends="python3-Sphinx>=${version}_${revision}"
|
|
}
|