commit: c84789e06fc259242f3ad29e67424023cd08c9d3
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 01:51:24 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 15:26:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84789e0
dev-python/docopt: added pypy pypy3 support to vn. 0.6.2-r1
Package-Manager: portage-2.2.28
dev-python/docopt/docopt-0.6.2-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/docopt/docopt-0.6.2-r1.ebuild
b/dev-python/docopt/docopt-0.6.2-r1.ebuild
index 8161713..8c266ec 100644
--- a/dev-python/docopt/docopt-0.6.2-r1.ebuild
+++ b/dev-python/docopt/docopt-0.6.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1
@@ -22,8 +22,7 @@ IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
# not implemented in this version, git already has it
RESTRICT=test