[Python-checkins] peps: Moshe sez:

georg.brandl python-checkins at python.org
Wed Mar 23 21:22:27 CET 2011


http://hg.python.org/peps/rev/b0649652edc3
changeset:   17:b0649652edc3
user:        Barry Warsaw <barry at python.org>
date:        Sat Jul 15 23:52:40 2000 +0000
summary:
  Moshe sez:

    Added paragraphs about relation to distutils.

files:
  pep-0206.txt |  16 ++++++++++++++--
  1 files changed, 14 insertions(+), 2 deletions(-)


diff --git a/pep-0206.txt b/pep-0206.txt
--- a/pep-0206.txt
+++ b/pep-0206.txt
@@ -70,6 +70,20 @@
     Pmw --  ftp://ftp.dscpl.com.au/pub/pmw/Pmw.0.8.4.tar.gz
     BLT -- ftp://ftp.tcltk.com/aa004735/pub/blt/BLT2.4u.tar.gz
 
+
+Connection to Distutils
+
+    Since Python 2.0 comes with a new mechanism of distributing Python 
+    modules, called ``distutils'', we should be able to use it. Specificially,
+    since distutils has the capability or building Python modules in an
+    automatic fashion, it is hoped that some of the work will consist in
+    creating a new directory with the source, and having the ``super-make''
+    run "./setup --install" in those directories. This should at least take
+    care of PIL, NumPy and Pmw. In addition, it is hoped that this mechanism
+    will be easy enough to add other Python modules as user requests direct
+    us.
+    
+
 
 
 Software covered by the GNU Public License
@@ -97,8 +111,6 @@
     ESR also mentioned libpng, but I don't know of a Python module
     that uses it.
 
-    How does all this fit in with distutils?
-
 
 
 Local Variables:

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


More information about the Python-checkins mailing list