Ë
    çÙòiU  ã                  óX   — d Z ddlmZ  G d„ d«      Z G d„ d«      Z e«       Z e«       Zy)uÜ  Backward-compatibility shim for unpickling Version objects serialized before
packaging 26.1.

Old pickles reference ``packaging._structures.InfinityType`` and
``packaging._structures.NegativeInfinityType``.  This module provides minimal
stand-in classes so that ``pickle.loads()`` can resolve those references.
The deserialized objects are not used for comparisons â€” ``Version.__setstate__``
discards the stale ``_key`` cache and recomputes it from the core version fields.
é    )Úannotationsc                  ó   — e Zd ZdZdd„Zy)ÚInfinityTypezFStand-in for the removed ``InfinityType`` used in old comparison keys.c                 ó   — y)NÚInfinity© ©Úselfs    úH/root/searxng-venv/lib/python3.12/site-packages/packaging/_structures.pyÚ__repr__zInfinityType.__repr__   s   € Øó    N©ÚreturnÚstr©Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r      s
   „ ÙPôr   r   c                  ó   — e Zd ZdZdd„Zy)ÚNegativeInfinityTypezNStand-in for the removed ``NegativeInfinityType`` used in old comparison keys.c                 ó   — y)Nz	-Infinityr   r	   s    r   r   zNegativeInfinityType.__repr__   s   € Ør   Nr   r   r   r   r   r   r      s
   „ ÙXôr   r   N)r   Ú
__future__r   r   r   r   ÚNegativeInfinityr   r   r   ú<module>r      s5   ðñ
õ #÷ñ ÷ñ ñ ‹>€Ù'Ó)Ñ r   