From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gcovr/
Date: Mon, 8 Aug 2022 20:59:52 +0000 (UTC) [thread overview]
Message-ID: <1659992388.30ac4f39ebe858f28dbbb97663ed6919fe6c8c43.chutzpah@gentoo> (raw)
commit: 30ac4f39ebe858f28dbbb97663ed6919fe6c8c43
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 20:59:37 2022 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 20:59:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ac4f39
dev-util/gcovr: add 5.2, drop 4.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-util/gcovr/Manifest | 2 +-
dev-util/gcovr/{gcovr-4.2.ebuild => gcovr-5.2.ebuild} | 14 +++++++++-----
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/dev-util/gcovr/Manifest b/dev-util/gcovr/Manifest
index 22c05a6ac7c3..427dbe1aaf2f 100644
--- a/dev-util/gcovr/Manifest
+++ b/dev-util/gcovr/Manifest
@@ -1,2 +1,2 @@
-DIST gcovr-4.2.tar.gz 222847 BLAKE2B 44864c89b58b526c5afc293168c8af2c9082a99e92f2315485f10430fa5ff959046d189c018e0fa121ff4e9fc3685c13b737c112856c841966052d5fd6c9169a SHA512 bf9e22a58b8390eca391dc8f6ba58c4ca0765e66f18ac6f8d8f80609411df2bab74a846eb179a1aded81b7774fa8a8121bb2d586556aeaf43fd729205b0d0c72
DIST gcovr-5.1.tar.gz 1676960 BLAKE2B 106c30c7e349f8ffa7a9c52d70e59c32799a8def11986027e3b794ada07fc11ab27b322c377b553f4bb96ca8662bf152eeb7de2d1913381e6068123d2430aa6c SHA512 ae2f0d9ad04f2dc851db9bc99a30a5dc1b1f43dbc6336422ecf5228d37f6994406a83e50f1ee6b5c8d6ec6d7b9e2bba726fd3d502dc5022fe359d480e6d267a5
+DIST gcovr-5.2.tar.gz 1381017 BLAKE2B 8dcd7eb5d482f2020eb29da74e215f0b7731654a66b4ca6d0d919ad6b7eebe564c211a8ec5c4ef87efd61e7c18bfa524aae56d653522f23e4bb902a3921f9522 SHA512 d1a4dd63129ac1d2b9a892ced9b4a0644dc49dc3a115d81ddf348e43fea0e7809c6533104106da8f89a666a4af9ff5a62429b4270ff2272ca61bbebecb7fb921
diff --git a/dev-util/gcovr/gcovr-4.2.ebuild b/dev-util/gcovr/gcovr-5.2.ebuild
similarity index 77%
rename from dev-util/gcovr/gcovr-4.2.ebuild
rename to dev-util/gcovr/gcovr-5.2.ebuild
index fc1fc53cd521..6c280db429ab 100644
--- a/dev-util/gcovr/gcovr-4.2.ebuild
+++ b/dev-util/gcovr/gcovr-5.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_IN_SOURCE_BUILD=1
inherit distutils-r1
@@ -19,13 +19,17 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/yaxmldiff[${PYTHON_USEDEP}]
"
BDEPEND="
- test? ( dev-python/PyUtilib[${PYTHON_USEDEP}] )
+ test? (
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
+ )
"
# tests fail on gcc newer than 5.8
-RESTRICT="test"
+#RESTRICT="test"
distutils_enable_tests pytest
next reply other threads:[~2022-08-08 20:59 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-08 20:59 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-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-12-11 3:05 Patrick McLean
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=1659992388.30ac4f39ebe858f28dbbb97663ed6919fe6c8c43.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