Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/
Date: Thu, 31 Aug 2017 20:46:19
Message-Id: 1504212359.98612de3ab4ff63dfd516039552e475c16dc288c.prometheanfire@gentoo
1 commit: 98612de3ab4ff63dfd516039552e475c16dc288c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 20:45:19 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 20:45:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98612de3
7
8 dev-python/cmd2: the new pyperclip dep makes cmd2 testing inconsistant
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/cmd2/cmd2-0.7.5.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/dev-python/cmd2/cmd2-0.7.5.ebuild b/dev-python/cmd2/cmd2-0.7.5.ebuild
16 index 68377e9d608..27e958529dc 100644
17 --- a/dev-python/cmd2/cmd2-0.7.5.ebuild
18 +++ b/dev-python/cmd2/cmd2-0.7.5.ebuild
19 @@ -15,6 +15,9 @@ SLOT="0"
20 KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
21 IUSE="test"
22
23 +# restrict tests because pyperclip is fairly unstable...
24 +RESTRICT="test"
25 +
26 RDEPEND="
27 >=dev-python/pyparsing-2.0.1[${PYTHON_USEDEP}]
28 dev-python/pyperclip[${PYTHON_USEDEP}]