Needed by linkchecker. Thanks!
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07f08c5cc69868d4631d0a132d544850dac9d56 commit c07f08c5cc69868d4631d0a132d544850dac9d56 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2020-08-24 22:18:07 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2020-08-24 22:19:13 +0000 dev-python/pyxdg: Add Python 3.9 compatibility Closes: https://bugs.gentoo.org/735746 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-python/pyxdg/pyxdg-0.26-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks
I want to say, that one test is broken with python3.8 and python3.9. Since I need that package also for my packages as a dep for python3.9, I was doing first tests yesterday. There is a patch from Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968399 And adapted by myself: https://github.com/ConiKost/pyxdg/commit/e5c359011b6c86858bbff4bcf5df9f1eef927306 After speaking to mgorny, this should be taken to upstream. I also unsure here, as that changes not directly the tests, but the package itself?
Upstream accepted my patch.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff994e70fc59d554f605bd2c9140f75eee51f4e commit cff994e70fc59d554f605bd2c9140f75eee51f4e Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2020-10-18 13:25:28 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2020-10-18 13:25:28 +0000 dev-python/pyxdg: fix tests This patch fixes tests with python 3.8.4 and newer. Closes: https://bugs.gentoo.org/735746 Closes: https://bugs.gentoo.org/743823 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> dev-python/pyxdg/files/pyxdg-0.26-python384.patch | 58 +++++++++++++++++++++++ dev-python/pyxdg/pyxdg-0.26-r2.ebuild | 20 +++----- 2 files changed, 65 insertions(+), 13 deletions(-)