<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/command, branch develop-nspkg</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Add uninstall support for namespace packages</title>
<updated>2016-11-06T21:41:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-11-06T21:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=355603259aa37e424cf7466c3de6518375a935e3'/>
<id>355603259aa37e424cf7466c3de6518375a935e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install -nspkg.pth under develop command. Fixes namespace package support as long as __init__.py is omitted.</title>
<updated>2016-11-06T20:54:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-11-06T20:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=14827711f669a830190313951ab5aef7b71ab2c6'/>
<id>14827711f669a830190313951ab5aef7b71ab2c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract a helper to capture the temporary workaround. Ref #837.</title>
<updated>2016-11-04T19:30:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-11-04T19:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9e50e2e2e8920e31bab36855b5ddc48d4c474e95'/>
<id>9e50e2e2e8920e31bab36855b5ddc48d4c474e95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use consistent quotes</title>
<updated>2016-11-03T01:12:07+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-11-03T01:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a811607a23f9e2ab05c071b03d59f55951860b6c'/>
<id>a811607a23f9e2ab05c071b03d59f55951860b6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support Python 3.3.0 for extension suffix</title>
<updated>2016-11-03T01:10:25+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-11-03T01:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=74da9afb4dae6ad548895da2169a4f2cd76617dd'/>
<id>74da9afb4dae6ad548895da2169a4f2cd76617dd</id>
<content type='text'>
In setuptools 27.0+ extension building fails on Python 3.3.0 because the extension suffix is obtained using `SO` and not `EXT_SUFFIX` (which is used in 3.3.1 and above). See: https://hg.python.org/cpython/file/v3.3.0/Lib/distutils/command/build_ext.py#l673

This patch tries `EXT_SUFFIX` and falls back to `SO` if `EXT_SUFFIX` is falsey.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In setuptools 27.0+ extension building fails on Python 3.3.0 because the extension suffix is obtained using `SO` and not `EXT_SUFFIX` (which is used in 3.3.1 and above). See: https://hg.python.org/cpython/file/v3.3.0/Lib/distutils/command/build_ext.py#l673

This patch tries `EXT_SUFFIX` and falls back to `SO` if `EXT_SUFFIX` is falsey.</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset e12256c4d32e. Fixes #833. Reopens #274 and reopens #521.</title>
<updated>2016-10-30T02:28:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-30T02:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b18391c74e190b99cc358997f30907a5c4d78b00'/>
<id>b18391c74e190b99cc358997f30907a5c4d78b00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #832 from pypa/namespace-module</title>
<updated>2016-10-28T17:45:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-28T17:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=070b4e89c384cab1616f73f2c4a494d93c3bcd56'/>
<id>070b4e89c384cab1616f73f2c4a494d93c3bcd56</id>
<content type='text'>
Add a namespace module.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a namespace module.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #830 from tweksteen/include_data_files</title>
<updated>2016-10-28T17:42:42+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-28T17:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=1e368654db5d501baffe21d32cc2594ac78ce36c'/>
<id>1e368654db5d501baffe21d32cc2594ac78ce36c</id>
<content type='text'>
Remove _add_defaults_data_files override</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove _add_defaults_data_files override</pre>
</div>
</content>
</entry>
<entry>
<title>Remove _add_defaults_data_files override</title>
<updated>2016-10-26T05:36:54+00:00</updated>
<author>
<name>Thiebaud Weksteen</name>
<email>tweek@google.com</email>
</author>
<published>2016-10-26T05:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e12256c4d32ebf59791d56576ec328131f58357a'/>
<id>e12256c4d32ebf59791d56576ec328131f58357a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spacing after comment hash.</title>
<updated>2016-10-25T01:37:18+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-10-25T01:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=dd25d1f858cd02211f4d105ab19d6c3ce90d4048'/>
<id>dd25d1f858cd02211f4d105ab19d6c3ce90d4048</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
