python3-sphinxcontrib-devhelp: 1.0.6 -> 2.0.0

This commit is contained in:
Tim Biermann 2024-08-15 19:59:36 +02:00
parent 6ae15b7ae7
commit 7d9e04622a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 10 additions and 12 deletions

View File

@ -203,8 +203,7 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib/devhelp/loca
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib/devhelp/locales/zh_TW/LC_MESSAGES/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/devhelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.devhelp.mo
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/devhelp/locales/zh_TW/LC_MESSAGES/sphinxcontrib.devhelp.po
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib_devhelp-1.0.6.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_devhelp-1.0.6.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_devhelp-1.0.6.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_devhelp-1.0.6.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_devhelp-1.0.6.dist-info/WHEEL
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib_devhelp-2.0.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_devhelp-2.0.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_devhelp-2.0.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_devhelp-2.0.0.dist-info/WHEEL

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31gFque2I3iqLzlc7lFgHILrHrlZHIlSPNznRHE33lGfugFoUHW7PMd3H+LLJrVWfPHyFDnw/uBr5R+Ps/hcTww=
SHA256 (Pkgfile) = 2e765fc769baf54f87f6bc06b5e5108b98313379dbb9d7cf7bb4cc3669f6bafd
SHA256 (.footprint) = 21626e2230888121d46cdef9b8d17181d522948bb8f3bad1bca0714648c9039a
SHA256 (sphinxcontrib-devhelp-1.0.6.tar.gz) = 01c3a703ebd10b2c152a53a0e22fc956538dda425a4aa4ac6760369fc33cb0b6
RWSagIOpLGJF3wGCiXn2uKlrKjMoL0Tyh9BRYyNJ1Pverv9j7RcsfHjWKCFj0m7L5mCnyWxOUzLcBeYAy3Y+BUDIoLyc8cXP4AI=
SHA256 (Pkgfile) = a344e9a88af773da214d33f4f754889ee3026fb89e30234665caa54070841dfe
SHA256 (.footprint) = ffb38bbb1e8240de9a8965f47c797b7fe87bd63f8184e43d47bd774720748f2e
SHA256 (sphinxcontrib-devhelp-2.0.0.tar.gz) = e650ce2bde1204477df2f428757e14aa85735bd6a40517645eba55730262b8e8

View File

@ -1,10 +1,10 @@
# Description: sphinx extension which outputs Devhelp document
# URL: https://github.com/sphinx-doc/sphinxcontrib-devhelp/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-build python3-wheel python3-installer python3-flit-core
# Depends on: python3-build python3-installer python3-wheel
name=python3-sphinxcontrib-devhelp
version=1.0.6
version=2.0.0
release=1
source=(https://github.com/sphinx-doc/${name#*-}/archive/$version/${name#*-}-$version.tar.gz)
@ -13,5 +13,4 @@ build() {
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}