python3-sphinxcontrib-jsmath: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 19:26:28 +02:00
parent 3f0451ca0b
commit 8aa8dbd005
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
RWSagIOpLGJF31WsE5GxrAwaK0szDguigER2cbb6WBdcuqWgXBMnP8G+H4XzQbhRW4SnsmRYNb/CE1araW+8TduMhI+Bo0W+AAI=
SHA256 (Pkgfile) = dfaed1e8a076b27c647f77261b1506f358870b52b15c5844bd3a64d346e601ea
RWSagIOpLGJF3+fpuYeVMOEEZnv1Ly02Ky+2VBtN0v/rjDM77pHnjhXymbc8nGRUOzvSu72Rq6Zk3cygxFBdIb/LhmioA5v2vgk=
SHA256 (Pkgfile) = 1370c414f1c2d50625cd8acc52f7fd3d8887ac8e76511e22d736fb4978a662a3
SHA256 (.footprint) = 87c4b7e56dc5015182e7d4ed1a0a1656b2b08b12b7778d9cdde66db00f68899a
SHA256 (sphinxcontrib-jsmath-1.0.1.tar.gz) = 1a20febedb885c78f2e2c29b6f4c1e4e6fe0ac4699378b624b805914491df064

View File

@ -1,7 +1,7 @@
# Description: sphinx extension which renders display math in HTML via JavaScript
# URL: https://github.com/sphinx-doc/sphinxcontrib-jsmath/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
# URL: https://github.com/sphinx-doc/sphinxcontrib-jsmath/
# Maintainer: unmaintained
# Depends on: python3-setuptools
name=python3-sphinxcontrib-jsmath
version=1.0.1
@ -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
}