[MacPorts] #65439: py39-hypothesis requires exceptiongroup for python versions less than 11
MacPorts
noreply at macports.org
Tue Jul 5 06:37:24 UTC 2022
#65439: py39-hypothesis requires exceptiongroup for python versions less than 11
---------------------+-----------------------------
Reporter: marka63 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: py39-hypothesis
---------------------+-----------------------------
As of at least py39-hypothesis @6.47.4_0 exceptiongroup is needed which
doesn't appear to have a port so far. Trying to use this release results
in exception failures. Rolled back to py39-hypothesis @6.41.0_0.
Looking at https://pypi.org/project/exceptiongroup/ it appears that
exceptiongroup is needed for versions of python up to 10.
/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9
/site-packages/hypothesis/internal/compat.py:
{{{
try:
BaseExceptionGroup = BaseExceptionGroup
ExceptionGroup = ExceptionGroup # pragma: no cover
except NameError:
from exceptiongroup import (
BaseExceptionGroup as BaseExceptionGroup,
ExceptionGroup as ExceptionGroup,
)
}}}
--
Ticket URL: <https://trac.macports.org/ticket/65439>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list