Skip to content

Instantly share code, notes, and snippets.

@timbertson
Created March 17, 2012 01:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timbertson/2054116 to your computer and use it in GitHub Desktop.
Save timbertson/2054116 to your computer and use it in GitHub Desktop.
python-distribute 0install feed
<?xml version="1.0"?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:compile="http://zero-install.sourceforge.net/2006/namespaces/0compile" uri="http://gfxmonk.net/dist/0install/python-distribute.xml">
<name>python-distribute</name>
<summary>python packaging tool</summary>
<publish xmlns="http://gfxmonk.net/dist/0install" mode="third-party"/>
<description>
python packaging tool, a fork of setuptools</description>
<homepage>http://packages.python.org/distribute/</homepage>
<package-implementation package="python-distribute"/>
<!-- python 2 -->
<group arch="*-src" compile:dup-src="true" compile:min-version="0.23">
<command name="compile" shell-command="cd &quot;$BUILDDIR&quot; &amp;&amp; python setup.py build &amp;&amp; cp -a build/lib* &quot;$DISTDIR/lib&quot;">
<requires interface="http://repo.roscidus.com/python/python">
<version before="3" not-before="2.7"/>
<executable-in-path name="python"/>
</requires>
<compile:implementation main="lib/easy_install.py" arch="*-*">
<command name="run" path="lib/easy_install.py">
<runner interface="http://repo.roscidus.com/python/python">
<version before="3"/>
</runner>
</command>
<environment insert="lib" name="PYTHONPATH"/>
</compile:implementation>
</command>
<implementation id="sha1new=ab6c729d097a774a64bd230544be523ebb4325a7" released="2012-03-13" version="0.6.25">
<archive extract="distribute-0.6.25" href="http://pypi.python.org/packages/source/d/distribute/distribute-0.6.25.tar.gz" size="629502" type="application/x-compressed-tar"/>
</implementation>
</group>
<!-- python 3 -->
<group arch="*-src" compile:dup-src="true" compile:min-version="0.23">
<command name="compile" shell-command="cd &quot;$BUILDDIR&quot; &amp;&amp; chmod -R +w * &amp;&amp; python setup.py build &amp;&amp; cp -a build/lib* &quot;$DISTDIR/lib&quot;">
<requires interface="http://repo.roscidus.com/python/python">
<version not-before="3"/>
<executable-in-path name="python"/>
</requires>
<compile:implementation main="lib/easy_install.py" arch="*-*">
<command name="run" path="lib/easy_install.py">
<runner interface="http://repo.roscidus.com/python/python">
<version not-before="3"/>
</runner>
</command>
<environment insert="lib" name="PYTHONPATH"/>
</compile:implementation>
</command>
<implementation id="sha1new=ab6c729d097a774a64bd230544be523ebb4325a7" released="2012-03-13" version="0.6.25">
<archive extract="distribute-0.6.25" href="http://pypi.python.org/packages/source/d/distribute/distribute-0.6.25.tar.gz" size="629502" type="application/x-compressed-tar"/>
</implementation>
</group>
<!-- (cross-platform) compiled impls -->
<group>
</group>
</interface>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment