Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cbang: update to 1.7.2
@ 2023-01-30 15:16 dkwo
  2023-01-30 16:04 ` [PR PATCH] [Updated] " dkwo
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: dkwo @ 2023-01-30 15:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages O3cbang
https://github.com/void-linux/void-packages/pull/41962

cbang: update to 1.7.2
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 

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

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

From 530919bac1f50f788e288ca09c075c2000f5f740 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 27 Jan 2023 10:25:44 -0500
Subject: [PATCH] cbang: update to 1.7.2

---
 srcpkgs/cbang/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template
index 9357bdc0d709..ca944f7c8b74 100644
--- a/srcpkgs/cbang/template
+++ b/srcpkgs/cbang/template
@@ -1,7 +1,7 @@
 # Template file for 'cbang'
 pkgname=cbang
-version=1.6.0
-revision=4
+version=1.7.2
+revision=1
 build_style=scons
 make_build_args="sharedlib=1 staticlib=1"
 make_install_args="${make_build_args}"
@@ -14,11 +14,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only"
 homepage="https://github.com/CauldronDevelopmentLLC/cbang"
 distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=8aa5efacf419b712b5bd0172c9d56301bdcbd477cb590ceec25c3595a192e9c0
+checksum=c0c86df602f65f733d275da782bbec3eda66ee355bc1aeb6f736175ba7532ac1
 
-post_extract() {
-	touch tests/iostreamTests/{C,Dec}ompressTest/disable
-}
+#post_extract() {
+#	touch tests/iostreamTests/{C,Dec}ompressTest/disable
+#}
 
 post_build() {
 	cd tests

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

* Re: [PR PATCH] [Updated] cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
@ 2023-01-30 16:04 ` dkwo
  2023-02-11  5:43 ` [PR REVIEW] " classabbyamp
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dkwo @ 2023-01-30 16:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages O3cbang
https://github.com/void-linux/void-packages/pull/41962

cbang: update to 1.7.2
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 

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

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

From 4a4a8965491f88dd47fdae54ca0de26dde84b460 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 27 Jan 2023 10:25:44 -0500
Subject: [PATCH] cbang: update to 1.7.2

---
 srcpkgs/cbang/template | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template
index 9357bdc0d709..b6cec3589d08 100644
--- a/srcpkgs/cbang/template
+++ b/srcpkgs/cbang/template
@@ -1,24 +1,20 @@
 # Template file for 'cbang'
 pkgname=cbang
-version=1.6.0
-revision=4
+version=1.7.2
+revision=1
 build_style=scons
 make_build_args="sharedlib=1 staticlib=1"
 make_install_args="${make_build_args}"
 hostmakedepends="pkg-config"
 makedepends="boost-devel bzip2-devel expat-devel leveldb-devel libevent-devel
 openssl-devel libyaml-devel re2-devel snappy-devel sqlite-devel zlib-devel"
-checkdepends="python"
+checkdepends="python3 python3-six"
 short_desc="C! (a.k.a. C-Bang) collection of C++ utility libraries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only"
 homepage="https://github.com/CauldronDevelopmentLLC/cbang"
 distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=8aa5efacf419b712b5bd0172c9d56301bdcbd477cb590ceec25c3595a192e9c0
-
-post_extract() {
-	touch tests/iostreamTests/{C,Dec}ompressTest/disable
-}
+checksum=c0c86df602f65f733d275da782bbec3eda66ee355bc1aeb6f736175ba7532ac1
 
 post_build() {
 	cd tests

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

* Re: [PR REVIEW] cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
  2023-01-30 16:04 ` [PR PATCH] [Updated] " dkwo
@ 2023-02-11  5:43 ` classabbyamp
  2023-02-11  5:44 ` classabbyamp
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-02-11  5:43 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41962#discussion_r1103533927

Comment:
```suggestion
checkdepends="python3-six"
```

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

* Re: [PR REVIEW] cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
  2023-01-30 16:04 ` [PR PATCH] [Updated] " dkwo
  2023-02-11  5:43 ` [PR REVIEW] " classabbyamp
@ 2023-02-11  5:44 ` classabbyamp
  2023-02-11 14:30 ` [PR PATCH] [Updated] " dkwo
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-02-11  5:44 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41962#discussion_r1103533981

