1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Mk/bsd.python.mk: Further tweaks to clarify AUTOPLIST and PY3K_HACK

Reviewed by:	mva
This commit is contained in:
Kubilay Kocak 2013-10-27 09:30:09 +00:00
parent c0c301fc05
commit d955a5a81d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331756

View File

@ -132,14 +132,14 @@ Python_Include_MAINTAINER= python@FreeBSD.org
#
# PYDISTUTILS_AUTOPLIST
# - Automatically generates the packaging list for ports that use
# distutils or setuptools (easy_install) when defined. Implies
# PYTHON_PY3K_PLIST_HACK below.
# distutils or setuptools (easy_install) when defined. Overrides
# PYTHON_PY3K_PLIST_HACK.
#
# PYTHON_PY3K_PLIST_HACK
# - Automatically creates Python 3.x compatible __pycache__ entries
# when defined. Use this for ports that do *not* use standard
# Python packaging mechanisms such as distutils or setuptools, and
# are guaranteed to work with *both* Python 2.x and 3.x.
# - Automatically generates Python 3.x compatible __pycache__ entries
# from a Python 2.x pkg-plist when defined. Use this for ports that
# do *not* use standard Python packaging mechanisms such as distutils
# or setuptools, and support *both* Python 2.x and 3.x.
#
# PYDISTUTILS_PKGNAME
# - Internal name in the distutils for egg-info.