<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Poaching (Patching) Eggs</title>
	<atom:link href="http://shane.willowrise.com/archives/poaching-patching-eggs/feed/" rel="self" type="application/rss+xml" />
	<link>http://shane.willowrise.com/archives/poaching-patching-eggs/</link>
	<description>Tech Notes from Shane Hathaway</description>
	<lastBuildDate>Wed, 04 Aug 2010 23:57:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Glick</title>
		<link>http://shane.willowrise.com/archives/poaching-patching-eggs/comment-page-1/#comment-985</link>
		<dc:creator>David Glick</dc:creator>
		<pubDate>Fri, 16 Jan 2009 23:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=70#comment-985</guid>
		<description>Haha, that&#039;s really funny that you named your version omelette too without knowing about mine.  Feel free to contribute to collective.recipe.omelette :)</description>
		<content:encoded><![CDATA[<p>Haha, that&#8217;s really funny that you named your version omelette too without knowing about mine.  Feel free to contribute to collective.recipe.omelette <img src='http://shane.willowrise.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bicking</title>
		<link>http://shane.willowrise.com/archives/poaching-patching-eggs/comment-page-1/#comment-984</link>
		<dc:creator>Ian Bicking</dc:creator>
		<pubDate>Fri, 16 Jan 2009 22:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=70#comment-984</guid>
		<description>I&#039;m inclined to approach this slightly differently.  First, there&#039;s no good way to deal with branches with our current systems.  There&#039;s a sense of a single timeline of the package, and you either have a newer version or an older version, you can&#039;t have a sideways version.  So first I&#039;d like a clear way to talk about a sideways version.

From there, maybe the sideways version could be maintained as a patch with a simple stub of a setup.py.  The setup.py could mostly proxy to the &quot;real&quot; setup.py (the upstream package) then apply patches after installation.  The one issue I&#039;m not sure about is how to handle getting the upstream package.  Do you distribute the whole thing?  Could you recursively call out to the installer?  Well, distributing the upstream version with the patches is clearly the easiest.</description>
		<content:encoded><![CDATA[<p>I&#8217;m inclined to approach this slightly differently.  First, there&#8217;s no good way to deal with branches with our current systems.  There&#8217;s a sense of a single timeline of the package, and you either have a newer version or an older version, you can&#8217;t have a sideways version.  So first I&#8217;d like a clear way to talk about a sideways version.</p>
<p>From there, maybe the sideways version could be maintained as a patch with a simple stub of a setup.py.  The setup.py could mostly proxy to the &#8220;real&#8221; setup.py (the upstream package) then apply patches after installation.  The one issue I&#8217;m not sure about is how to handle getting the upstream package.  Do you distribute the whole thing?  Could you recursively call out to the installer?  Well, distributing the upstream version with the patches is clearly the easiest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Schulze</title>
		<link>http://shane.willowrise.com/archives/poaching-patching-eggs/comment-page-1/#comment-983</link>
		<dc:creator>Florian Schulze</dc:creator>
		<pubDate>Fri, 16 Jan 2009 10:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=70#comment-983</guid>
		<description>The omelette recipe is still missing zip unpacking. Feel free to add that :)</description>
		<content:encoded><![CDATA[<p>The omelette recipe is still missing zip unpacking. Feel free to add that <img src='http://shane.willowrise.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Hathaway</title>
		<link>http://shane.willowrise.com/archives/poaching-patching-eggs/comment-page-1/#comment-976</link>
		<dc:creator>Shane Hathaway</dc:creator>
		<pubDate>Fri, 16 Jan 2009 05:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=70#comment-976</guid>
		<description>Eggcellent, thanks!  I&#039;m glad I don&#039;t have to maintain it after all. :-)</description>
		<content:encoded><![CDATA[<p>Eggcellent, thanks!  I&#8217;m glad I don&#8217;t have to maintain it after all. <img src='http://shane.willowrise.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn Faassen</title>
		<link>http://shane.willowrise.com/archives/poaching-patching-eggs/comment-page-1/#comment-972</link>
		<dc:creator>Martijn Faassen</dc:creator>
		<pubDate>Fri, 16 Jan 2009 02:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=70#comment-972</guid>
		<description>Have you seen the already pre-existing Omelette buildout recipe which does the same thing?

http://pypi.python.org/pypi/collective.recipe.omelette</description>
		<content:encoded><![CDATA[<p>Have you seen the already pre-existing Omelette buildout recipe which does the same thing?</p>
<p><a href="http://pypi.python.org/pypi/collective.recipe.omelette" rel="nofollow">http://pypi.python.org/pypi/co.....e.omelette</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
