contrib/python3-sphinxcontrib-devhelp/Pkgfile

18 lines
618 B
Plaintext

# Description: sphinx extension which outputs Devhelp document
# URL: https://github.com/sphinx-doc/sphinxcontrib-devhelp/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-build python3-wheel python3-installer python3-flit-core
name=python3-sphinxcontrib-devhelp
version=1.0.6
release=1
source=(https://github.com/sphinx-doc/${name#*-}/archive/$version/${name#*-}-$version.tar.gz)
build() {
cd sphinxcontrib-devhelp-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}