[Python-checkins] peps: PEP 453: alternate installer wording tweak

nick.coghlan python-checkins at python.org
Sat Oct 26 07:52:10 CEST 2013


http://hg.python.org/peps/rev/8d03160c654e
changeset:   5222:8d03160c654e
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Oct 26 15:51:53 2013 +1000
summary:
  PEP 453: alternate installer wording tweak

Avoid implying that hashdist and conda are part of the same
project.

files:
  pep-0453.txt |  10 ++++------
  1 files changed, 4 insertions(+), 6 deletions(-)


diff --git a/pep-0453.txt b/pep-0453.txt
--- a/pep-0453.txt
+++ b/pep-0453.txt
@@ -133,12 +133,10 @@
 third-party packages as justification for inclusion.
 
 Providing a standard installation system also helps with bootstrapping
-alternate build and installer systems, such as ``setuptools``,
-``zc.buildout`` and the ``hashdist``/``conda`` combination that is aimed
-specifically at the scientific community. So long as
-``pip install <tool>`` works, then a standard Python-specific installer
-provides a reasonably secure, cross platform mechanism to get access to
-these utilities.
+alternate build and installer systems, such as ``zc.buildout``, ``hashdist``
+and ``conda``. So long as ``pip install <tool>`` works, then a standard
+Python-specific installer provides a reasonably secure, cross platform
+mechanism to get access to these utilities.
 
 
 Enabling the evolution of the broader Python packaging ecosystem

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list