From: Torsten K. <pyt...@tk...> - 2007-07-17 12:32:03
|
Timur Izhbulatov wrote: > Don't forget that the easy_install command works perfectly with > project download pages on sf.net. So, I don't think it is necessary to > upload .eggs to PyPI. The question for me is: Does zc.buildout support this method. To clearify: We are developing projects that are widely based on Zope3 (http://www.zope.org). The zope corporation developed a concept named buildout to install .eggs locally in a project directory, which is interesting for users who don't have permission to write into the system's site-packages. This way, also different versions of python packages may coexist peacefully, since buildouts don't know the environment of their neighbors. I will check, if the buildout.cfg supports checking out and building eggs from sf.net, but nevertheless, building on e.g. OS X is a bit tricky, since it lacks the appropriate openldap-2.3 and sasl headers, not even to speak of Win32... And uploading to PyPI is as easy as: # python setup.py register bdist_egg upload Regards, Torsten -- Fon: +49-7071-700240 | Fax: +49-7071-700241 | http://www.tk-webart.de Ich schreibe dir einen langen Brief, weil ich keine Zeit habe, einen kurzen zu schreiben. -- Johann Wolfgang von Goethe -- |