Changes between Version 2 and Version 3 of Packaging


Ignore:
Timestamp:
2007-07-16T18:39:34Z (17 years ago)
Author:
zooko
Comment:

add link to my setuptoolification patch

Legend:

Unmodified
Added
Removed
Modified
  • Packaging

    v2 v3  
    3232
    3333 * We haven't figured out exactly how to take advantage of setuptools's dependency management while also integrating smoothly with platform-specific package managers such as Debian apt.  I (Zooko) think that this is possible, but it isn't yet standard practice among setuptools users.  One important detail is the special option to setuptools called {{{--single-version-externally-managed}}}.
     34
     35We already have [http://allmydata.org/darcs.cgi/tahoe-setuptools/?c=annotate&p=20070522155758-eb44e-15f8219675d4b35b2488bc742f46714526d61cb3.gz a patch] which changes Tahoe to use setuptools, but it doesn't solve the "How to integrate smoothly with platform-specific package managers." part yet.