commit:     93f45f6d0ad23608e0e23028dc3602246e35951b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 07:09:01 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 07:09:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f45f6d

dev-python/virtualenv: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/virtualenv/Manifest                  |  4 --
 dev-python/virtualenv/virtualenv-20.0.27.ebuild | 94 -------------------------
 dev-python/virtualenv/virtualenv-20.0.28.ebuild | 94 -------------------------
 dev-python/virtualenv/virtualenv-20.0.29.ebuild | 94 -------------------------
 dev-python/virtualenv/virtualenv-20.0.30.ebuild | 94 -------------------------
 5 files changed, 380 deletions(-)

diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index d1e5f204c3f..233bd9f78d2 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -1,6 +1,2 @@
 DIST virtualenv-16.7.10.tar.gz 5116776 BLAKE2B 
42f0a4b4330850b504f8febd991ef6ecdcbb0821efdd94ca324a8cc34a68a760a8a98de97f0cb2384d8e6cbb0ce8f261995c6433886444e29b75ba0ce09ca12c
 SHA512 
f06d7c354ce1910f04dbcbe1a77e60392653bbe4f638bafbe9284454db2c0e5d63cf9159201d0916fc01aaba91d45fb733b63096c38517fcd83fd00ed8b26d28
-DIST virtualenv-20.0.27.tar.gz 8265353 BLAKE2B 
31e0a5fa11d988b5340b130615dc5095a61321393fdc4f72fd88e70d88bc7922c2f8f289b995fb623d2fe900a7da8f012433d4a7bb2ecd7ab53810865e05ea2b
 SHA512 
812a17d1461c8e62568f345aba0722204dd22d0d149720d00e37712a34a9d2d614e1b854f07d7e89e1eb6e915ca3f90e8e81fb9c2442ed637efdc6b2120153d7
-DIST virtualenv-20.0.28.tar.gz 8265900 BLAKE2B 
ee07267a0fff59abe4b51091bbc8ff980ad5419375a1049e943622af174a1b533610f6a80876b75d36c3edbd1851767db08085bfd0db8215fa99495ea9a49bb1
 SHA512 
4984ce046e0787bd44feb3b30f01d53f1840722693643cec086ac3ee61c471ebf619ea31b41a7e20cfd792d59a7ba19ef64b3a6bf3950891bdf15a49747e4712
-DIST virtualenv-20.0.29.tar.gz 8277951 BLAKE2B 
1f73bcc7420ed37b81f19f97f23d1df658ff74efe2f30c70babc06eb933b1a22ff0c9ad98aafda5570b21047f829b5a7ea5d8fbe76ef39d0319c1fe4a9514cbc
 SHA512 
b1a2375828f3d1e54a2608405b093c7ce912c44bdbe5197abec19958f95bf45820c0e0f585732c15dfe8a52fd7c45857e7dcae1dbf6a7f25556ce59aa80cc50b
-DIST virtualenv-20.0.30.tar.gz 8278198 BLAKE2B 
f25bb4042326aac5af43d3f32bf33e27468c32a8863d2c7e9d8bc73bce0a384b97d406aa275d3a19015b1d46a3210e9ccd8f986d43e87c33f7e537907c94f9d7
 SHA512 
c75849b274e44b48fcb34f8e61b24c2b67b17d87ab2f1be63b6b49a70d6bfcf31c279f7a60d85f6f58cc7d0a3443debbba6b0e39d01dfa1b0ae5b075c5c9f30f
 DIST virtualenv-20.0.31.tar.gz 8300305 BLAKE2B 
1574b553b2bc8e05bf00584379f80c1e5c0ee9798595255830059eedea62f02f02d216c421aa2cb312bc9e60694f6a409d0c2495858a89fc1ad7aaddea7965ff
 SHA512 
46220bda37b3b860e44c4d0775a89c22a7ba775287f05438d1d3698201cc213a05b2718ef40be302627005ae349dc59a3141c7a30cc1dab6dc81f7692c7f16a5

