From d5acd6c6ac125c32feded17caf007602d6ced063 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 6 Aug 2023 19:28:20 +0200 Subject: [PATCH] python3-sphinxcontrib-websupport: marked unmaintained --- python3-sphinxcontrib-websupport/.signature | 4 ++-- python3-sphinxcontrib-websupport/Pkgfile | 22 ++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/python3-sphinxcontrib-websupport/.signature b/python3-sphinxcontrib-websupport/.signature index 501f12980..cef951ff5 100644 --- a/python3-sphinxcontrib-websupport/.signature +++ b/python3-sphinxcontrib-websupport/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37PQaNoJZPdt6ihlMiFdZbCJsgCH7j+sPjSktnF/GMulbLrn3Gv9w7JQEhDWIWT2ctCfSeZkWR5TYXptTtTHow4= -SHA256 (Pkgfile) = 64cb73f01b9c9eb9bd10f09579c951b42f06c90d82f089bc78934c481dd5963b +RWSagIOpLGJF30M8hHum7e93HsbarRsgXTrk4I7emAAleTmnmz0ooPrrR8zIaFSF477dNff29DvHqooH2hCg2S6QbqdZmLd/Xg8= +SHA256 (Pkgfile) = 3d5d12128f52e685382645c77e14a31eee396e457a71fd8f7c96b1f82b835318 SHA256 (.footprint) = 76ebb30e980b7d9af6d301aa8c65aca5624400f090de2470df5cbf9d9b353d8a SHA256 (sphinxcontrib-websupport-1.2.4.tar.gz) = bdb68fe985dedfda3541183eeb29113c0516fad52687ae739fd7e14dd0557d6a diff --git a/python3-sphinxcontrib-websupport/Pkgfile b/python3-sphinxcontrib-websupport/Pkgfile index 37c4e4efc..e96da0750 100644 --- a/python3-sphinxcontrib-websupport/Pkgfile +++ b/python3-sphinxcontrib-websupport/Pkgfile @@ -1,7 +1,7 @@ # Description: Python API to easily integrate Sphinx documentation into web applications. -# URL: https://github.com/sphinx-doc/sphinxcontrib-websupport/ -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python3-setuptools +# URL: https://github.com/sphinx-doc/sphinxcontrib-websupport/ +# Maintainer: unmaintained +# Depends on: python3-sphinxcontrib-serializinghtml name=python3-sphinxcontrib-websupport version=1.2.4 @@ -9,15 +9,15 @@ release=1 source=(https://github.com/sphinx-doc/${name#*-}/archive/$version/${name#*-}-$version.tar.gz) build() { - cd ${name#python3-}-$version + cd ${name#python3-}-$version - sed -i setup.cfg \ - -e '/tag_build =.*/d' \ - -e 's,tag_date = true,tag_date = false,' + sed -i setup.cfg \ + -e '/tag_build =.*/d' \ + -e 's,tag_date = true,tag_date = false,' - /usr/bin/python3 setup.py build - /usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 - find $PKG -name '*.txt' -exec chmod -x {} \; - find $PKG ! -type l -a \( -perm /go+w -o ! -perm /u+rw \) -exec chmod go-w,u+rw {} \; + find $PKG -name '*.txt' -exec chmod -x {} \; + find $PKG ! -type l -a \( -perm /go+w -o ! -perm /u+rw \) -exec chmod go-w,u+rw {} \; }