diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-04-27 09:51:24 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-27 23:26:00 +0800 |
commit | c84789e06fc259242f3ad29e67424023cd08c9d3 (patch) | |
tree | 5d0d0ce2186914636a6b5a8d9e9a46e02436c5fc /dev-python/docopt | |
parent | app-emulation/docker: drop unused keywords from metadata, shorten description (diff) | |
download | gentoo-c84789e06fc259242f3ad29e67424023cd08c9d3.tar.gz gentoo-c84789e06fc259242f3ad29e67424023cd08c9d3.tar.bz2 gentoo-c84789e06fc259242f3ad29e67424023cd08c9d3.zip |
dev-python/docopt: added pypy pypy3 support to vn. 0.6.2-r1
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/docopt')
-rw-r--r-- | dev-python/docopt/docopt-0.6.2-r1.ebuild | 5 |
1 files 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 8161713e3207..8c266ecbd961 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 |