From 98216d13a743feb6708de9c9689eb963ebc0858a Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 6 Aug 2023 19:26:58 +0200 Subject: [PATCH] python3-sphinxcontrib-qthelp: marked unmaintained --- python3-sphinxcontrib-qthelp/.signature | 4 ++-- python3-sphinxcontrib-qthelp/Pkgfile | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/python3-sphinxcontrib-qthelp/.signature b/python3-sphinxcontrib-qthelp/.signature index 31203f9c6..cf738acf6 100644 --- a/python3-sphinxcontrib-qthelp/.signature +++ b/python3-sphinxcontrib-qthelp/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37hoQSeQJBluIQ8fnQX+BUJsGD/Bmi0eEHaOhs7Tk1WEgvLNwU02bsuY2MKauAsLViblgIWb4uVcHW/ob+xCuQk= -SHA256 (Pkgfile) = f6734d4bfaf402b46f90352d2ea4049f005c2937e0882b535850195eb0347df0 +RWSagIOpLGJF34yPnNFBgZo613nbtF9vmvyq2o7lA7k6vqfA1dyktTlkNI2JZ/Xph4kLDmHkmLd87pKBbSR2qmlnA9zjMrxvTAU= +SHA256 (Pkgfile) = bb284de270966aff35a691359774e92a43f84096afb4cc3af3be6ff6ec1fe020 SHA256 (.footprint) = b91357c2409f32b5d0ba7946ecb0f70f993a406da710a5e73ffea39e35c13d74 SHA256 (sphinxcontrib-qthelp-1.0.3.tar.gz) = 587eeff750c97570290122116cdd3522f6ff804e55d44281eefce30b22db5531 diff --git a/python3-sphinxcontrib-qthelp/Pkgfile b/python3-sphinxcontrib-qthelp/Pkgfile index 29840441d..b365396eb 100644 --- a/python3-sphinxcontrib-qthelp/Pkgfile +++ b/python3-sphinxcontrib-qthelp/Pkgfile @@ -1,7 +1,7 @@ # Description: sphinx extension which outputs QtHelp document -# URL: https://github.com/sphinx-doc/sphinxcontrib-qthelp/ -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python3-setuptools +# URL: https://github.com/sphinx-doc/sphinxcontrib-qthelp/ +# Maintainer: unmaintained +# Depends on: python3-setuptools name=python3-sphinxcontrib-qthelp version=1.0.3 @@ -9,15 +9,15 @@ release=1 source=(https://github.com/sphinx-doc/${name#*-}/archive/$version/${name#*-}-$version.tar.gz) build() { - cd ${name#*-}-$version + cd ${name#*-}-$version - sed -i '/^tag_build =/s/= .*$/=/' setup.cfg - sed -i '/^tag_date =/s/true/false/' setup.cfg + sed -i '/^tag_build =/s/= .*$/=/' setup.cfg + sed -i '/^tag_date =/s/true/false/' setup.cfg - /usr/bin/python3 setup.py build - /usr/bin/python3 setup.py install \ - --prefix=/usr \ - --root=$PKG + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install \ + --prefix=/usr \ + --root=$PKG - chmod -R go-w,a+r,u+w $PKG + chmod -R go-w,a+r,u+w $PKG }