python3-sphinxcontrib-devhelp: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 19:24:59 +02:00
parent d321d1d2f5
commit c0c910b0d9
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
RWSagIOpLGJF381ZMgHKVANSE3lUoBKohk2ncxyerlD0TqPvG4GL7oTqI7XBUqPogyC44qGzqjS3A21isPh9iiwxoVR8sPP9XAA=
SHA256 (Pkgfile) = 95452b7de87c3fab12fc2026b89f7deade320cbefc2bc0f52562d41498e1ec4d
RWSagIOpLGJF3zS9A6hPhmimtnSsnF17xMwfvFvCBhPrdi0INfEmGASK3cDbMeAPjxhIOr2mPTgLLNToCqrJnsyenagsEm4engY=
SHA256 (Pkgfile) = 80924ba522b56b155d30272b0dc06ecf5c7422a54fe57a3f5170653f1f17765b
SHA256 (.footprint) = 9f0c9711766ff3e639e0bab7fe58d1c990eb8c4e33d5bbca43a2ee719db61963
SHA256 (sphinxcontrib-devhelp-1.0.2.tar.gz) = 00f9fbe1d6362764fec95f38ab105f7fea784af79d6ecf2582c4174c83131511

View File

@ -1,7 +1,7 @@
# Description: sphinx extension which outputs Devhelp document
# URL: https://github.com/sphinx-doc/sphinxcontrib-devhelp/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
# URL: https://github.com/sphinx-doc/sphinxcontrib-devhelp/
# Maintainer: unmaintained
# Depends on: python3-setuptools
name=python3-sphinxcontrib-devhelp
version=1.0.2
@ -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
}