Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 816504 - dev-python/unasync-0.5.0 setuptools warnings detected
Summary: dev-python/unasync-0.5.0 setuptools warnings detected
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alfred Wingate
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-06 05:50 UTC by Agostino Sarubbo
Modified: 2023-04-12 16:47 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,54.38 KB, text/plain)
2021-10-06 05:50 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-10-06 05:50:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/unasync-0.5.0 setuptools warnings detected.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Please look for 'QA Notice: setuptools warnings detected'
https://archives.gentoo.org/gentoo-dev/message/81e472e95b181da6e017a85acf329981.
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-06 05:50:40 UTC
Created attachment 743352 [details]
build.log

build log and emerge --info
Comment 2 Alfred Wingate 2021-10-14 16:35:12 UTC
=============================== warnings summary ===============================
../../../../../../../usr/lib/python3.9/site-packages/setuptools/lib2to3_ex.py:10
  /usr/lib/python3.9/site-packages/setuptools/lib2to3_ex.py:10: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
    from lib2to3.refactor import RefactoringTool, get_fixers_from_package



It would seem to me that this warning is erroneous as the warning originates setuptools-57.5.0 itself. setuptools-58.2.0 doesn't include this warning as it doesn't have support for lib2to3.

Would it be worthwhile to filter this or should it be ignored?
Comment 3 Alfred Wingate 2023-04-12 16:47:26 UTC
The version of setuptools which had this warning was removed a while ago so closing as RESOLVED.