Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gcovr: add missing runtime dependency
@ 2021-01-19 23:10 unspecd
  2021-01-19 23:14 ` ericonr
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: unspecd @ 2021-01-19 23:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages gcovr-depends-fix
https://github.com/void-linux/void-packages/pull/28042

gcovr: add missing runtime dependency
Fixes: `ModuleNotFoundError: No module named 'lxml'`.

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

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

From 95a2a76829b898fe341efd709a109d2618c18909 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 10:01:48 +1100
Subject: [PATCH] gcovr: add missing runtime dependency

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

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 06dec001cf5..7a313925fc3 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,11 +1,11 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=3
+revision=4
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2"
+depends="python3-setuptools python3-Jinja2 python3-lxml"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"

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

* Re: gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
@ 2021-01-19 23:14 ` ericonr
  2021-01-19 23:22 ` [PR PATCH] [Updated] " unspecd
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-01-19 23:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28042#issuecomment-763203840

Comment:
Could you add `checkdepends="$depends python3-pytest"`, please?

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

* Re: [PR PATCH] [Updated] gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
  2021-01-19 23:14 ` ericonr
@ 2021-01-19 23:22 ` unspecd
  2021-01-19 23:26 ` unspecd
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unspecd @ 2021-01-19 23:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages gcovr-depends-fix
https://github.com/void-linux/void-packages/pull/28042

gcovr: add missing runtime dependency
Fixes: `ModuleNotFoundError: No module named 'lxml'`.

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

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

From 5478f35b590e461992df65870ab5ecebb47caf99 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 10:01:48 +1100
Subject: [PATCH] gcovr: add missing runtime dependency

---
 srcpkgs/gcovr/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 06dec001cf5..bf27e20cd09 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,11 +1,11 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=3
+revision=4
 build_style=python3-module
-pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2"
+depends="python3-setuptools python3-Jinja2 python3-lxml"
+checkdepends="$depends python3-pytest"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"

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

* Re: gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
  2021-01-19 23:14 ` ericonr
  2021-01-19 23:22 ` [PR PATCH] [Updated] " unspecd
@ 2021-01-19 23:26 ` unspecd
  2021-01-19 23:37 ` [PR REVIEW] " ericonr
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unspecd @ 2021-01-19 23:26 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/28042#issuecomment-763208587

Comment:
> Could you add `checkdepends="$depends python3-pytest"`, please?

I am getting the following error:
```
$ ./xbps-src -Q pkg gcovr
…
ModuleNotFoundError: No module named 'pyutilib'
```

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

* Re: [PR REVIEW] gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (2 preceding siblings ...)
  2021-01-19 23:26 ` unspecd
@ 2021-01-19 23:37 ` ericonr
  2021-01-19 23:37 ` ericonr
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-01-19 23:37 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28042#discussion_r560573311

Comment:
And probably all these: https://github.com/gcovr/gcovr/blob/master/requirements.txt to checkdepends.

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

* Re: [PR REVIEW] gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (3 preceding siblings ...)
  2021-01-19 23:37 ` [PR REVIEW] " ericonr
@ 2021-01-19 23:37 ` ericonr
  2021-01-20  0:27 ` [PR PATCH] [Updated] " unspecd
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-01-19 23:37 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28042#discussion_r560573148

Comment:
You should add pygments to depends: https://github.com/gcovr/gcovr/blob/master/setup.py#L26 (the proper void package name, of course).

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

