[Patches] [ python-Patches-1757782 ] setuptools support for bazaar vcs

SourceForge.net noreply at sourceforge.net
Fri Jul 20 23:10:58 CEST 2007


Patches item #1757782, was opened at 2007-07-20 20:27
Message generated for change (Comment added) made by pje
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1757782&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Distutils and setup.py
Group: Python 2.6
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Barry A. Warsaw (bwarsaw)
Assigned to: Phillip J. Eby (pje)
Summary: setuptools support for bazaar vcs

Initial Comment:
Here is a plugin that adds support for the Bazaar revision control system for setuptools.


----------------------------------------------------------------------

>Comment By: Phillip J. Eby (pje)
Date: 2007-07-20 21:10

Message:
Logged In: YES 
user_id=56214
Originator: NO

Hi Barry.  It's not necessary to submit a patch for this.  Just give your
module a name, add a setup.py with the entry points declared, and upload it
to the Cheeseshop.  Anyone who wants to use Bazaar can then just
easy_install your plugin -- and of course bzrlib.  (If bzrlib is on the
cheeseshop, or you can provide a download link for it in your setup script,
then it can be easy_installed automatically with your plugin.)

Sorry if there was any confusion; at one time the setuptools manual said
to submit patches, but that part actually predated the ability to add
support via plugins, and hadn't been removed.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1757782&group_id=5470


More information about the Patches mailing list