Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 816504

Summary: dev-python/unasync-0.5.0 setuptools warnings detected
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Alfred Wingate <parona>
Status: RESOLVED OBSOLETE    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

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.