From 86336fd2dedf6aaa5e0105996fae4c6da3f0086c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 9 Mar 2023 17:40:11 +0700 Subject: [PATCH 1/5] python3-sphinxcontrib-applehelp: update to 1.0.4. --- srcpkgs/python3-sphinxcontrib-applehelp/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template index f77be44613d8..92cb1866c421 100644 --- a/srcpkgs/python3-sphinxcontrib-applehelp/template +++ b/srcpkgs/python3-sphinxcontrib-applehelp/template @@ -1,17 +1,18 @@ # Template file for 'python3-sphinxcontrib-applehelp' pkgname=python3-sphinxcontrib-applehelp -version=1.0.2 -revision=4 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=1.0.4 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core python3-pyproject-hooks python3-setuptools + python3-wheel" depends="python3" -checkdepends="python3-Sphinx" short_desc="Sphinx extension which outputs Apple help book" maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="http://sphinx-doc.org" distfiles="${PYPI_SITE}/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-${version}.tar.gz" -checksum=a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58 +checksum=828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e +make_check=no # cyclic with Sphinx post_install() { vlicense LICENSE From 791bd77727a740abfc9ef231b9fa965d6a14bb4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 9 Mar 2023 17:40:15 +0700 Subject: [PATCH 2/5] python3-sphinxcontrib-htmlhelp: update to 2.0.1. --- srcpkgs/python3-sphinxcontrib-htmlhelp/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template index 8cb6241a7040..cb1a67770aaa 100644 --- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template +++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template @@ -1,16 +1,17 @@ # Template file for 'python3-sphinxcontrib-htmlhelp' pkgname=python3-sphinxcontrib-htmlhelp -version=2.0.0 -revision=3 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=2.0.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core python3-pyproject-hooks python3-setuptools + python3-wheel" depends="python3" short_desc="Sphinx extension which outputs HTML document" maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="http://sphinx-doc.org" distfiles="${PYPI_SITE}/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-${version}.tar.gz" -checksum=f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2 +checksum=0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff make_check=no # cyclic with Sphinx post_install() { From 155dd455c3a36159973c2ec24e7831ce39137964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 9 Mar 2023 17:40:19 +0700 Subject: [PATCH 3/5] python3-Sphinx: update to 6.1.3. --- srcpkgs/python3-Sphinx/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template index 7ff72dc54f3f..0ed92f2cb353 100644 --- a/srcpkgs/python3-Sphinx/template +++ b/srcpkgs/python3-Sphinx/template @@ -1,6 +1,6 @@ # Template file for 'python3-Sphinx' pkgname=python3-Sphinx -version=6.1.0 +version=6.1.3 revision=1 build_style=python3-pep517 make_install_target="dist/sphinx-$version-py3-none-any.whl" @@ -18,7 +18,7 @@ maintainer="Đoàn Trần Công Danh " license="BSD-3-Clause" homepage="http://sphinx-doc.org" distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz" -checksum=b0fd0a1993733492572bbd429b5ec081e17c082b5b5168ffae50524c3a90fd3c +checksum=0dac3b698538ffef41716cf97ba26c1c7788dba73ce6f150c1ff5b4720786dd2 conflicts="python-Sphinx>=0" post_install() { From e81fdfb9e7cf677824725722bd0cf6352b3d1576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 9 Mar 2023 17:40:31 +0700 Subject: [PATCH 4/5] cmake: update to 3.25.3. --- srcpkgs/cmake/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template index e6f7bd28b76f..3fe808b30bfe 100644 --- a/srcpkgs/cmake/template +++ b/srcpkgs/cmake/template @@ -1,6 +1,6 @@ # Template file for 'cmake' pkgname=cmake -version=3.25.2 +version=3.25.3 revision=1 build_style=cmake configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake @@ -16,7 +16,7 @@ maintainer="Đoàn Trần Công Danh " license="BSD-3-Clause, ICU" homepage="https://www.cmake.org" distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz" -checksum=c026f22cb931dd532f648f087d587f07a1843c6e66a3dfca4fb0ea21944ed33c +checksum=cc995701d590ca6debc4245e9989939099ca52827dd46b5d3592f093afe1901c replaces="cmake-bootstrap>=0" if [ "$XBPS_TARGET_LIBC" = musl ]; then @@ -44,9 +44,9 @@ pre_configure() { } do_check() { + PATH=${XBPS_WRAPPERDIR}:/usr/bin cd build - # https://gitlab.kitware.com/cmake/cmake/-/issues/23885 - ./bin/ctest -E RunCMake.SymlinkTrees + PATH=/usr/bin:$PATH ./bin/ctest } post_install() { From 6d035e666a0dbd4148862b8d7ca8bc6f0873f9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 9 Mar 2023 17:40:38 +0700 Subject: [PATCH 5/5] cmake-gui: update to 3.25.3. --- srcpkgs/cmake-gui/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template index acfa45fe87cd..efa953207af2 100644 --- a/srcpkgs/cmake-gui/template +++ b/srcpkgs/cmake-gui/template @@ -1,6 +1,6 @@ # Template file for 'cmake-gui' pkgname=cmake-gui -version=3.25.2 +version=3.25.3 revision=1 build_style=cmake configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake @@ -16,12 +16,11 @@ maintainer="Đoàn Trần Công Danh " license="BSD-3-Clause" homepage="https://www.cmake.org" distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz" -checksum=c026f22cb931dd532f648f087d587f07a1843c6e66a3dfca4fb0ea21944ed33c +checksum=cc995701d590ca6debc4245e9989939099ca52827dd46b5d3592f093afe1901c do_check() { cd build - # https://gitlab.kitware.com/cmake/cmake/-/issues/23885 - ctest -E RunCMake.SymlinkTrees + PATH=/usr/bin:$PATH ./bin/ctest } do_install() {