Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832727 - dev-python/setuptools-60.6.0 is bugged and should be removed from the tree
Summary: dev-python/setuptools-60.6.0 is bugged and should be removed from the tree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-04 23:05 UTC by Tom Gillespie
Modified: 2022-02-05 08:53 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 Tom Gillespie 2022-02-04 23:05:14 UTC
Trying to run pip install --user -e . results in
AttributeError: 'int' object has no attribute 'startswith'
This is because easy_install doesn't handle sysconfig vars
being integers: See https://github.com/pypa/setuptools/issues/3063.

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-02-05 08:47:59 UTC
Thank you for the report.  Adding it on top of my commit queue ;-).
Comment 2 Larry the Git Cow gentoo-dev 2022-02-05 08:53:30 UTC
The bug has been closed via the following commit(s):

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

commit bb38f2cea1c721d67529e4b3bdf2c3447d1823c7
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-02-05 08:48:16 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-02-05 08:53:25 +0000

    dev-python/setuptools: Remove old
    
    Closes: https://bugs.gentoo.org/832727
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/setuptools/Manifest                 |   4 -
 dev-python/setuptools/setuptools-60.2.0.ebuild |  89 ---------------------
 dev-python/setuptools/setuptools-60.3.0.ebuild |  89 ---------------------
 dev-python/setuptools/setuptools-60.3.1.ebuild |  89 ---------------------
 dev-python/setuptools/setuptools-60.6.0.ebuild | 106 -------------------------
 5 files changed, 377 deletions(-)