Comment:
```suggestion
distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
                   ` (2 preceding siblings ...)
  2023-02-11  5:44 ` classabbyamp
@ 2023-02-11 14:30 ` dkwo
  2023-02-11 14:31 ` [PR REVIEW] " dkwo
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dkwo @ 2023-02-11 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages O3cbang
https://github.com/void-linux/void-packages/pull/41962

cbang: update to 1.7.2
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 

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

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

From 99aea0c74e5f3fe0c6a8094259ab11ef613c80bb Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 27 Jan 2023 10:25:44 -0500
Subject: [PATCH] cbang: update to 1.7.2

---
 srcpkgs/cbang/template | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template
index 9357bdc0d709..4204a0f7990e 100644
--- a/srcpkgs/cbang/template
+++ b/srcpkgs/cbang/template
@@ -1,24 +1,20 @@
 # Template file for 'cbang'
 pkgname=cbang
-version=1.6.0
-revision=4
+version=1.7.2
+revision=1
 build_style=scons
 make_build_args="sharedlib=1 staticlib=1"
 make_install_args="${make_build_args}"
 hostmakedepends="pkg-config"
 makedepends="boost-devel bzip2-devel expat-devel leveldb-devel libevent-devel
 openssl-devel libyaml-devel re2-devel snappy-devel sqlite-devel zlib-devel"
-checkdepends="python"
+checkdepends="python3-six"
 short_desc="C! (a.k.a. C-Bang) collection of C++ utility libraries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only"
 homepage="https://github.com/CauldronDevelopmentLLC/cbang"
-distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=8aa5efacf419b712b5bd0172c9d56301bdcbd477cb590ceec25c3595a192e9c0
-
-post_extract() {
-	touch tests/iostreamTests/{C,Dec}ompressTest/disable
-}
+distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz"
+checksum=c0c86df602f65f733d275da782bbec3eda66ee355bc1aeb6f736175ba7532ac1
 
 post_build() {
 	cd tests

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

* Re: [PR REVIEW] cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
                   ` (3 preceding siblings ...)
  2023-02-11 14:30 ` [PR PATCH] [Updated] " dkwo
@ 2023-02-11 14:31 ` dkwo
  2023-02-11 14:31 ` dkwo
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dkwo @ 2023-02-11 14:31 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/41962#discussion_r1103635740

Comment:
Done.

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

* Re: [PR REVIEW] cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
                   ` (4 preceding siblings ...)
  2023-02-11 14:31 ` [PR REVIEW] " dkwo
@ 2023-02-11 14:31 ` dkwo
  2023-05-13  1:51 ` github-actions
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dkwo @ 2023-02-11 14:31 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/41962#discussion_r1103635767

Comment:
Done. Thanks.

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

* Re: cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
                   ` (5 preceding siblings ...)
  2023-02-11 14:31 ` dkwo
@ 2023-05-13  1:51 ` github-actions
  2023-05-13  2:16 ` classabbyamp
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2023-05-13  1:51 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41962#issuecomment-1546491193

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
                   ` (6 preceding siblings ...)
  2023-05-13  1:51 ` github-actions
@ 2023-05-13  2:16 ` classabbyamp
  2023-05-13 18:10 ` [PR PATCH] [Updated] " dkwo
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-05-13  2:16 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41962#issuecomment-1546498164

Comment:
@dkwo can you rebase this?

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

* Re: [PR PATCH] [Updated] cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
                   ` (7 preceding siblings ...)
  2023-05-13  2:16 ` classabbyamp
@ 2023-05-13 18:10 ` dkwo
  2023-05-13 18:19 ` classabbyamp
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dkwo @ 2023-05-13 18:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages O3cbang
https://github.com/void-linux/void-packages/pull/41962

cbang: update to 1.7.2
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 

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

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

From 127dfe3742b0c6e6ed441ce78e98b64da40d05be Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 27 Jan 2023 10:25:44 -0500
Subject: [PATCH] cbang: update to 1.7.2

---
 srcpkgs/cbang/template | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template
index 9357bdc0d709..4204a0f7990e 100644
--- a/srcpkgs/cbang/template
+++ b/srcpkgs/cbang/template
@@ -1,24 +1,20 @@
 # Template file for 'cbang'
 pkgname=cbang
-version=1.6.0
-revision=4
+version=1.7.2
+revision=1
 build_style=scons
 make_build_args="sharedlib=1 staticlib=1"
 make_install_args="${make_build_args}"
 hostmakedepends="pkg-config"
 makedepends="boost-devel bzip2-devel expat-devel leveldb-devel libevent-devel
 openssl-devel libyaml-devel re2-devel snappy-devel sqlite-devel zlib-devel"
-checkdepends="python"
+checkdepends="python3-six"
 short_desc="C! (a.k.a. C-Bang) collection of C++ utility libraries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only"
 homepage="https://github.com/CauldronDevelopmentLLC/cbang"
-distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=8aa5efacf419b712b5bd0172c9d56301bdcbd477cb590ceec25c3595a192e9c0
-
-post_extract() {
-	touch tests/iostreamTests/{C,Dec}ompressTest/disable
-}
+distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz"
+checksum=c0c86df602f65f733d275da782bbec3eda66ee355bc1aeb6f736175ba7532ac1
 
 post_build() {
 	cd tests

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

* Re: cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
                   ` (8 preceding siblings ...)
  2023-05-13 18:10 ` [PR PATCH] [Updated] " dkwo
@ 2023-05-13 18:19 ` classabbyamp
  2023-05-14  1:12 ` [PR PATCH] [Updated] " dkwo
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-05-13 18:19 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41962#issuecomment-1546724414

Comment:
also 1.8.0 is available

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

* Re: [PR PATCH] [Updated] cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
                   ` (9 preceding siblings ...)
  2023-05-13 18:19 ` classabbyamp
@ 2023-05-14  1:12 ` dkwo
  2023-05-14 18:37 ` dkwo
  2023-05-15 14:54 ` [PR PATCH] [Merged]: " classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: dkwo @ 2023-05-14  1:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages O3cbang
