diff --git a/python3-sphinxcontrib-devhelp/.footprint b/python3-sphinxcontrib-devhelp/.footprint index 4d90e1d66..0808ad29a 100644 --- a/python3-sphinxcontrib-devhelp/.footprint +++ b/python3-sphinxcontrib-devhelp/.footprint @@ -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 diff --git a/python3-sphinxcontrib-devhelp/.signature b/python3-sphinxcontrib-devhelp/.signature index 0a9c5281a..9660a46ba 100644 --- a/python3-sphinxcontrib-devhelp/.signature +++ b/python3-sphinxcontrib-devhelp/.signature @@ -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 diff --git a/python3-sphinxcontrib-devhelp/Pkgfile b/python3-sphinxcontrib-devhelp/Pkgfile index 40cfa0746..d8f08f1a7 100644 --- a/python3-sphinxcontrib-devhelp/Pkgfile +++ b/python3-sphinxcontrib-devhelp/Pkgfile @@ -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 - }