public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/github3/
Date: Mon, 18 May 2020 20:23:31 +0000 (UTC)	[thread overview]
Message-ID: <1589833291.6cd3601a8139bf406fc554f655e6bdd870d16968.mgorny@gentoo> (raw)

commit:     6cd3601a8139bf406fc554f655e6bdd870d16968
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 20:21:31 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 18 20:21:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd3601a

dev-python/github3: Add missing dep on mock

Closes: https://bugs.gentoo.org/723678
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/github3/github3-1.3.0.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-python/github3/github3-1.3.0.ebuild b/dev-python/github3/github3-1.3.0.ebuild
index 7f4dc2c3055..8147e45ba6f 100644
--- a/dev-python/github3/github3-1.3.0.ebuild
+++ b/dev-python/github3/github3-1.3.0.ebuild
@@ -10,12 +10,11 @@ inherit distutils-r1
 DESCRIPTION="A wrapper for the GitHub API written in python"
 HOMEPAGE="https://github3py.readthedocs.io/en/master/"
 SRC_URI="https://github.com/sigmavirus24/${PN}.py/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}.py-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-vcs/git
@@ -24,14 +23,12 @@ RDEPEND="
 	>=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}]
 	>=dev-python/jwcrypto-0.5.0[${PYTHON_USEDEP}]
 	${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
+BDEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? (
-		>dev-python/pytest-2.3.5[${PYTHON_USEDEP}]
 		>=dev-python/betamax-0.8.0[${PYTHON_USEDEP}]
 		>=dev-python/betamax-matchers-0.1.0[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
 	)"
 
-S="${WORKDIR}/${PN}.py-${PV}"
-
 distutils_enable_tests pytest


             reply	other threads:[~2020-05-18 20:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 20:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-17 11:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/github3/ Michał Górny
2023-02-17 11:58 Michał Górny
2022-05-16 13:18 Michał Górny
2022-03-09 20:29 Arthur Zamarin
2022-02-24 18:02 Arthur Zamarin
2022-02-23  8:12 Michał Górny
2022-02-21 21:36 Michał Górny
2022-02-15  9:39 Michał Górny
2022-02-14 21:37 Michał Górny
2021-11-14  8:46 Michał Górny
2021-11-01  8:32 Michał Górny
2021-10-17  8:23 Michał Górny
2021-10-16 13:48 Arthur Zamarin
2020-11-17 17:43 Michał Górny
2020-05-04 11:04 Michał Górny
2020-04-06  0:02 Robin H. Johnson
2020-02-05 14:05 Michał Górny
2016-12-20 17:45 Nicolas Bock
2016-12-20 17:42 Nicolas Bock

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=1589833291.6cd3601a8139bf406fc554f655e6bdd870d16968.mgorny@gentoo \
    --to=mgorny@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