public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rnc2rng/
Date: Fri, 22 Oct 2021 17:21:10 +0000 (UTC)	[thread overview]
Message-ID: <1634923245.28dbd9c6bbbf78405b29f8a2ea4730b756ea043b.arthurzam@gentoo> (raw)

commit:     28dbd9c6bbbf78405b29f8a2ea4730b756ea043b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 16:42:37 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 17:20:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dbd9c6

app-text/rnc2rng: enable py3.10, verbose test run

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild b/app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild
index 2c7a835ba98..a5e2a0f22c4 100644
--- a/app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild
+++ b/app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
-
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="RELAX NG Compact to regular syntax conversion library"
@@ -15,12 +14,11 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
-
-DEPEND="dev-python/rply[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
 RESTRICT="!test? ( test )"
 
+RDEPEND="dev-python/rply[${PYTHON_USEDEP}]"
+BDEPEND="test? ( ${RDEPEND} )"
+
 python_test() {
-	"${PYTHON}" test.py
+	"${EPYTHON}" test.py -v || die "Tests failed with ${EPYTHON}"
 }


             reply	other threads:[~2021-10-22 17:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-22 17:21 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-13  9:08 [gentoo-commits] repo/gentoo:master commit in: app-text/rnc2rng/ Ulrich Müller
2024-04-13  9:08 Ulrich Müller
2023-02-25 17:31 Ulrich Müller
2023-02-25 16:09 Ulrich Müller
2023-02-25 16:09 Ulrich Müller
2022-04-13 16:44 Ulrich Müller
2021-10-22 17:21 Arthur Zamarin
2021-09-09 11:02 Dirkjan Ochtman
2021-09-09  8:47 Dirkjan Ochtman
2021-05-31 20:22 Michał Górny
2020-12-03  1:35 Aaron Bauman
2020-11-05 14:52 Dirkjan Ochtman
2020-04-06  8:21 Dirkjan Ochtman

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=1634923245.28dbd9c6bbbf78405b29f8a2ea4730b756ea043b.arthurzam@gentoo \
    --to=arthurzam@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