Lines Matching full:python
1 .\" $OpenBSD: python-module.5,v 1.15 2025/01/17 08:52:01 sthen Exp $
28 .Dt PYTHON-MODULE 5
31 .Nm python-module
32 .Nd lang/python port module
35 .Li MODULES=lang/python
40 By default, the module builds ports using Python 3.
41 For legacy ports using Python 2,
97 Most modern Python software can be packaged using a PEP 517 build
127 Python 2 and some older Python 3 ports using setuptools still set
188 If any files have a python shebang line where the interpreter should be
195 For ports not using standard Python build infrastructure,
228 Python 2.x places .pyc files in the same directory as the associated .py file.
229 Python 3.x places these in a separate __pycache__ directory and uses an
230 additional suffix that includes the Python version.
232 The python module defines variables so that a
234 is likely to still work with a newer Python version without changes.