From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gcovr/
Date: Wed, 11 Dec 2019 03:05:10 +0000 (UTC) [thread overview]
Message-ID: <1576033490.2df95683c2e623f72d506be6abbef7e3eaf3c2cd.chutzpah@gentoo> (raw)
commit: 2df95683c2e623f72d506be6abbef7e3eaf3c2cd
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Wed Dec 11 03:04:50 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 03:04:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df95683
dev-util/gcovr-4.2: Version bump (bug #702332)
Tried to remove RESTRICT="test", but tests rely on gcc-5.8 and break
with other versions.
Closes: https://bugs.gentoo.org/702332
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-util/gcovr/Manifest | 1 +
dev-util/gcovr/gcovr-4.2.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-util/gcovr/Manifest b/dev-util/gcovr/Manifest
index 3b1af4f2f1c..ba3c6c7501a 100644
--- a/dev-util/gcovr/Manifest
+++ b/dev-util/gcovr/Manifest
@@ -1,2 +1,3 @@
DIST gcovr-3.3.tar.gz 323226 BLAKE2B fe3d6ab4d24032f57ee17c3fc44b10e0b177aad01b072306a99abc7dbfee07b5f14ef34412d36938302bc279dffb2a25502981ba952339c1b4e896762defabb0 SHA512 e5046bc4e38c99691c3bcc58abdfbbe965c46d02c8c50dbf135bd5108bd9bba1fa450ab0b5e23157a178f7c1303ec9c285470e9be1a14274528e5d7051013a08
DIST gcovr-4.1.tar.gz 193692 BLAKE2B 5536ecbf0636a3a75083d53e2dc239a48e6df740a037954a2aa2e837e764c0530c73fe32c66078efa4c3a6652f907ec15505c8efbac8a1d861031d34b05f4c74 SHA512 aab2a98421557ffe846f644725e5c6cee65afb0c22ca86ce8713516810bc91bd32caf4c5c18e2628f8f4444de6665478a6001cfce3841a8c394fc0b4309d83fb
+DIST gcovr-4.2.tar.gz 222847 BLAKE2B 44864c89b58b526c5afc293168c8af2c9082a99e92f2315485f10430fa5ff959046d189c018e0fa121ff4e9fc3685c13b737c112856c841966052d5fd6c9169a SHA512 bf9e22a58b8390eca391dc8f6ba58c4ca0765e66f18ac6f8d8f80609411df2bab74a846eb179a1aded81b7774fa8a8121bb2d586556aeaf43fd729205b0d0c72
diff --git a/dev-util/gcovr/gcovr-4.2.ebuild b/dev-util/gcovr/gcovr-4.2.ebuild
new file mode 100644
index 00000000000..5b264d4b384
--- /dev/null
+++ b/dev-util/gcovr/gcovr-4.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+inherit distutils-r1
+
+DESCRIPTION="A Python script for summarizing gcov data"
+HOMEPAGE="https://github.com/gcovr/gcovr"
+SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ dev-python/PyUtilib[${PYTHON_USEDEP}]
+ virtual/python-typing[${PYTHON_USEDEP}]
+ )
+"
+
+# tests fail on gcc newer than 5.8
+# https://github.com/gcovr/gcovr/issues/206
+RESTRICT="test"
+
+distutils_enable_tests pytest
+
+python_test() {
+ distutils_install_for_testing
+
+ local -x PATH="${TEST_DIR}/scripts:${PATH}" \
+ PYTHONPATH="${TEST_DIR}/lib"
+
+ pytest -vv gcovr || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2019-12-11 3:05 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-11 3:05 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-12 1:16 [gentoo-commits] repo/gentoo:master commit in: dev-util/gcovr/ Eli Schwartz
2024-08-11 10:26 Sam James
2024-06-26 9:05 Sam James
2024-06-14 12:26 Michał Górny
2024-05-28 13:19 Sam James
2024-04-25 23:12 Patrick McLean
2024-04-24 16:36 Patrick McLean
2024-03-22 20:23 Arthur Zamarin
2023-03-09 1:20 Patrick McLean
2023-01-14 19:47 Sam James
2022-08-15 5:27 WANG Xuerui
2022-08-08 20:59 Patrick McLean
2022-06-16 16:30 Patrick McLean
2021-06-16 11:14 Michał Górny
2021-05-24 19:59 Michał Górny
2021-05-24 18:52 Michał Górny
2020-05-04 12:34 Michał Górny
2020-03-16 18:55 Michał Górny
2020-02-05 21:21 Michał Górny
2019-03-26 2:33 Patrick McLean
2019-03-26 2:33 Patrick McLean
2018-06-26 18:46 Pacho Ramos
2017-11-12 14:36 Christoph Junghans
2016-09-10 22:31 Christoph Junghans
2016-04-07 2:18 Christoph Junghans
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=1576033490.2df95683c2e623f72d506be6abbef7e3eaf3c2cd.chutzpah@gentoo \
--to=chutzpah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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