From 8aa8dbd005dad5159ea14fb2a086c4001dd21d41 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 6 Aug 2023 19:26:28 +0200 Subject: [PATCH] python3-sphinxcontrib-jsmath: marked unmaintained --- python3-sphinxcontrib-jsmath/.signature | 4 ++-- python3-sphinxcontrib-jsmath/Pkgfile | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/python3-sphinxcontrib-jsmath/.signature b/python3-sphinxcontrib-jsmath/.signature index 108e0aaf0..b65255c61 100644 --- a/python3-sphinxcontrib-jsmath/.signature +++ b/python3-sphinxcontrib-jsmath/.signature @@ -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 diff --git a/python3-sphinxcontrib-jsmath/Pkgfile b/python3-sphinxcontrib-jsmath/Pkgfile index 08a111abd..7ab38badf 100644 --- a/python3-sphinxcontrib-jsmath/Pkgfile +++ b/python3-sphinxcontrib-jsmath/Pkgfile @@ -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 }