Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2013 09:30:09 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331756 - head/Mk
Message-ID:  <201310270930.r9R9U9EG096321@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sun Oct 27 09:30:09 2013
New Revision: 331756
URL: http://svnweb.freebsd.org/changeset/ports/331756

Log:
  Mk/bsd.python.mk: Further tweaks to clarify AUTOPLIST and PY3K_HACK
  
  Reviewed by:	mva

Modified:
  head/Mk/bsd.python.mk

Modified: head/Mk/bsd.python.mk
==============================================================================
--- head/Mk/bsd.python.mk	Sun Oct 27 09:25:40 2013	(r331755)
+++ head/Mk/bsd.python.mk	Sun Oct 27 09:30:09 2013	(r331756)
@@ -132,14 +132,14 @@ Python_Include_MAINTAINER=	python@FreeBS
 #
 # 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310270930.r9R9U9EG096321>