[zpkg] SVN: zpkgtools/trunk/doc/TODO.txt - remove item that just does not need to be done

Fred L. Drake, Jr. fdrake at gmail.com
Wed Sep 7 14:37:48 EDT 2005


Log message for revision 38350:
  - remove item that just does not need to be done
  - update a couple of remaining items to identify work-arounds; likely
    sufficient
  

Changed:
  U   zpkgtools/trunk/doc/TODO.txt

-=-
Modified: zpkgtools/trunk/doc/TODO.txt
===================================================================
--- zpkgtools/trunk/doc/TODO.txt	2005-09-07 18:27:36 UTC (rev 38349)
+++ zpkgtools/trunk/doc/TODO.txt	2005-09-07 18:37:48 UTC (rev 38350)
@@ -33,11 +33,6 @@
     manually.  This doesn't feel like it "plays nice" in the distutils
     world, though.
 
-  - Consider looking for the configuration file in the current
-    directory before looking in ~/.zpkg/.  Note that it's already
-    possible to specify an configuration file, or just add additional
-    resource maps, using command-line options.
-
   - Re-visit the abstractions for parsed revision control URLs:
 
     - The current abstraction is pretty painful to work with, and
@@ -71,12 +66,14 @@
 
   - Implement tarball generation directly in Python to avoid
     dependence on external applications (because that's
-    platform-specific).
+    platform-specific).  Low priority; you can use -t/--tree to just
+    build the tree and avoid archive creation.
 
   - Support different types of generated archives; bzipped tarballs,
     gzipped tarballs and ZIP archives should both be easily generated.
     Perhaps a configuration option should specify which are produced
-    by default.  Low priority.
+    by default.  Low priority; you can use -t/--tree to just build the
+    tree and avoid archive creation.
 
 - Look at the package manager used by the MacPython people to see what
   can be/has been done.



More information about the zpkg mailing list