python3-sphinxcontrib-applehelp: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 19:24:27 +02:00
parent d71de2a81d
commit d321d1d2f5
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF345TVh5WQnblt1gZ3anCuqy1MNYCf7619wMKoVvXJw9QNEnCxGc0SuHy6/mhmrC5uY89u9Gqih/hAG6sSTstrA4=
SHA256 (Pkgfile) = 5b3a778dd86bffc13ba2248879b0f220166b12ff36dd8f9a9e6e482bc0dfd38a
RWSagIOpLGJF3yCWZHEA6lmw5Id7CkSGoikdKH4ZYgckWiHNxrTo2UVbiF0IWpt/bcspSQE7oc316cR+Mo28hfcy3DSIUOD68Qg=
SHA256 (Pkgfile) = e920d309c776b0ebd1e3c3b6b3befd188a7a07368a4ac9e9da0b18294a7e05ec
SHA256 (.footprint) = 024d4aa1a02bac4e1f00aeeb39d4552a5689cfb9f3393844bfa7ec956e27c1a6
SHA256 (sphinxcontrib-applehelp-1.0.4.tar.gz) = 9c27d7a98c62ed3f836b211a847a0bb85305fff865e7c2450e1232d8e6640b8a

View File

@ -1,7 +1,7 @@
# Description: sphinx extension which outputs Apple help books
# URL: https://github.com/sphinx-doc/sphinxcontrib-applehelp/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools python3-installer python3-build python3-flit-core
# URL: https://github.com/sphinx-doc/sphinxcontrib-applehelp/
# Maintainer: unmaintained
# Depends on: python3-build python3-flit-core python3-installer python3-wheel
name=python3-sphinxcontrib-applehelp
version=1.0.4
@ -9,8 +9,8 @@ release=1
source=(https://github.com/sphinx-doc/${name#*-}/archive/$version/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
cd ${name#*-}-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}