[Python-checkins] CVS: distutils TODO,1.9,1.10

A.M. Kuchling akuchling@users.sourceforge.net
Fri, 20 Apr 2001 11:29:33 -0700


Update of /cvsroot/python/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv25207

Modified Files:
	TODO 
Log Message:
Add more TODO items


Index: TODO
===================================================================
RCS file: /cvsroot/python/distutils/TODO,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** TODO	2001/04/05 15:50:58	1.9
--- TODO	2001/04/20 18:29:31	1.10
***************
*** 2,5 ****
--- 2,6 ----
  -------------------
  
+ [MAL]
  * binary packages should include the Python version in their
    filename
***************
*** 10,17 ****
    we could use a new setup() keyword "release" for this  
  
  * Konrad's suggested fixes (allowing single directories in MANIFEST, etc.)
  
! * Additional install_ subcommands: for DTDs and SGML catalogs, for TeX files.
  
  * extend the install_* commands so that they write uninstall
    information
--- 11,27 ----
    we could use a new setup() keyword "release" for this  
  
+   Filename format suggestion:
+   packagename-pkgversion-binaryrevision-pythonversion[.platform].<ext>
+ 
+ [AMK]
  * Konrad's suggested fixes (allowing single directories in MANIFEST, etc.)
+ 
+ * Additional install_ subcommands: for DTDs and SGML catalogs, for TeX files,
+   any others that people suggest.
  
! * think about a database of installed packages (perhaps the simple 
!   directory/file structure mentioned at IPC9)
  
+ [Thomas Heller]
  * extend the install_* commands so that they write uninstall
    information
***************
*** 25,29 ****
    extend (maybe this will also unify the CCompiler classes)
   
! * fix the *_clib commands
   
  * implement test command: often requested (but low priority IMO)
--- 35,39 ----
    extend (maybe this will also unify the CCompiler classes)
   
! * fix the *_clib commands (bug #414032 on SF)
   
  * implement test command: often requested (but low priority IMO)
***************
*** 31,34 ****
--- 41,52 ----
  * docs, docs, docs (Thomas Heller promises to completely document the
    windows installer, but nothing more)
+ 
+ [Paul Moore]
+ * Change default install location for Mac to site-packages
+   (to match what site.py in 2.1 does) [I have no personal
+   interest in Macs, this just seems sensible]
+ 
+ * Change default install location on Windows to site-packages
+   (if Paul Moore's PEP on this subject - unnumbered as yet - gets accepted)