From c0c910b0d951e6ffdd6be2ab4800bcc1836182ea Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 6 Aug 2023 19:24:59 +0200 Subject: [PATCH] python3-sphinxcontrib-devhelp: marked unmaintained --- python3-sphinxcontrib-devhelp/.signature | 4 ++-- python3-sphinxcontrib-devhelp/Pkgfile | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/python3-sphinxcontrib-devhelp/.signature b/python3-sphinxcontrib-devhelp/.signature index 08592c6fe..7668c85d8 100644 --- a/python3-sphinxcontrib-devhelp/.signature +++ b/python3-sphinxcontrib-devhelp/.signature @@ -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 diff --git a/python3-sphinxcontrib-devhelp/Pkgfile b/python3-sphinxcontrib-devhelp/Pkgfile index d52bd2f1b..50eebbb22 100644 --- a/python3-sphinxcontrib-devhelp/Pkgfile +++ b/python3-sphinxcontrib-devhelp/Pkgfile @@ -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 }