2021-02-02 22:49:46 +11:00
|
|
|
# Description: The Sphinx documentaion generator
|
|
|
|
# URL: https://www.sphinx-doc.org/en/master/
|
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2022-11-20 21:14:38 +00:00
|
|
|
# Depends on: python3-alabaster python3-docutils python3-flit-core python3-imagesize python3-jinja2 python3-packaging python3-pygments python3-requests python3-snowballstemmer python3-sphinxcontrib-applehelp python3-sphinxcontrib-devhelp python3-sphinxcontrib-htmlhelp python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp python3-sphinxcontrib-serializinghtml python3-sphinxcontrib-websupport
|
2020-04-27 21:14:20 -04:00
|
|
|
|
|
|
|
name=python3-sphinx
|
2021-03-22 19:29:19 +11:00
|
|
|
_name=Sphinx
|
2023-01-13 18:01:26 +00:00
|
|
|
version=6.1.3
|
2020-04-27 21:14:20 -04:00
|
|
|
release=1
|
2021-04-13 22:30:18 +10:00
|
|
|
source=(https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$version.tar.gz)
|
2020-04-27 21:14:20 -04:00
|
|
|
|
|
|
|
build() {
|
2021-03-22 19:29:19 +11:00
|
|
|
cd $_name-$version
|
2020-04-27 21:14:20 -04:00
|
|
|
|
2022-11-20 21:14:38 +00:00
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2020-04-27 21:14:20 -04:00
|
|
|
}
|