On Wed, 25 May 2005 01:36:20 -0500, Ian Bicking <[EMAIL PROTECTED]> wrote: >Here's my first go at a document about the enhancements I asked about >earlier... > > >Package Types >------------- > >PyPI includes this table:: > > [snip] > >In addition, I would like these possible values: > >svn_trunk: > the URL of a subversion repository; a setup.py file should be > found directly under this URL. This URL will not necessarily > change for different revisions of the package. >svn_tag: > the URL of a subversion repository. A branch or tag for this > specific version. >
Why not just svn_url, taking on values like "svn://svn.twistedmatrix.com/svn/Twisted/tags/2.0.1/@13844" or "svn://svn.twistedmatrix.com/svn/Twisted/trunk/@HEAD"? Jp _______________________________________________ Catalog-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
