Github messages for voidlinux
 help / color / mirror / Atom feed
From: unspecd <unspecd@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gcovr: add missing runtime dependency
Date: Wed, 20 Jan 2021 01:30:40 +0100	[thread overview]
Message-ID: <20210120003040.6RbG2b-0oQeUvVDOrfDkZs8qI2YG08b_gY_WqOPGGzU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28042@inbox.vuxu.org>

[-- 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"

  parent reply	other threads:[~2021-01-20  0:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19 23:10 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210120003040.6RbG2b-0oQeUvVDOrfDkZs8qI2YG08b_gY_WqOPGGzU@z \
    --to=unspecd@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).