diff --git a/python3-sphinxcontrib-htmlhelp/.signature b/python3-sphinxcontrib-htmlhelp/.signature index 420d1784d..05c486f64 100644 --- a/python3-sphinxcontrib-htmlhelp/.signature +++ b/python3-sphinxcontrib-htmlhelp/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31CtkH/NNs9O07hPKGot+w+1XX728aTcW0T1Ea0IyCDCiOcChpD3ex5fyf+MtVUxOfldMtJYSRkQx82X0Ja2dww= -SHA256 (Pkgfile) = b7b87607f1c62012c2eef31972809f322b47ca35a7b24949972c536d2f23f57f +RWSagIOpLGJF32UwyffmRjtPKAlpEariAoLAMB12GLv+vIQVRUmn+DbVqIlUERj1kGHfe5Gq/jsjZJHzyimSXJDlwPiKLldl1wE= +SHA256 (Pkgfile) = 5fd99bd53cfef2dc4c715c87544c5473dd4a69a908241de4252a41659b8c45a9 SHA256 (.footprint) = e500d14e38f77759185614ede32adece77764dbd398684e81bc74c5bab8fd663 SHA256 (sphinxcontrib-htmlhelp-2.0.1.tar.gz) = 0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff diff --git a/python3-sphinxcontrib-htmlhelp/Pkgfile b/python3-sphinxcontrib-htmlhelp/Pkgfile index ffcfc6ed7..ad9a07695 100644 --- a/python3-sphinxcontrib-htmlhelp/Pkgfile +++ b/python3-sphinxcontrib-htmlhelp/Pkgfile @@ -1,7 +1,7 @@ # Description: sphinx extension which renders HTML help files -# URL: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/ -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python3-build python3-installer +# URL: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/ +# Maintainer: unmaintained +# Depends on: python3-build python3-installer python3-wheel name=python3-sphinxcontrib-htmlhelp _name=${name#*-} @@ -10,8 +10,8 @@ release=1 source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$version.tar.gz) build() { - cd $_name-$version + cd $_name-$version - /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation - /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl + /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation + /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl }