Edit

IABSD.fr/ports/lang/python/3.10/Makefile

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2023-09-01 18:48:06
    Hash : 164c7be7
    Message : Update to Python 3.10.13 Avoid treating unencrypted data as post-handshake encrypted data in ssl.SSLSocket: https://www.python.org/downloads/release/python-31013/

  • lang/python/3.10/Makefile
  • # IMPORTANT!  If you make any changes to the Python ports, be sure
    # to also update files/CHANGES.OpenBSD for your change.  This is a
    # requirement of the PSF license, if it constitutes a change to
    # Python itself.
    
    FULL_VERSION =		3.10.13
    SHARED_LIBS =		python3.10 0.0
    VERSION_SPEC =		>=3.10,<3.11
    PORTROACH =		limit:^3\.10
    
    # This is the MODPY_DEFAULT_VERSION_3 version of Python:
    # - override "@comment" setting so that bin/python3 etc are installed
    PY_DEFAULTONLY =
    # - disable bundled pip in favour of the version from devel/py-pip
    CONFIGURE_ARGS +=      --with-ensurepip=no
    
    .include <bsd.port.mk>