Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Gcovr 6.8.2
@ 2024-04-27 14:12 Gottox
  2024-04-27 23:12 ` [PR PATCH] [Updated] " Gottox
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gottox @ 2024-04-27 14:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages gcovr-6.8.2
https://github.com/void-linux/void-packages/pull/50056

Gcovr 6.8.2
<!-- 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**


<!-- 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/50056.patch is attached

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

From cb3fcdfb8306f4a9c6a732f7b72826f70a92e40c Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 27 Apr 2024 16:09:36 +0200
Subject: [PATCH 1/2] New package: python3-colorlog-6.8.2

---
 srcpkgs/python3-colorlog/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-colorlog/template

diff --git a/srcpkgs/python3-colorlog/template b/srcpkgs/python3-colorlog/template
new file mode 100644
index 00000000000000..4fedc5f9d9daca
--- /dev/null
+++ b/srcpkgs/python3-colorlog/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-colorlog'
+pkgname=python3-colorlog
+version=6.8.2
+revision=1
+build_style=python3-pep517
+depends="python3"
+checkdepends="python3-pytest"
+hostmakedepends="python3-setuptools python3-wheel"
+short_desc="Add colours to the output of Python's logging module"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/borntyping/python-colorlog"
+distfiles="${PYPI_SITE}/c/colorlog/colorlog-${version}.tar.gz"
+checksum=3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44
+
+post_install() {
+	vlicense LICENSE
+}

From 1b08fb5b164bc9d078739dff4737255f6dcaa28e Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 27 Apr 2024 16:09:52 +0200
Subject: [PATCH 2/2] gcovr: update to 7.2.

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

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 8ded8a6ff98e92..378643f400c4e3 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,17 +1,17 @@
 # Template file for 'gcovr'
 pkgname=gcovr
-version=4.2
-revision=7
+version=7.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments"
+depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments python3-colorlog"
 #checkdepends="$depends cmake flake8 python3-pytest-cov which"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://gcovr.com/"
 distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
-checksum=589d5cb7164c285192ed0837d3cc17001ba25211e24933f0ba7cb9cf38b8a30e
+checksum=17d3014b2dcfdfd155a8c38ef808ad6da11502cbb156e58172af259631e9b4ad
 # requires unpackaged pyutilibs and ends up running code from examples, which require gcovr in PATH
 make_check=no
 

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

* Re: [PR PATCH] [Updated] Gcovr 6.8.2
  2024-04-27 14:12 [PR PATCH] Gcovr 6.8.2 Gottox
@ 2024-04-27 23:12 ` Gottox
  2024-04-27 23:24 ` Gottox
  2024-04-30  7:04 ` [PR PATCH] [Merged]: " Gottox
  2 siblings, 0 replies; 4+ messages in thread
From: Gottox @ 2024-04-27 23:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages gcovr-6.8.2
https://github.com/void-linux/void-packages/pull/50056

Gcovr 6.8.2
<!-- 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**


<!-- 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/50056.patch is attached

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

From cb3fcdfb8306f4a9c6a732f7b72826f70a92e40c Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 27 Apr 2024 16:09:36 +0200
Subject: [PATCH 1/2] New package: python3-colorlog-6.8.2

---
 srcpkgs/python3-colorlog/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-colorlog/template

diff --git a/srcpkgs/python3-colorlog/template b/srcpkgs/python3-colorlog/template
new file mode 100644
index 00000000000000..4fedc5f9d9daca
--- /dev/null
+++ b/srcpkgs/python3-colorlog/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-colorlog'
+pkgname=python3-colorlog
+version=6.8.2
+revision=1
+build_style=python3-pep517
+depends="python3"
+checkdepends="python3-pytest"
+hostmakedepends="python3-setuptools python3-wheel"
+short_desc="Add colours to the output of Python's logging module"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/borntyping/python-colorlog"
+distfiles="${PYPI_SITE}/c/colorlog/colorlog-${version}.tar.gz"
+checksum=3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44
+
+post_install() {
+	vlicense LICENSE
+}

