# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi DESCRIPTION="Virtual Python Environment builder" HOMEPAGE=" https://virtualenv.pypa.io/en/stable/ https://pypi.org/project/virtualenv/ https://github.com/pypa/virtualenv/ " LICENSE="MIT" KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" SLOT="0" RDEPEND=" =dev-python/distlib-0.3.6[${PYTHON_USEDEP}] =dev-python/filelock-3.11[${PYTHON_USEDEP}] =dev-python/platformdirs-3.2[${PYTHON_USEDEP}] " # coverage is used somehow magically in virtualenv, maybe it actually # tests something useful BDEPEND=" dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( dev-python/coverage[${PYTHON_USEDEP}] dev-python/flaky[${PYTHON_USEDEP}] >=dev-python/pip-22.2.1[${PYTHON_USEDEP}] $(python_gen_cond_dep ' >=dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}] ' pypy3) >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}] >=dev-python/setuptools-67.7.1[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/time-machine[${PYTHON_USEDEP}] ' 'python3*') dev-python/wheel[${PYTHON_USEDEP}] >=dev-python/packaging-20.0[${PYTHON_USEDEP}] ) " # https://github.com/pypa/virtualenv/issues/2554 BDEPEND+=" test? ( $(python_gen_cond_dep ' !!