https://github.com/void-linux/void-packages/pull/41962

cbang: update to 1.7.2
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 

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

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

From 03c673afbfb265696957151d86a7390fda63aaf6 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 27 Jan 2023 10:25:44 -0500
Subject: [PATCH] cbang: update to 1.8.0

---
 srcpkgs/cbang/template | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template
index 9357bdc0d709..fbb9489a722f 100644
--- a/srcpkgs/cbang/template
+++ b/srcpkgs/cbang/template
@@ -1,24 +1,20 @@
 # Template file for 'cbang'
 pkgname=cbang
-version=1.6.0
-revision=4
+version=1.8.0
+revision=1
 build_style=scons
 make_build_args="sharedlib=1 staticlib=1"
 make_install_args="${make_build_args}"
 hostmakedepends="pkg-config"
 makedepends="boost-devel bzip2-devel expat-devel leveldb-devel libevent-devel
 openssl-devel libyaml-devel re2-devel snappy-devel sqlite-devel zlib-devel"
-checkdepends="python"
+checkdepends="python3-six"
 short_desc="C! (a.k.a. C-Bang) collection of C++ utility libraries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only"
 homepage="https://github.com/CauldronDevelopmentLLC/cbang"
-distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=8aa5efacf419b712b5bd0172c9d56301bdcbd477cb590ceec25c3595a192e9c0
-
-post_extract() {
-	touch tests/iostreamTests/{C,Dec}ompressTest/disable
-}
+distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz"
+checksum=4be28b0aa0d024e5c9fd274264bed7f82551219414c12c45e35afd8946f6e7d7
 
 post_build() {
 	cd tests

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

* Re: [PR PATCH] [Updated] cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
                   ` (10 preceding siblings ...)
  2023-05-14  1:12 ` [PR PATCH] [Updated] " dkwo
@ 2023-05-14 18:37 ` dkwo
  2023-05-15 14:54 ` [PR PATCH] [Merged]: " classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: dkwo @ 2023-05-14 18:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages O3cbang
https://github.com/void-linux/void-packages/pull/41962

cbang: update to 1.7.2
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 

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

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

From 09afbbcd9337e09fc2cadbe628acbfbf3410fc15 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 27 Jan 2023 10:25:44 -0500
Subject: [PATCH] cbang: update to 1.8.0

---
 srcpkgs/cbang/template | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template
index 238661673654..fbb9489a722f 100644
--- a/srcpkgs/cbang/template
+++ b/srcpkgs/cbang/template
@@ -1,24 +1,20 @@
 # Template file for 'cbang'
 pkgname=cbang
-version=1.6.0
-revision=5
+version=1.8.0
+revision=1
 build_style=scons
 make_build_args="sharedlib=1 staticlib=1"
 make_install_args="${make_build_args}"
 hostmakedepends="pkg-config"
 makedepends="boost-devel bzip2-devel expat-devel leveldb-devel libevent-devel
 openssl-devel libyaml-devel re2-devel snappy-devel sqlite-devel zlib-devel"
-checkdepends="python"
+checkdepends="python3-six"
 short_desc="C! (a.k.a. C-Bang) collection of C++ utility libraries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only"
 homepage="https://github.com/CauldronDevelopmentLLC/cbang"
-distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=8aa5efacf419b712b5bd0172c9d56301bdcbd477cb590ceec25c3595a192e9c0
-
-post_extract() {
-	touch tests/iostreamTests/{C,Dec}ompressTest/disable
-}
+distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz"
+checksum=4be28b0aa0d024e5c9fd274264bed7f82551219414c12c45e35afd8946f6e7d7
 
 post_build() {
 	cd tests

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

* Re: [PR PATCH] [Merged]: cbang: update to 1.7.2
  2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
                   ` (11 preceding siblings ...)
  2023-05-14 18:37 ` dkwo
@ 2023-05-15 14:54 ` classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-05-15 14:54 UTC (permalink / raw)
  To: ml

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

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

cbang: update to 1.7.2
https://github.com/void-linux/void-packages/pull/41962

Description:
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 

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

end of thread, other threads:[~2023-05-15 14:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 15:16 [PR PATCH] cbang: update to 1.7.2 dkwo
2023-01-30 16:04 ` [PR PATCH] [Updated] " dkwo
2023-02-11  5:43 ` [PR REVIEW] " classabbyamp
2023-02-11  5:44 ` classabbyamp
2023-02-11 14:30 ` [PR PATCH] [Updated] " dkwo
2023-02-11 14:31 ` [PR REVIEW] " dkwo
2023-02-11 14:31 ` dkwo
2023-05-13  1:51 ` github-actions
2023-05-13  2:16 ` classabbyamp
2023-05-13 18:10 ` [PR PATCH] [Updated] " dkwo
2023-05-13 18:19 ` classabbyamp
2023-05-14  1:12 ` [PR PATCH] [Updated] " dkwo
2023-05-14 18:37 ` dkwo
2023-05-15 14:54 ` [PR PATCH] [Merged]: " classabbyamp

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).