public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/prawcore/
Date: Sat, 24 Feb 2024 17:13:00 +0000 (UTC)	[thread overview]
Message-ID: <1708792850.bb34191e2b38899a0be1285b32c52666c0c9b695.julien@gentoo> (raw)

commit:     bb34191e2b38899a0be1285b32c52666c0c9b695
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Feb 24 16:40:37 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Feb 24 16:40:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb34191e

dev-python/prawcore: restrict tests

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/prawcore/prawcore-2.3.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild b/dev-python/prawcore/prawcore-2.3.0.ebuild
index 04bf2262d8..7aca8aac6b 100644
--- a/dev-python/prawcore/prawcore-2.3.0.ebuild
+++ b/dev-python/prawcore/prawcore-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,10 +17,12 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
+# Tests require <dev-python/betamax-0.9 which is no longer available in ::gentoo
+RESTRICT="test"
+
 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
 BDEPEND="
 	test? (
-		<dev-python/betamax-0.9[${PYTHON_USEDEP}]
 		<dev-python/betamax-matchers-0.5[${PYTHON_USEDEP}]
 		<dev-python/betamax-serializers-0.3[${PYTHON_USEDEP}]
 		dev-python/mock[${PYTHON_USEDEP}]


WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/prawcore/
Date: Sat, 24 Feb 2024 16:41:06 +0000 (UTC)	[thread overview]
Message-ID: <1708792850.bb34191e2b38899a0be1285b32c52666c0c9b695.julien@gentoo> (raw)
Message-ID: <20240224164106.K23CNSyc58TwclK1pWxnzyBIju-76dsxXs34J7z3TPA@z> (raw)

commit:     bb34191e2b38899a0be1285b32c52666c0c9b695
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Feb 24 16:40:37 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Feb 24 16:40:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb34191e

dev-python/prawcore: restrict tests

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/prawcore/prawcore-2.3.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild b/dev-python/prawcore/prawcore-2.3.0.ebuild
index 04bf2262d8..7aca8aac6b 100644
--- a/dev-python/prawcore/prawcore-2.3.0.ebuild
+++ b/dev-python/prawcore/prawcore-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,10 +17,12 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
+# Tests require <dev-python/betamax-0.9 which is no longer available in ::gentoo
+RESTRICT="test"
+
 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
 BDEPEND="
 	test? (
-		<dev-python/betamax-0.9[${PYTHON_USEDEP}]
 		<dev-python/betamax-matchers-0.5[${PYTHON_USEDEP}]
 		<dev-python/betamax-serializers-0.3[${PYTHON_USEDEP}]
 		dev-python/mock[${PYTHON_USEDEP}]


             reply	other threads:[~2024-02-24 17:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-24 17:13 Julien Roy [this message]
2024-02-24 16:41 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/prawcore/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
2023-02-25  7:17 Viorel Munteanu
2022-12-14 16:46 Florian Schmaus
2022-10-04  2:54 Haelwenn Monnier
2022-02-20  8:46 Florian Schmaus

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=1708792850.bb34191e2b38899a0be1285b32c52666c0c9b695.julien@gentoo \
    --to=julien@jroy.ca \
    --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