public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meld/
Date: Fri, 13 Aug 2021 16:27:50 +0000 (UTC)	[thread overview]
Message-ID: <1628872046.d7c239bcfbbf8f770fca33143b82e8542c3dd8f2.leio@gentoo> (raw)

commit:     d7c239bcfbbf8f770fca33143b82e8542c3dd8f2
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 16:26:06 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 16:27:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c239bc

dev-util/meld: Enable tests

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-util/meld/meld-3.20.4.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-util/meld/meld-3.20.4.ebuild b/dev-util/meld/meld-3.20.4.ebuild
index ca18cbcb9d0..5f935a31e2e 100644
--- a/dev-util/meld/meld-3.20.4.ebuild
+++ b/dev-util/meld/meld-3.20.4.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
 
-inherit gnome2 distutils-r1
+inherit gnome2 distutils-r1 virtualx
 
 DESCRIPTION="A graphical diff and merge tool"
 HOMEPAGE="http://meldmerge.org/"
@@ -39,6 +39,8 @@ BDEPEND="
 # but it's mainly needed for debian and derivatives - seems the fallback
 # works fine, as we aren't a special_case, just an annoying warning.
 
+distutils_enable_tests pytest
+
 python_check_deps() {
 	has_version -b "dev-python/distro[${PYTHON_USEDEP}]"
 }
@@ -53,3 +55,8 @@ python_install() {
 	rm "${ED}"/usr/share/doc/meld-${PV}/{COPYING,NEWS} || die
 	rmdir "${ED}"/usr/share/doc/meld-${PV} || die
 }
+
+python_test() {
+	# test_gutterrendererchunk.py needs a GdkScreen for Gtk.IconTheme.get_default() to work
+	virtx epytest
+}


             reply	other threads:[~2021-08-13 16:27 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-13 16:27 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-15  6:48 [gentoo-commits] repo/gentoo:master commit in: dev-util/meld/ Sam James
2024-10-03 10:00 Sam James
2024-03-24 20:46 Mart Raudsepp
2024-03-03 18:10 Mart Raudsepp
2023-10-03 21:32 Mart Raudsepp
2022-12-04 17:15 Matt Turner
2022-10-13 16:26 Matt Turner
2022-10-01 19:20 Sebastian Pipping
2022-10-01 18:56 Matt Turner
2022-09-13 20:11 Matt Turner
2022-09-07  7:52 Michał Górny
2021-11-06  4:09 Sam James
2021-10-04  1:25 Sam James
2021-08-13 16:27 Mart Raudsepp
2021-08-13 16:27 Mart Raudsepp
2021-04-18 15:19 Matt Turner
2021-02-15  2:19 Rick Farina
2021-02-14 21:42 Mart Raudsepp
2020-04-22 16:36 Mart Raudsepp
2020-04-20 20:30 Mart Raudsepp
2020-02-18 12:15 Mart Raudsepp
2019-05-18 19:59 Mart Raudsepp
2019-03-30 22:33 Mart Raudsepp
2019-03-30 21:56 Mart Raudsepp
2019-01-06 12:45 Mart Raudsepp
2018-11-17 15:32 Sebastian Pipping
2018-07-09 19:16 Mart Raudsepp
2018-07-09 16:14 Mikle Kolyada
2018-07-06 13:43 Thomas Deutschmann
2018-06-19 14:30 Mart Raudsepp
2018-01-18  8:13 Gilles Dartiguelongue
2017-12-20 20:23 Mart Raudsepp
2017-11-01 17:48 Mart Raudsepp
2017-11-01 17:48 Mart Raudsepp
2017-09-03 22:47 Gilles Dartiguelongue
2017-02-15 19:43 Mart Raudsepp
2017-01-04 22:37 Gilles Dartiguelongue
2016-10-01 20:02 Mart Raudsepp
2016-10-01 20:02 Mart Raudsepp
2016-07-30 10:50 Pacho Ramos
2016-07-30 10:50 Pacho Ramos
2016-07-02 10:43 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-03-25 12:07 Dennis Lamm
2016-03-06 16:43 Mikle Kolyada
2015-12-12 14:29 Pacho Ramos
2015-12-12 14:29 Pacho Ramos
2015-10-04 10:42 Pacho Ramos
2015-10-04 10:42 Pacho Ramos

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=1628872046.d7c239bcfbbf8f770fca33143b82e8542c3dd8f2.leio@gentoo \
    --to=leio@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