<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/docs, branch feature/vendor-pkg-resources</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Add some commas.</title>
<updated>2018-03-08T21:34:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-03-08T21:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cb39b3f2e4eed76a2cae7ae8f68489067be5f978'/>
<id>cb39b3f2e4eed76a2cae7ae8f68489067be5f978</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated package_data documentation</title>
<updated>2018-03-08T13:59:23+00:00</updated>
<author>
<name>David Pugh</name>
<email>david.pugh@mclaren.com</email>
</author>
<published>2018-03-08T13:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f4464151c2fbd3f684ce00fadfc0e0c27097e2df'/>
<id>f4464151c2fbd3f684ce00fadfc0e0c27097e2df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove reference to bitbucket mirror. Fixes #1280.</title>
<updated>2018-02-21T01:45:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-02-21T01:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5da3a845683ded446cad8af009d3ab9f264a944f'/>
<id>5da3a845683ded446cad8af009d3ab9f264a944f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation spacing error causing wrong formatting.</title>
<updated>2018-02-19T23:37:19+00:00</updated>
<author>
<name>Vincent Philippon</name>
<email>sindaewoh@gmail.com</email>
</author>
<published>2018-02-19T23:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0d99729166cc722bc86a1284141f45ab34bca793'/>
<id>0d99729166cc722bc86a1284141f45ab34bca793</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation inconsistency on version specifier</title>
<updated>2018-02-19T23:28:00+00:00</updated>
<author>
<name>Vincent Philippon</name>
<email>sindaewoh@gmail.com</email>
</author>
<published>2018-02-19T23:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=885402d3ffb3d77dca661487038aa88aaaa483cc'/>
<id>885402d3ffb3d77dca661487038aa88aaaa483cc</id>
<content type='text'>
The `,` is the equivalent of an "and".
Also, the pkg_resources section documents and behave like this too:

```
&gt;&gt;&gt; pkg_resources.Requirement('requests&gt;1,&gt;2').specifier.contains('1.2.3')
False
&gt;&gt;&gt; pkg_resources.Requirement('requests&gt;1,&gt;2').specifier.contains('2.3.4')
True
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `,` is the equivalent of an "and".
Also, the pkg_resources section documents and behave like this too:

```
&gt;&gt;&gt; pkg_resources.Requirement('requests&gt;1,&gt;2').specifier.contains('1.2.3')
False
&gt;&gt;&gt; pkg_resources.Requirement('requests&gt;1,&gt;2').specifier.contains('2.3.4')
True
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Reflect find_packages behavior in doc</title>
<updated>2018-01-23T23:11:14+00:00</updated>
<author>
<name>Dylan Wilson</name>
<email>dylanjw@protonmail.com</email>
</author>
<published>2018-01-23T23:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5d5861adecc1b0cb57e6d0061016b4d0e68da629'/>
<id>5d5861adecc1b0cb57e6d0061016b4d0e68da629</id>
<content type='text'>
find_packages doesnt find PEP420 packages but
the documentation suggests that it does.

see: pypa/setuptools#97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find_packages doesnt find PEP420 packages but
the documentation suggests that it does.

see: pypa/setuptools#97
</pre>
</div>
</content>
</entry>
<entry>
<title>Document project_urls setup parameter</title>
<updated>2017-12-05T17:56:10+00:00</updated>
<author>
<name>Jeremy Stanley</name>
<email>fungi@yuggoth.org</email>
</author>
<published>2017-12-05T17:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=7af7f8a68ea4b0f7d45a739273684832fa609935'/>
<id>7af7f8a68ea4b0f7d45a739273684832fa609935</id>
<content type='text'>
Add an entry to the Setuptools usage documentation for the
project_urls dict, and include it in the "advanced" project example.

While at it, adjust the dogfooding use in Setuptools' own setup.py
to use HTTPS for the Documentation URL and drop redundant entries
for Bug Tracker and Source Code.

Also remove a no-op attribute reassignment from egg_info.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an entry to the Setuptools usage documentation for the
project_urls dict, and include it in the "advanced" project example.

While at it, adjust the dogfooding use in Setuptools' own setup.py
to use HTTPS for the Documentation URL and drop redundant entries
for Bug Tracker and Source Code.

Also remove a no-op attribute reassignment from egg_info.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support PEP 345 Project-URL metadata</title>
<updated>2017-11-22T19:24:12+00:00</updated>
<author>
<name>Jeremy Stanley</name>
<email>fungi@yuggoth.org</email>
</author>
<published>2017-11-21T00:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=df2246449c271c07586bcecc3eaa36e9b0e94e3d'/>
<id>df2246449c271c07586bcecc3eaa36e9b0e94e3d</id>
<content type='text'>
By including one or more Project-URL entries in PKG-INFO metadata,
PyPI can display helpful hyperlinks in a generic manner. Add support
here to be able to pass it through setup.cfg and setup.py with a
project_urls dict. See the corresponding section of the Core
Metadata Specifications from the Python Packaging User Guide for
details:

https://packaging.python.org/specifications/core-metadata/#project-url-multiple-use
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By including one or more Project-URL entries in PKG-INFO metadata,
PyPI can display helpful hyperlinks in a generic manner. Add support
here to be able to pass it through setup.cfg and setup.py with a
project_urls dict. See the corresponding section of the Core
Metadata Specifications from the Python Packaging User Guide for
details:

https://packaging.python.org/specifications/core-metadata/#project-url-multiple-use
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into drop-py26</title>
<updated>2017-11-20T02:39:41+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-20T02:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e4572e8c828cf5c82e072e01672283b5f27396a4'/>
<id>e4572e8c828cf5c82e072e01672283b5f27396a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs proofreading</title>
<updated>2017-09-14T16:29:55+00:00</updated>
<author>
<name>John T. Wodder II</name>
<email>git@varonathe.org</email>
</author>
<published>2017-09-14T16:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4a2ebc7e7f71f38925977a18fad2a8883dc86c65'/>
<id>4a2ebc7e7f71f38925977a18fad2a8883dc86c65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