* Re: [PR PATCH] [Updated] gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (4 preceding siblings ...)
  2021-01-19 23:37 ` ericonr
@ 2021-01-20  0:27 ` unspecd
  2021-01-20  0:30 ` unspecd
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unspecd @ 2021-01-20  0:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages gcovr-depends-fix
https://github.com/void-linux/void-packages/pull/28042

gcovr: add missing runtime dependency
Fixes: `ModuleNotFoundError: No module named 'lxml'`.

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

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

From 9492e6bf4ed059effd7062375ced2c52c6e05fea Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 11:22:35 +1100
Subject: [PATCH 1/2] New package: python3-pyutilib-6.0.0

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

diff --git a/srcpkgs/python3-pyutilib/template b/srcpkgs/python3-pyutilib/template
new file mode 100644
index 00000000000..697e73184c7
--- /dev/null
+++ b/srcpkgs/python3-pyutilib/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-pyutilib'
+pkgname=python3-pyutilib
+version=6.0.0
+revision=1
+wrksrc="pyutilib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-nose python3-six3"
+checkdepends="${depends} python3-pip python3-wheel"
+short_desc="Collection of general Python utilities"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/PyUtilib/pyutilib"
+distfiles="https://github.com/PyUtilib/pyutilib/archive/${version}.tar.gz"
+checksum=b758419b42f9f512330644ebf05d54a1d3c5671268c344204e02f32713342de5
+
+do_check() {
+	: # TODO: errors in tests
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

From d573797b5b6a16831a91c164e798eb4c02bcbb60 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 10:01:48 +1100
Subject: [PATCH 2/2] gcovr: add missing runtime dependencies

---
 srcpkgs/gcovr/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 06dec001cf5..c85ee7e7767 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,11 +1,11 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=3
+revision=4
 build_style=python3-module
-pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2"
+depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments"
+checkdepends="$depends python3-pytest python3-pyutilib"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"

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

* Re: [PR PATCH] [Updated] gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (5 preceding siblings ...)
  2021-01-20  0:27 ` [PR PATCH] [Updated] " unspecd
@ 2021-01-20  0:30 ` unspecd
  2021-01-20  0:33 ` unspecd
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unspecd @ 2021-01-20  0:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages gcovr-depends-fix
https://github.com/void-linux/void-packages/pull/28042

gcovr: add missing runtime dependency
Fixes: `ModuleNotFoundError: No module named 'lxml'`.

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

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

From dc2a865547a7d42e5fe11fe19c58d4403b84ae8b Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 11:22:35 +1100
Subject: [PATCH 1/2] New package: python3-pyutilib-6.0.0

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

