Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879619 - dev-python/virtualenv-20.16.6 - unnecessary RDEPEND on dev-python/six
Summary: dev-python/virtualenv-20.16.6 - unnecessary RDEPEND on dev-python/six
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-11-04 19:34 UTC by Chris Mayo
Modified: 2023-10-25 02:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2022-11-04 19:34:30 UTC
six was dropped from install_requires in:
https://github.com/pypa/virtualenv/pull/2382


20.16.0
Drop support of running under Python 2.7 by @gaborbernat in #2382

https://github.com/pypa/virtualenv/releases/tag/20.16.0


Although there is one use left in tests/unit/test_run.py:
https://github.com/pypa/virtualenv/pull/2439

I don't know if that affects the ebuild. I'll update here if that is merged.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-11-06 06:48:55 UTC
Thanks and thanks!
Comment 2 Larry the Git Cow gentoo-dev 2022-11-06 07:59:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffeabdefb96c84a7aea3e6af876ce24487d7b151

commit ffeabdefb96c84a7aea3e6af876ce24487d7b151
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-11-06 06:48:17 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-11-06 07:59:13 +0000

    dev-python/virtualenv: Move dev-python/six to test-BDEP
    
    Closes: https://bugs.gentoo.org/879619
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../{virtualenv-20.16.6.ebuild => virtualenv-20.16.6-r1.ebuild}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Chris Mayo 2022-11-14 19:41:44 UTC
PR merged and released in 20.16.7.
Comment 4 Larry the Git Cow gentoo-dev 2023-10-25 02:26:51 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350d8aec7030763a52df813c6f3f622487f76e10

commit 350d8aec7030763a52df813c6f3f622487f76e10
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2023-10-18 02:08:12 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-10-25 02:22:25 +0000

    dev-python/virtualenv: remove outdated test dependency on six
    
    Removed in 20.16.7:
    https://github.com/pypa/virtualenv/commit/2224abb367286cd2d6b888b0e22ee4d108ec6b74
    
    Bug: https://bugs.gentoo.org/879619
    
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/virtualenv/virtualenv-20.24.5.ebuild | 1 -
 dev-python/virtualenv/virtualenv-20.24.6.ebuild | 1 -
 2 files changed, 2 deletions(-)