python3-sphinxcontrib-serializinghtml: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 19:27:25 +02:00
parent 98216d13a7
commit fb01be2bcf
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
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

View File

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