# 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.9.14
SHARED_LIBS =		python3.9 0.0
VERSION_SPEC =		>=3.9,<3.10
PORTROACH =		limit:^3\.9

# 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>
