python3-sphinxcontrib-qthelp: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 19:26:58 +02:00
parent 8aa8dbd005
commit 98216d13a7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 13 additions and 13 deletions

View File

@ -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

View File

@ -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
}