This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: setuptools support for bazaar vcs
Type: Stage:
Components: Distutils Versions: Python 2.6
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: pje Nosy List: barry, pje
Priority: normal Keywords: patch

Created on 2007-07-20 20:27 by barry, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
setupbzr.py barry, 2007-07-20 20:27
Messages (2)
msg52923 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2007-07-20 20:27
Here is a plugin that adds support for the Bazaar revision control system for setuptools.
msg52924 - (view) Author: PJ Eby (pje) * (Python committer) Date: 2007-07-20 21:10
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.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45230
2007-07-20 20:27:37barrycreate