diff --git a/srcpkgs/python3-pyutilib/template b/srcpkgs/python3-pyutilib/template
new file mode 100644
index 00000000000..c5c542da21c
--- /dev/null
+++ b/srcpkgs/python3-pyutilib/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-pyutilib'
+pkgname=python3-pyutilib
+version=6.0.0
+revision=1
+wrksrc="pyutilib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-nose python3-six"
+checkdepends="${depends} python3-pip python3-wheel"
+short_desc="Collection of general Python utilities"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/PyUtilib/pyutilib"
+distfiles="https://github.com/PyUtilib/pyutilib/archive/${version}.tar.gz"
+checksum=b758419b42f9f512330644ebf05d54a1d3c5671268c344204e02f32713342de5
+
+do_check() {
+	: # TODO: errors in tests
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

From ef74fcb187ed3a47f824fdeea2123436832808be Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 10:01:48 +1100
Subject: [PATCH 2/2] gcovr: add missing runtime dependencies

---
 srcpkgs/gcovr/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 06dec001cf5..c85ee7e7767 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,11 +1,11 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=3
+revision=4
 build_style=python3-module
-pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2"
+depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments"
+checkdepends="$depends python3-pytest python3-pyutilib"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"

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

* Re: [PR PATCH] [Updated] gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (6 preceding siblings ...)
  2021-01-20  0:30 ` unspecd
@ 2021-01-20  0:33 ` unspecd
  2021-01-20  0:41 ` unspecd
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unspecd @ 2021-01-20  0:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages gcovr-depends-fix
https://github.com/void-linux/void-packages/pull/28042

gcovr: add missing runtime dependency
Fixes: `ModuleNotFoundError: No module named 'lxml'`.

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

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

From dc2a865547a7d42e5fe11fe19c58d4403b84ae8b Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 11:22:35 +1100
Subject: [PATCH 1/2] New package: python3-pyutilib-6.0.0

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

diff --git a/srcpkgs/python3-pyutilib/template b/srcpkgs/python3-pyutilib/template
new file mode 100644
index 00000000000..c5c542da21c
--- /dev/null
+++ b/srcpkgs/python3-pyutilib/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-pyutilib'
+pkgname=python3-pyutilib
+version=6.0.0
+revision=1
+wrksrc="pyutilib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-nose python3-six"
+checkdepends="${depends} python3-pip python3-wheel"
+short_desc="Collection of general Python utilities"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/PyUtilib/pyutilib"
+distfiles="https://github.com/PyUtilib/pyutilib/archive/${version}.tar.gz"
+checksum=b758419b42f9f512330644ebf05d54a1d3c5671268c344204e02f32713342de5
+
+do_check() {
+	: # TODO: errors in tests
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 72af9a17b8d6b4d89a0807968a00ad8014ae201d Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 10:01:48 +1100
Subject: [PATCH 2/2] gcovr: add missing runtime dependencies

---
 srcpkgs/gcovr/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 06dec001cf5..1f24fe378d4 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,11 +1,11 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=3
+revision=4
 build_style=python3-module
-pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2"
+depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments"
+checkdepends="$depends python3-pytest-cov python3-pyutilib"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"

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

* Re: [PR PATCH] [Updated] gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (7 preceding siblings ...)
  2021-01-20  0:33 ` unspecd
@ 2021-01-20  0:41 ` unspecd
  2021-01-20  0:41 ` unspecd
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unspecd @ 2021-01-20  0:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages gcovr-depends-fix
https://github.com/void-linux/void-packages/pull/28042

gcovr: add missing runtime dependency
Fixes: `ModuleNotFoundError: No module named 'lxml'`.

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

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

From dc2a865547a7d42e5fe11fe19c58d4403b84ae8b Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 11:22:35 +1100
Subject: [PATCH 1/2] New package: python3-pyutilib-6.0.0

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

diff --git a/srcpkgs/python3-pyutilib/template b/srcpkgs/python3-pyutilib/template
new file mode 100644
index 00000000000..c5c542da21c
--- /dev/null
+++ b/srcpkgs/python3-pyutilib/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-pyutilib'
+pkgname=python3-pyutilib
+version=6.0.0
+revision=1
+wrksrc="pyutilib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-nose python3-six"
+checkdepends="${depends} python3-pip python3-wheel"
+short_desc="Collection of general Python utilities"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/PyUtilib/pyutilib"
+distfiles="https://github.com/PyUtilib/pyutilib/archive/${version}.tar.gz"
+checksum=b758419b42f9f512330644ebf05d54a1d3c5671268c344204e02f32713342de5
+
+do_check() {
+	: # TODO: errors in tests
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

From bafffbc4fadf266ed329b12b977e378a8e536588 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 10:01:48 +1100
Subject: [PATCH 2/2] gcovr: add missing runtime dependencies

---
 srcpkgs/gcovr/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 06dec001cf5..639ba93fc7d 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,11 +1,11 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=3
+revision=4
 build_style=python3-module
-pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2"
+depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments"
+checkdepends="$depends python3-pytest-cov python3-pyutilib which"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"

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

* Re: gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (8 preceding siblings ...)
  2021-01-20  0:41 ` unspecd
@ 2021-01-20  0:41 ` unspecd
  2021-01-20  0:44 ` ericonr
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unspecd @ 2021-01-20  0:41 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/28042#issuecomment-763244543

Comment:
I give up.

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

* Re: gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (9 preceding siblings ...)
  2021-01-20  0:41 ` unspecd
@ 2021-01-20  0:44 ` ericonr
  2021-01-20  0:50 ` [PR PATCH] [Updated] " unspecd
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-01-20  0:44 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28042#issuecomment-763245582

Comment:
Please don't :(

What are you stumped on? I can try to pick it up, but I don't use the package myself.

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

* Re: [PR PATCH] [Updated] gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (10 preceding siblings ...)
  2021-01-20  0:44 ` ericonr
@ 2021-01-20  0:50 ` unspecd
  2021-01-20  0:57 ` unspecd
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: unspecd @ 2021-01-20  0:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages gcovr-depends-fix
https://github.com/void-linux/void-packages/pull/28042

gcovr: add missing runtime dependency
Fixes: `ModuleNotFoundError: No module named 'lxml'`.

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

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

From dc2a865547a7d42e5fe11fe19c58d4403b84ae8b Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 11:22:35 +1100
Subject: [PATCH 1/2] New package: python3-pyutilib-6.0.0

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

diff --git a/srcpkgs/python3-pyutilib/template b/srcpkgs/python3-pyutilib/template
new file mode 100644
index 00000000000..c5c542da21c
--- /dev/null
+++ b/srcpkgs/python3-pyutilib/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-pyutilib'
+pkgname=python3-pyutilib
+version=6.0.0
+revision=1
+wrksrc="pyutilib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-nose python3-six"
+checkdepends="${depends} python3-pip python3-wheel"
+short_desc="Collection of general Python utilities"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/PyUtilib/pyutilib"
+distfiles="https://github.com/PyUtilib/pyutilib/archive/${version}.tar.gz"
+checksum=b758419b42f9f512330644ebf05d54a1d3c5671268c344204e02f32713342de5
+
+do_check() {
+	: # TODO: errors in tests
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 3140c6180e419c2ce2adc67e3bfbbaf22eeb832a Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Wed, 20 Jan 2021 10:01:48 +1100
Subject: [PATCH 2/2] gcovr: add missing runtime dependencies

---
 srcpkgs/gcovr/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 06dec001cf5..4a66816b0d3 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,11 +1,11 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=3
+revision=4
 build_style=python3-module
-pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2"
+depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments"
+checkdepends="$depends cmake flake8 python3-pytest-cov python3-pyutilib which"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"

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

* Re: gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (11 preceding siblings ...)
  2021-01-20  0:50 ` [PR PATCH] [Updated] " unspecd
@ 2021-01-20  0:57 ` unspecd
  2021-02-15  3:54 ` [PR PATCH] [Closed]: " ericonr
  2021-02-15  3:54 ` ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: unspecd @ 2021-01-20  0:57 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/28042#issuecomment-763249992

Comment:
> What are you stumped on?

I can't figure out why these errors occur:
```sh
$ cat masterdir/builddir/.xbps-gcovr/gcovr__do_check.log | grep 'not found'
/builddir/gcovr-4.2/doc/examples/example.sh: line 16: gcovr: command not found
/builddir/gcovr-4.2/doc/examples/example_branches.sh: line 8: gcovr: command not found
/builddir/gcovr-4.2/doc/examples/example_xml.sh: line 8: gcovr: command not found
```

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

* Re: [PR PATCH] [Closed]: gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (12 preceding siblings ...)
  2021-01-20  0:57 ` unspecd
@ 2021-02-15  3:54 ` ericonr
  2021-02-15  3:54 ` ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-02-15  3:54 UTC (permalink / raw)
  To: ml

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

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

gcovr: add missing runtime dependency
https://github.com/void-linux/void-packages/pull/28042

Description:
Fixes: `ModuleNotFoundError: No module named 'lxml'`.

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

* Re: gcovr: add missing runtime dependency
  2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
                   ` (13 preceding siblings ...)
  2021-02-15  3:54 ` [PR PATCH] [Closed]: " ericonr
@ 2021-02-15  3:54 ` ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-02-15  3:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28042#issuecomment-778920456

Comment:
Sorry for the delay here :( 


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

end of thread, other threads:[~2021-02-15  3:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 23:10 [PR PATCH] gcovr: add missing runtime dependency unspecd
2021-01-19 23:14 ` ericonr
2021-01-19 23:22 ` [PR PATCH] [Updated] " unspecd
2021-01-19 23:26 ` unspecd
2021-01-19 23:37 ` [PR REVIEW] " ericonr
2021-01-19 23:37 ` ericonr
2021-01-20  0:27 ` [PR PATCH] [Updated] " unspecd
2021-01-20  0:30 ` unspecd
2021-01-20  0:33 ` unspecd
2021-01-20  0:41 ` unspecd
2021-01-20  0:41 ` unspecd
2021-01-20  0:44 ` ericonr
2021-01-20  0:50 ` [PR PATCH] [Updated] " unspecd
2021-01-20  0:57 ` unspecd
2021-02-15  3:54 ` [PR PATCH] [Closed]: " ericonr
2021-02-15  3:54 ` ericonr

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