From fb01be2bcfa126eb46d4a2dc94881a1856d32291 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 6 Aug 2023 19:27:25 +0200 Subject: [PATCH] python3-sphinxcontrib-serializinghtml: marked unmaintained --- .../.signature | 4 ++-- python3-sphinxcontrib-serializinghtml/Pkgfile | 22 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/python3-sphinxcontrib-serializinghtml/.signature b/python3-sphinxcontrib-serializinghtml/.signature index a2ba398ae..c4ed6a652 100644 --- a/python3-sphinxcontrib-serializinghtml/.signature +++ b/python3-sphinxcontrib-serializinghtml/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xPDSSLtQETFJemqNuSgP+iAwji9Y43e9Ou7JXOvOihaxGX47pFic20cLvxOVjLbyFpVyYSX2R3CmHdvVaCgMQA= -SHA256 (Pkgfile) = e990d821d8ac231ff249be543be79aa365141c75d883d6f752aaf2fad364c35f +RWSagIOpLGJF389A4Opuo2Y8P0SfL4RiVz9Hw+qLkrKhQeH+Y6yJOOE0bsgfn8qM/6TXs1l2B+uECi+1zFJS2ecUCDoEisbS8AI= +SHA256 (Pkgfile) = e1aa6f6959417793d2195724a2a3ce0dd900f077ea7c377df6ce9ec96d21ddf4 SHA256 (.footprint) = 22ed091e62ed995644124279a0e5da87878e671ae4a6445bf45211723b8fcd7c SHA256 (sphinxcontrib-serializinghtml-1.1.5.tar.gz) = 787a346f2593bf324c2e8096f23d3d5d0727cb990dc697222acff3daaa42ba1e diff --git a/python3-sphinxcontrib-serializinghtml/Pkgfile b/python3-sphinxcontrib-serializinghtml/Pkgfile index 04f573c04..b8f618f26 100644 --- a/python3-sphinxcontrib-serializinghtml/Pkgfile +++ b/python3-sphinxcontrib-serializinghtml/Pkgfile @@ -1,7 +1,7 @@ # Description: sphinx extension which outputs "serialized" HTML files (json and pickle) -# URL: https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/ -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python3-setuptools +# URL: https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/ +# Maintainer: unmaintained +# Depends on: python3-setuptools name=python3-sphinxcontrib-serializinghtml version=1.1.5 @@ -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 }