On Sat, Aug 23, 2008 at 10:41 AM, Noah Gift <[EMAIL PROTECTED]> wrote: > More and more I like the idea of there being an extension to easy_install > and virtualenv that is like an rpm or deb package. You have an all > inclusive package that contains all the actual eggs needed to deploy a > particular package. Then the package can be named a specific revision > number and it actually means something, and it never changes state. how about http://pypi.python.org/pypi/EggFreezer/
also http://pypi.python.org/pypi/bbfreeze/ > Currently because of the way dependencies work with the Python Package > Index, a specific version of a web framework can mean different things at > different times, and also work properly sometimes and then not others. I > think pulling in dependencies from the Python Package Index seems to be a > failure largely, as it is just too complex to manage. > Even though I agree with you on principle, I don't think it's that bad. if used wisely it's a good feature which can produce small breaks that get fixed very easy (most of the time pin down to an eairler version, until a patch is worked out) > On Sat, Aug 23, 2008 at 4:31 AM, Wichert Akkerman <[EMAIL PROTECTED]> wrote: >> >> I noticed that 0.9.7beta5 was deleted from >> http://pylonshq.com/download/0.9.7 and as a result several of my >> deployments are now broken since they were pinned to that revision and >> can no longer be installed now. So please: never delete a release after >> uploading it. >> >> I notice 0.9.7rc1 appeared both there and on pypi but I can not find an >> announcement or changelog for it. Can someone provide those? >> >> Wichert. >> >> >> >> -- >> Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. >> http://www.wiggy.net/ It is hard to make things simple. >> >> > > > > -- > Noah Gift > http://noahgift.com > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
