1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 PYTHON_COMPAT=( python3_{5,6} )
10 DESCRIPTION="Set of extensions to Ian Bicking's virtualenv tool"
11 HOMEPAGE="https://bitbucket.org/dhellmann/virtualenvwrapper
12 https://pypi.org/project/virtualenvwrapper/"
13 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20 # testsuite doesn't work out of the box. Demand of a virtualenv outstrips setup by the eclass
24 dev-python/virtualenv[${PYTHON_USEDEP}]
25 dev-python/stevedore[${PYTHON_USEDEP}]
26 dev-python/virtualenv-clone[${PYTHON_USEDEP}]"
28 dev-python/setuptools[${PYTHON_USEDEP}]
29 dev-python/pbr[${PYTHON_USEDEP}]"
32 bash ./tests/run_tests || die "Tests failed under ${EPYTHON}"