<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/extension.py, branch 0.6.8</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Fix import that was breaking py3k</title>
<updated>2009-08-06T15:27:13+00:00</updated>
<author>
<name>agronholm</name>
<email>none@none</email>
</author>
<published>2009-08-06T15:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f6cad3a2bfeb4238da359c882fe7cbbaedb5d8b7'/>
<id>f6cad3a2bfeb4238da359c882fe7cbbaedb5d8b7</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 76bf8f9213536189bce76a41e798c44c5f468cbd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 76bf8f9213536189bce76a41e798c44c5f468cbd
</pre>
</div>
</content>
</entry>
<entry>
<title>SharedLibrary -&gt; Library.  For now, Windows libs get built as shared,</title>
<updated>2006-01-06T19:57:36+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-01-06T19:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5d732201ae2c910ebd00a882d33d70bc47056662'/>
<id>5d732201ae2c910ebd00a882d33d70bc47056662</id>
<content type='text'>
and other platforms get static.  :(

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041941
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and other platforms get static.  :(

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041941
</pre>
</div>
</content>
</entry>
<entry>
<title>First draft of shared library build support.  See tests/shlib_test</title>
<updated>2006-01-05T23:14:21+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-01-05T23:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bda5b372b2b631048897ec5ecee6eee98b3b06a9'/>
<id>bda5b372b2b631048897ec5ecee6eee98b3b06a9</id>
<content type='text'>
for a trivial example.  This has only been tested on Windows with
a MinGW compiler, and the Mac OS support isn't finished.  Testing
w/other platforms+compilers would be helpful.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041927
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for a trivial example.  This has only been tested on Windows with
a MinGW compiler, and the Mac OS support isn't finished.  Testing
w/other platforms+compilers would be helpful.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041927
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhanced setuptools infrastructure to support distutils extensions that</title>
<updated>2005-08-06T18:46:28+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-06T18:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8a29467d941a7983d5f6eadc5c0e1624417944b6'/>
<id>8a29467d941a7983d5f6eadc5c0e1624417944b6</id>
<content type='text'>
can be plugged in at setup() time to define new setup() arguments or
distutils commands.  This allows modularization and reuse of distutils
extensions in a way that was previously not possible.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041180
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can be plugged in at setup() time to define new setup() arguments or
distutils commands.  This allows modularization and reuse of distutils
extensions in a way that was previously not possible.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041180
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial checkin of setuptools 0.0.1.</title>
<updated>2004-03-19T20:53:14+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2004-03-19T20:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8423e1ed14ac1691c2863c6e8cac9230cf558d7b'/>
<id>8423e1ed14ac1691c2863c6e8cac9230cf558d7b</id>
<content type='text'>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040869
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040869
</pre>
</div>
</content>
</entry>
</feed>
