Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docopt/
Date: Wed, 27 Apr 2016 15:26:18
Message-Id: 1461770760.c84789e06fc259242f3ad29e67424023cd08c9d3.idella4@gentoo
1 commit: c84789e06fc259242f3ad29e67424023cd08c9d3
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 01:51:24 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 15:26:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84789e0
7
8 dev-python/docopt: added pypy pypy3 support to vn. 0.6.2-r1
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/docopt/docopt-0.6.2-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/docopt/docopt-0.6.2-r1.ebuild b/dev-python/docopt/docopt-0.6.2-r1.ebuild
16 index 8161713..8c266ec 100644
17 --- a/dev-python/docopt/docopt-0.6.2-r1.ebuild
18 +++ b/dev-python/docopt/docopt-0.6.2-r1.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
24 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
25
26 inherit distutils-r1
27
28 @@ -22,8 +22,7 @@ IUSE="test"
29 RDEPEND=""
30 DEPEND="${RDEPEND}
31 dev-python/setuptools[${PYTHON_USEDEP}]
32 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
33 -"
34 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
35
36 # not implemented in this version, git already has it
37 RESTRICT=test