Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] CMake update to 2.25.3
@ 2023-03-15 16:50 sgn
  2023-03-16  1:27 ` [PR PATCH] [Updated] " sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sgn @ 2023-03-15 16:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]

There is a new pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages cmake-update
https://github.com/void-linux/void-packages/pull/42788

CMake update to 2.25.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42788.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmake-update-42788.patch --]
[-- Type: text/x-diff, Size: 6428 bytes --]

From ee973816b70dfb0ff4e160655dee50f76d780c1e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
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 <congdanhqx@gmail.com>"
 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 d2bffa66458384c64d9a9aa40585ff06cdc3a02c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
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 <congdanhqx@gmail.com>"
 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 f6f433a22b3d35190739cfa34293e81beef366dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
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 <congdanhqx@gmail.com>"
 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 71eb9036085a3ea01497090c91363119583d940b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 9 Mar 2023 17:40:31 +0700
Subject: [PATCH 4/5] cmake: update to 3.25.3.

---
 srcpkgs/cmake/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index e6f7bd28b76f..43e26d19d74c 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 <congdanhqx@gmail.com>"
 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

From 0ff44c3d84f167ef290af281d87b625012ec9525 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 9 Mar 2023 17:40:38 +0700
Subject: [PATCH 5/5] cmake-gui: update to 3.25.3.

---
 srcpkgs/cmake-gui/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index acfa45fe87cd..eb835cafd835 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,7 +16,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] CMake update to 2.25.3
  2023-03-15 16:50 [PR PATCH] CMake update to 2.25.3 sgn
@ 2023-03-16  1:27 ` sgn
  2023-03-16  5:01 ` sgn
  2023-03-16  7:03 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2023-03-16  1:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages cmake-update
https://github.com/void-linux/void-packages/pull/42788

CMake update to 2.25.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42788.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmake-update-42788.patch --]
[-- Type: text/x-diff, Size: 6838 bytes --]

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?=
 <congdanhqx@gmail.com>
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 <congdanhqx@gmail.com>"
 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?=
 <congdanhqx@gmail.com>
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 <congdanhqx@gmail.com>"
 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?=
 <congdanhqx@gmail.com>
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 <congdanhqx@gmail.com>"
 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?=
 <congdanhqx@gmail.com>
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 <congdanhqx@gmail.com>"
 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?=
 <congdanhqx@gmail.com>
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 <congdanhqx@gmail.com>"
 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() {

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] CMake update to 2.25.3
  2023-03-15 16:50 [PR PATCH] CMake update to 2.25.3 sgn
  2023-03-16  1:27 ` [PR PATCH] [Updated] " sgn
@ 2023-03-16  5:01 ` sgn
  2023-03-16  7:03 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2023-03-16  5:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages cmake-update
https://github.com/void-linux/void-packages/pull/42788

CMake update to 2.25.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42788.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmake-update-42788.patch --]
[-- Type: text/x-diff, Size: 7140 bytes --]

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?=
 <congdanhqx@gmail.com>
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 <congdanhqx@gmail.com>"
 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?=
 <congdanhqx@gmail.com>
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 <congdanhqx@gmail.com>"
 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?=
 <congdanhqx@gmail.com>
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 <congdanhqx@gmail.com>"
 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 e57eb11592f7b33ac71510d3893561085f16a57b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 9 Mar 2023 17:40:31 +0700
Subject: [PATCH 4/5] cmake: update to 3.25.3.

---
 srcpkgs/cmake/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index e6f7bd28b76f..63fe4b9eccbf 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 <congdanhqx@gmail.com>"
 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
@@ -45,8 +45,7 @@ pre_configure() {
 
 do_check() {
 	cd build
-	# https://gitlab.kitware.com/cmake/cmake/-/issues/23885
-	./bin/ctest -E RunCMake.SymlinkTrees
+	./bin/ctest
 }
 
 post_install() {

From f1aa69de9d150088077701ca60e629daf7d7557d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 9 Mar 2023 17:40:38 +0700
Subject: [PATCH 5/5] cmake-gui: update to 3.25.3.

---
 srcpkgs/cmake-gui/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index acfa45fe87cd..7f4584e552c4 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
@@ -10,18 +10,17 @@ hostmakedepends="qt6-base python3-Sphinx qt6-tools"
 makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel qt6-base-devel rhash-devel qt6-tools-devel"
 depends="desktop-file-utils shared-mime-info cmake>=${version}"
-checkdepends="pax pkg-config"
+checkdepends="pax pkg-config git"
 short_desc="Cross-platform, open-source build system - Qt GUI"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 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
+	./bin/ctest
 }
 
 do_install() {

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: CMake update to 2.25.3
  2023-03-15 16:50 [PR PATCH] CMake update to 2.25.3 sgn
  2023-03-16  1:27 ` [PR PATCH] [Updated] " sgn
  2023-03-16  5:01 ` sgn
@ 2023-03-16  7:03 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2023-03-16  7:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]

There's a merged pull request on the void-packages repository

CMake update to 2.25.3
https://github.com/void-linux/void-packages/pull/42788

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-16  7:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 16:50 [PR PATCH] CMake update to 2.25.3 sgn
2023-03-16  1:27 ` [PR PATCH] [Updated] " sgn
2023-03-16  5:01 ` sgn
2023-03-16  7:03 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).