# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1 DESCRIPTION="Virtual Python Environment builder" HOMEPAGE=" https://virtualenv.pypa.io/en/stable/ https://pypi.org/project/virtualenv/ https://github.com/pypa/virtualenv/ " SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="python2" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}] >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}] >=dev-python/filelock-3[${PYTHON_USEDEP}] dev-python/importlib_metadata[${PYTHON_USEDEP}] dev-python/importlib_resources[${PYTHON_USEDEP}] dev-python/pathlib2[${PYTHON_USEDEP}] >=dev-python/setuptools-41[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] !