Stefan Behnel wrote:
>> Maybe if I can do 'easy_install lxml=1.1 develop' (or whatever is the
>> right incantation) and get a branch checkout? That would be a ton
>> easier.
>
> Sadly, cheeseshop can't handle this. But SVN access should work just fine.
You can kind of manage this. You need a link like this (possibly in the
long_description that gets put on the Cheese Shop):
http://codespeak.net/svn/lxml/branch/threading#egg=lxml-threading
Then you can do:
easy_install -e -b . lxml==threading
And it will check out (as "editable": -e) the branch. You'll have to do
"python setup.py develop" on your own after that.
--
Ian Bicking | ianb@xxxxxxxxxxxxxx | http://blog.ianbicking.org
|