<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools, branch 4.0b1</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Check packages without deference to order</title>
<updated>2014-03-16T09:42:34+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T09:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=069dc42ee0cae4988e45ed4ced47f22ce7344029'/>
<id>069dc42ee0cae4988e45ed4ced47f22ce7344029</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use py26compat for skipIf</title>
<updated>2014-03-16T09:33:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T09:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cdbcb2b5ea59a09ab16a3f024c27f4ce6553ddff'/>
<id>cdbcb2b5ea59a09ab16a3f024c27f4ce6553ddff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 4.0 in preparation for next release.</title>
<updated>2014-03-16T09:30:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T09:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ddce1ca3b19ac6fa504a996ca6d652681503381a'/>
<id>ddce1ca3b19ac6fa504a996ca6d652681503381a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for PEP 420 namespace packages to find_packages()</title>
<updated>2014-02-12T08:52:26+00:00</updated>
<author>
<name>Wyatt Lee Baldwin</name>
<email>self@wyattbaldwin.com</email>
</author>
<published>2014-02-12T08:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=80fc5b6d418b2df0243989b1b8c999f795f3f55e'/>
<id>80fc5b6d418b2df0243989b1b8c999f795f3f55e</id>
<content type='text'>
On Python 3.3+, `find_packages()` now considers any subdirectory of the
start directory that's not a regular package (i.e., that doesn't have an
`__init__.py`) to be a namespace package.

The other way this supports PEP 420 is by making sure `__pycache__`
directories are never added to the list of packages.

Fixes issue #97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Python 3.3+, `find_packages()` now considers any subdirectory of the
start directory that's not a regular package (i.e., that doesn't have an
`__init__.py`) to be a namespace package.

The other way this supports PEP 420 is by making sure `__pycache__`
directories are never added to the list of packages.

Fixes issue #97
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 3.4 in preparation for next release.</title>
<updated>2014-03-16T09:05:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T09:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=c74177b8d8c565650abec45d2f90550be0c2702f'/>
<id>c74177b8d8c565650abec45d2f90550be0c2702f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test for Python 2.6 compatibility</title>
<updated>2014-03-16T08:12:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T08:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3e6b92ec702c3139802b60df651fa14360e382b9'/>
<id>3e6b92ec702c3139802b60df651fa14360e382b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for find_packages(include=)</title>
<updated>2014-03-16T08:00:06+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T08:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=db165ca67c638fdcae9b3a85154b2b4b23e3f5db'/>
<id>db165ca67c638fdcae9b3a85154b2b4b23e3f5db</id>
<content type='text'>
--HG--
extra : rebase_source : bee4238f4cd00fa8bd3104017f4caf234dcf0729
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : bee4238f4cd00fa8bd3104017f4caf234dcf0729
</pre>
</div>
</content>
</entry>
<entry>
<title>Add include parameter to find_packages.</title>
<updated>2014-02-12T08:52:26+00:00</updated>
<author>
<name>Wyatt Lee Baldwin</name>
<email>self@wyattbaldwin.com</email>
</author>
<published>2014-02-12T08:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cc20858d5ead318ae7e8ddcdaf61c610fa1e0578'/>
<id>cc20858d5ead318ae7e8ddcdaf61c610fa1e0578</id>
<content type='text'>
--HG--
extra : rebase_source : 1fec39a038ac2c460e62ef2ee2eee5a0b66a676d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : 1fec39a038ac2c460e62ef2ee2eee5a0b66a676d
</pre>
</div>
</content>
</entry>
<entry>
<title>Move import to top</title>
<updated>2014-03-16T07:49:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T07:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=193b2ee5695838d25f99ddc3dbf22deeb97eafe0'/>
<id>193b2ee5695838d25f99ddc3dbf22deeb97eafe0</id>
<content type='text'>
--HG--
extra : rebase_source : 3b48a37ada247203bfebf87cdbb473b72e6e208b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : 3b48a37ada247203bfebf87cdbb473b72e6e208b
</pre>
</div>
</content>
</entry>
<entry>
<title>Exclude __pycache__ in find_packages.</title>
<updated>2014-02-12T08:52:26+00:00</updated>
<author>
<name>Wyatt Lee Baldwin</name>
<email>self@wyattbaldwin.com</email>
</author>
<published>2014-02-12T08:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=406b907f1b790dc9aa9afbf9de1a4d07c7e21802'/>
<id>406b907f1b790dc9aa9afbf9de1a4d07c7e21802</id>
<content type='text'>
--HG--
extra : rebase_source : fecc027e4355f36d779967683a213fb2d867d21a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : fecc027e4355f36d779967683a213fb2d867d21a
</pre>
</div>
</content>
</entry>
</feed>
