57 lines
1.9 KiB
Bash
57 lines
1.9 KiB
Bash
# Template file for 'python-Sphinx'
|
|
pkgname=python-Sphinx
|
|
version=1.4.5
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="Sphinx-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
hostmakedepends="
|
|
python-setuptools python3.4-setuptools python-docutils python3.4-docutils
|
|
python-Jinja2 python3.4-Jinja2 python-Pygments python3.4-Pygments
|
|
python-six python3.4-six python-Babel python3.4-Babel python-alabaster
|
|
python3.4-alabaster python-snowballstemmer python3.4-snowballstemmer
|
|
python-imagesize python3.4-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=c5df65d97a58365cbf4ea10212186a9a45d89c61ed2c071de6090cdf9ddb4028
|
|
|
|
alternatives="
|
|
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc2.7
|
|
sphinx:sphinx-autogen:/usr/bin/sphinx-autogen2.7
|
|
sphinx:sphinx-build:/usr/bin/sphinx-build2.7
|
|
sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart2.7"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3.4-Sphinx_package() {
|
|
alternatives="
|
|
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3.4
|
|
sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3.4
|
|
sphinx:sphinx-build:/usr/bin/sphinx-build3.4
|
|
sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3.4"
|
|
noarch=yes
|
|
depends="
|
|
python3.4-setuptools python3.4-docutils python3.4-Jinja2 python3.4-Pygments
|
|
python3.4-six python3.4-Babel python3.4-alabaster python3.4-snowballstemmer
|
|
python3.4-imagesize"
|
|
pycompile_version="3.4"
|
|
pycompile_module="sphinx"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/bin/sphinx-*3.4
|
|
vmove usr/lib/python3.4
|
|
vlicense LICENSE
|
|
}
|
|
}
|