HomeFreeBSD

irc/py-limnoria: Mark as not compatible with Python 3.10+

Description

irc/py-limnoria: Mark as not compatible with Python 3.10+

Since Python 3.10 the method "collections.MutableMapping" has been
renamed to "collections.abc.MutableMapping" which leads to run time
errors:

[..]

class CacheDict(collections.MutableMapping):

AttributeError: module 'collections' has no attribute 'MutableMapping'
[..]

PR: 259979
Reviewed by: koobs (maintainer)
Approved by: portmgr (blanket)
MFH: 2021Q4

Details

Provenance
Simeon Simeonov <sgs@pichove.org>Authored on Dec 1 2021, 9:02 AM
kaiCommitted on Dec 1 2021, 9:02 AM
Parents
R11:a944e7f1c90f: lang/jimtcl: update to 0.81
Branches
Unknown
Tags
Unknown