dev-python/docopt: added pypy pypy3 support to vn. 0.6.2-r1

Package-Manager: portage-2.2.28
This commit is contained in:
Ian Delaney
2016-04-27 09:51:24 +08:00
parent b52f99a571
commit c84789e06f

View File

@@ -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