<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools, branch feature/deterministic-provides-extras-2</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Retain order when parsing values from config</title>
<updated>2019-02-20T13:37:12+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-20T02:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8cf5eb6b498b4d7954d539b1c832ca492da29ec5'/>
<id>8cf5eb6b498b4d7954d539b1c832ca492da29ec5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer dict comprehension</title>
<updated>2019-02-20T13:37:06+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-20T02:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=c52a0abf7d752aab2faab10fe8221a3dc68104cb'/>
<id>c52a0abf7d752aab2faab10fe8221a3dc68104cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>On Python 3.5 and earlier, sort extras_require to support repeatable builds based on metadata generated from extras on those older Pythons.</title>
<updated>2019-02-20T01:56:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-19T22:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0fc0f58fdb0dcb21cf3d2029d3ae4b735f39b1fd'/>
<id>0fc0f58fdb0dcb21cf3d2029d3ae4b735f39b1fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Store 'provides_extras' as an ordered list to retain order.</title>
<updated>2019-02-19T22:52:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-19T22:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=2063cffefaa644e5948f50eddd524a0df23c8eb0'/>
<id>2063cffefaa644e5948f50eddd524a0df23c8eb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand tests to capture legacy behavior (sorted keys on older Pythons) and new behavior (honor author's order on Python 3.6)</title>
<updated>2019-02-19T22:27:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-19T22:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=78996f70807b9e0e50bc68c7579b339fedb7cade'/>
<id>78996f70807b9e0e50bc68c7579b339fedb7cade</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 capturing expectation that provides_extras are ordered.</title>
<updated>2019-02-17T22:08:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-17T20:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4a6b8ba7ced6bb841000a59bdef7f9879fb6578d'/>
<id>4a6b8ba7ced6bb841000a59bdef7f9879fb6578d</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 setup.cfg-only projects</title>
<updated>2019-02-07T13:08:14+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-01-31T13:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=179115b198387a21202433ea61cc53f2efd383fc'/>
<id>179115b198387a21202433ea61cc53f2efd383fc</id>
<content type='text'>
Many projects can get away with an empty `setup.py` and use *only* the
declarative `setup.cfg`. With the new PEP 517 backend, we can supply a
default empty `setup.py` if one is not provided.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many projects can get away with an empty `setup.py` and use *only* the
declarative `setup.cfg`. With the new PEP 517 backend, we can supply a
default empty `setup.py` if one is not provided.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename build_meta:legacy to build_meta:__legacy__</title>
<updated>2019-02-05T13:42:36+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-02-05T13:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e04a41e3129fa9945e15b16fd6d65cc212c1d946'/>
<id>e04a41e3129fa9945e15b16fd6d65cc212c1d946</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move build_meta_legacy to build_meta:legacy</title>
<updated>2019-02-03T17:25:06+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-02-03T17:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=11fb3f38d23ff1e0d81e64ba3b68b3de2d2b990a'/>
<id>11fb3f38d23ff1e0d81e64ba3b68b3de2d2b990a</id>
<content type='text'>
Rather than exposing a top-level module for the legacy backend, we will
move the legacy backend into the `setuptools.build_meta` module and
specify it using the module:object syntax.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than exposing a top-level module for the legacy backend, we will
move the legacy backend into the `setuptools.build_meta` module and
specify it using the module:object syntax.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use absolute path in build_meta_legacy</title>
<updated>2019-02-03T17:25:06+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-01-28T14:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=db590baf81ebcb23605da54118905437412228ce'/>
<id>db590baf81ebcb23605da54118905437412228ce</id>
<content type='text'>
Using the absolute path to the directory of the setup script better
mimics the semantics of a direct invocation of python setup.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the absolute path to the directory of the setup script better
mimics the semantics of a direct invocation of python setup.py.
</pre>
</div>
</content>
</entry>
</feed>
