Per dropping python2 support for flake8, pyflakes and pycodestyle, it is necessary to drop python2 also for mutagen.
Depends on D9620
Signed-off-by: Algent Albrahimi <algent@protonmail.com>
Differential D10256
Drop python2 support for mutagen Authored by algent on Dec 29 2020, 5:27 PM. Tags None Referenced Files
Subscribers None
Details
Per dropping python2 support for flake8, pyflakes and pycodestyle, it is necessary to drop python2 also for mutagen. Depends on D9620 Signed-off-by: Algent Albrahimi <algent@protonmail.com> Succesfully pass build tests.
Diff Detail
Event TimelineComment Actions mutagen is also used by libgpod. - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/__init__.py</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/__init__.pyc</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/__init__.pyo</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/_gpod.so</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/gpod.py</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/gpod.pyc</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/gpod.pyo</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/gtkpod.py</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/gtkpod.pyc</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/gtkpod.pyo</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/ipod.py</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/ipod.pyc</Path> - <Path fileType="library">/usr/lib/python2.7/site-packages/gpod/ipod.pyo</Path> Comment Actions Rebuild succesfully against new libgpod-devel without python2 files:
I don't use these apps, just rebuild, run them and then play a mp3 file. Comment Actions Python2 support is still needed for pyflakes to make sure that python-pycurl pass build tests. |