From 53517f0d91ffb1fdb506e7f160af978abab516ba Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 27 Apr 2024 16:09:52 +0200
Subject: [PATCH 2/2] gcovr: update to 7.2.

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

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 8ded8a6ff98e92..378643f400c4e3 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,17 +1,17 @@
 # Template file for 'gcovr'
 pkgname=gcovr
-version=4.2
-revision=7
+version=7.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments"
+depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments python3-colorlog"
 #checkdepends="$depends cmake flake8 python3-pytest-cov which"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://gcovr.com/"
 distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
-checksum=589d5cb7164c285192ed0837d3cc17001ba25211e24933f0ba7cb9cf38b8a30e
+checksum=17d3014b2dcfdfd155a8c38ef808ad6da11502cbb156e58172af259631e9b4ad
 # requires unpackaged pyutilibs and ends up running code from examples, which require gcovr in PATH
 make_check=no
 

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

* Re: [PR PATCH] [Updated] Gcovr 6.8.2
  2024-04-27 14:12 [PR PATCH] Gcovr 6.8.2 Gottox
  2024-04-27 23:12 ` [PR PATCH] [Updated] " Gottox
@ 2024-04-27 23:24 ` Gottox
  2024-04-30  7:04 ` [PR PATCH] [Merged]: " Gottox
  2 siblings, 0 replies; 4+ messages in thread
From: Gottox @ 2024-04-27 23:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages gcovr-6.8.2
https://github.com/void-linux/void-packages/pull/50056

Gcovr 6.8.2
<!-- 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**


<!-- 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/50056.patch is attached

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

From 390e58b19d323eabede907697c9090617b0d8bf5 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 27 Apr 2024 16:09:36 +0200
Subject: [PATCH 1/2] New package: python3-colorlog-6.8.2

---
 srcpkgs/python3-colorlog/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-colorlog/template

diff --git a/srcpkgs/python3-colorlog/template b/srcpkgs/python3-colorlog/template
new file mode 100644
index 00000000000000..67dce1b7ff6880
--- /dev/null
+++ b/srcpkgs/python3-colorlog/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-colorlog'
+pkgname=python3-colorlog
+version=6.8.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Add colours to the output of Python's logging module"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/borntyping/python-colorlog"
+distfiles="${PYPI_SITE}/c/colorlog/colorlog-${version}.tar.gz"
+checksum=3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44
+
+post_install() {
+	vlicense LICENSE
+}

From 618883f297bf50a3758c474e3bea7822823172b8 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 27 Apr 2024 16:09:52 +0200
Subject: [PATCH 2/2] gcovr: update to 7.2.

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

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 8ded8a6ff98e92..378643f400c4e3 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,17 +1,17 @@
 # Template file for 'gcovr'
 pkgname=gcovr
-version=4.2
-revision=7
+version=7.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments"
+depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments python3-colorlog"
 #checkdepends="$depends cmake flake8 python3-pytest-cov which"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://gcovr.com/"
 distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
-checksum=589d5cb7164c285192ed0837d3cc17001ba25211e24933f0ba7cb9cf38b8a30e
+checksum=17d3014b2dcfdfd155a8c38ef808ad6da11502cbb156e58172af259631e9b4ad
 # requires unpackaged pyutilibs and ends up running code from examples, which require gcovr in PATH
 make_check=no
 

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

* Re: [PR PATCH] [Merged]: Gcovr 6.8.2
  2024-04-27 14:12 [PR PATCH] Gcovr 6.8.2 Gottox
  2024-04-27 23:12 ` [PR PATCH] [Updated] " Gottox
  2024-04-27 23:24 ` Gottox
@ 2024-04-30  7:04 ` Gottox
  2 siblings, 0 replies; 4+ messages in thread
From: Gottox @ 2024-04-30  7:04 UTC (permalink / raw)
  To: ml

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

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

Gcovr 6.8.2
https://github.com/void-linux/void-packages/pull/50056

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**


<!-- 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:[~2024-04-30  7:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-27 14:12 [PR PATCH] Gcovr 6.8.2 Gottox
2024-04-27 23:12 ` [PR PATCH] [Updated] " Gottox
2024-04-27 23:24 ` Gottox
2024-04-30  7:04 ` [PR PATCH] [Merged]: " Gottox

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