Files
ports/main/python3-sphinx/spkgbuild
2023-05-13 07:52:31 +00:00

20 lines
864 B
Plaintext

# description : The Sphinx documentaion generator
# homepage : https://www.sphinx-doc.org/en/master/
# depends : python3-alabaster python3-docutils 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 python3-installer python3-build python3-flit-core
name=python3-sphinx
_name=Sphinx
version=7.0.1
release=1
source="$name-$version.tar.gz::https://pypi.org/packages/source/S/$_name/$_name-$version.tar.gz"
bsdtar() {
tar $@;
}
build() {
cd $_name-$version
python3 -m build --wheel --skip-dependency-check --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl
}