diff --git a/dev-python/virtualenv/virtualenv-20.0.27.ebuild 
b/dev-python/virtualenv/virtualenv-20.0.27.ebuild
deleted file mode 100644
index 65177020198..00000000000
--- a/dev-python/virtualenv/virtualenv-20.0.27.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
-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="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-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/setuptools-41[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/contextlib2-0.6.0[${PYTHON_USEDEP}]
-               >=dev-python/pathlib2-2.3.3[${PYTHON_USEDEP}]
-       ' -2)
-       $(python_gen_cond_dep '
-               >=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
-       ' -2 python3_{6,7} pypy3)
-       $(python_gen_cond_dep '
-               >=dev-python/importlib_resources-1.0[${PYTHON_USEDEP}]
-       ' -2 python3_6 pypy3)"
-# coverage is used somehow magically in virtualenv, maybe it actually
-# tests something useful
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               ${RDEPEND}
-               $(python_gen_cond_dep '
-                       dev-python/coverage[${PYTHON_USEDEP}]
-                       dev-python/flaky[${PYTHON_USEDEP}]
-                       >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-5[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
-                       dev-python/wheel[${PYTHON_USEDEP}]
-                       >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
-               ' 'python3*')
-       )"
-
-distutils_enable_sphinx docs \
-       dev-python/sphinx_rtd_theme \
-       dev-python/towncrier
-
-src_prepare() {
-       # we don't have xonsh
-       rm tests/unit/activation/test_xonsh.py || die
-       # require internet
-       sed -e 's:test_seed_link_via_app_data:_&:' \
-               -i tests/unit/seed/embed/test_boostrap_link_via_app_data.py || 
die
-       # TODO: investigate
-       sed -e 's:test_cross_major:_&:' \
-               -i tests/unit/create/test_creator.py || die
-
-       distutils-r1_src_prepare
-}
-
-src_configure() {
-       export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
-       if ! python_is_python3; then
-               ewarn "Tests are skipped on py2, please test externally"
-               return
-       elif [[ ${EPYTHON} == pypy3 ]]; then
-               # TODO: skip with better granularity
-               ewarn "Skipping broken tests on pypy3"
-               return
-       fi
-
-       distutils_install_for_testing
-
-       pytest -vv || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/virtualenv/virtualenv-20.0.28.ebuild 
b/dev-python/virtualenv/virtualenv-20.0.28.ebuild
deleted file mode 100644
index 65177020198..00000000000
--- a/dev-python/virtualenv/virtualenv-20.0.28.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
-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="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-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/setuptools-41[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/contextlib2-0.6.0[${PYTHON_USEDEP}]
-               >=dev-python/pathlib2-2.3.3[${PYTHON_USEDEP}]
-       ' -2)
-       $(python_gen_cond_dep '
-               >=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
-       ' -2 python3_{6,7} pypy3)
-       $(python_gen_cond_dep '
-               >=dev-python/importlib_resources-1.0[${PYTHON_USEDEP}]
-       ' -2 python3_6 pypy3)"
-# coverage is used somehow magically in virtualenv, maybe it actually
-# tests something useful
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               ${RDEPEND}
-               $(python_gen_cond_dep '
-                       dev-python/coverage[${PYTHON_USEDEP}]
-                       dev-python/flaky[${PYTHON_USEDEP}]
-                       >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-5[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
-                       dev-python/wheel[${PYTHON_USEDEP}]
-                       >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
-               ' 'python3*')
-       )"
-
-distutils_enable_sphinx docs \
-       dev-python/sphinx_rtd_theme \
-       dev-python/towncrier
-
-src_prepare() {
-       # we don't have xonsh
-       rm tests/unit/activation/test_xonsh.py || die
-       # require internet
-       sed -e 's:test_seed_link_via_app_data:_&:' \
-               -i tests/unit/seed/embed/test_boostrap_link_via_app_data.py || 
die
-       # TODO: investigate
-       sed -e 's:test_cross_major:_&:' \
-               -i tests/unit/create/test_creator.py || die
-
-       distutils-r1_src_prepare
-}
-
-src_configure() {
-       export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
-       if ! python_is_python3; then
-               ewarn "Tests are skipped on py2, please test externally"
-               return
-       elif [[ ${EPYTHON} == pypy3 ]]; then
-               # TODO: skip with better granularity
-               ewarn "Skipping broken tests on pypy3"
-               return
-       fi
-
-       distutils_install_for_testing
-
-       pytest -vv || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/virtualenv/virtualenv-20.0.29.ebuild 
b/dev-python/virtualenv/virtualenv-20.0.29.ebuild
deleted file mode 100644
index 65177020198..00000000000
--- a/dev-python/virtualenv/virtualenv-20.0.29.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
-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="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-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/setuptools-41[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/contextlib2-0.6.0[${PYTHON_USEDEP}]
-               >=dev-python/pathlib2-2.3.3[${PYTHON_USEDEP}]
-       ' -2)
-       $(python_gen_cond_dep '
-               >=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
-       ' -2 python3_{6,7} pypy3)
-       $(python_gen_cond_dep '
-               >=dev-python/importlib_resources-1.0[${PYTHON_USEDEP}]
-       ' -2 python3_6 pypy3)"
-# coverage is used somehow magically in virtualenv, maybe it actually
-# tests something useful
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               ${RDEPEND}
-               $(python_gen_cond_dep '
-                       dev-python/coverage[${PYTHON_USEDEP}]
-                       dev-python/flaky[${PYTHON_USEDEP}]
-                       >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-5[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
-                       dev-python/wheel[${PYTHON_USEDEP}]
-                       >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
-               ' 'python3*')
-       )"
-
-distutils_enable_sphinx docs \
-       dev-python/sphinx_rtd_theme \
-       dev-python/towncrier
-
-src_prepare() {
-       # we don't have xonsh
-       rm tests/unit/activation/test_xonsh.py || die
-       # require internet
-       sed -e 's:test_seed_link_via_app_data:_&:' \
-               -i tests/unit/seed/embed/test_boostrap_link_via_app_data.py || 
die
-       # TODO: investigate
-       sed -e 's:test_cross_major:_&:' \
-               -i tests/unit/create/test_creator.py || die
-
-       distutils-r1_src_prepare
-}
-
-src_configure() {
-       export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
-       if ! python_is_python3; then
-               ewarn "Tests are skipped on py2, please test externally"
-               return
-       elif [[ ${EPYTHON} == pypy3 ]]; then
-               # TODO: skip with better granularity
-               ewarn "Skipping broken tests on pypy3"
-               return
-       fi
-
-       distutils_install_for_testing
-
-       pytest -vv || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/virtualenv/virtualenv-20.0.30.ebuild 
b/dev-python/virtualenv/virtualenv-20.0.30.ebuild
deleted file mode 100644
index 65177020198..00000000000
--- a/dev-python/virtualenv/virtualenv-20.0.30.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
-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="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-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/setuptools-41[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/contextlib2-0.6.0[${PYTHON_USEDEP}]
-               >=dev-python/pathlib2-2.3.3[${PYTHON_USEDEP}]
-       ' -2)
-       $(python_gen_cond_dep '
-               >=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
-       ' -2 python3_{6,7} pypy3)
-       $(python_gen_cond_dep '
-               >=dev-python/importlib_resources-1.0[${PYTHON_USEDEP}]
-       ' -2 python3_6 pypy3)"
-# coverage is used somehow magically in virtualenv, maybe it actually
-# tests something useful
-BDEPEND="
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               ${RDEPEND}
-               $(python_gen_cond_dep '
-                       dev-python/coverage[${PYTHON_USEDEP}]
-                       dev-python/flaky[${PYTHON_USEDEP}]
-                       >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-5[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
-                       >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
-                       dev-python/wheel[${PYTHON_USEDEP}]
-                       >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
-               ' 'python3*')
-       )"
-
-distutils_enable_sphinx docs \
-       dev-python/sphinx_rtd_theme \
-       dev-python/towncrier
-
-src_prepare() {
-       # we don't have xonsh
-       rm tests/unit/activation/test_xonsh.py || die
-       # require internet
-       sed -e 's:test_seed_link_via_app_data:_&:' \
-               -i tests/unit/seed/embed/test_boostrap_link_via_app_data.py || 
die
-       # TODO: investigate
-       sed -e 's:test_cross_major:_&:' \
-               -i tests/unit/create/test_creator.py || die
-
-       distutils-r1_src_prepare
-}
-
-src_configure() {
-       export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
-       if ! python_is_python3; then
-               ewarn "Tests are skipped on py2, please test externally"
-               return
-       elif [[ ${EPYTHON} == pypy3 ]]; then
-               # TODO: skip with better granularity
-               ewarn "Skipping broken tests on pypy3"
-               return
-       fi
-
-       distutils_install_for_testing
-
-       pytest -vv || die "Tests fail with ${EPYTHON}"
-}

Reply via email to