<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/dist.py, branch bugfix/3452-warn</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>setuptools: drop support for installing an entrypoint dependencies</title>
<updated>2022-07-02T14:09:17+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2022-06-28T09:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=36981f1419b4bcf88b074a8296f235f602e8e8c0'/>
<id>36981f1419b4bcf88b074a8296f235f602e8e8c0</id>
<content type='text'>
It does not work (broken since `v60.8.0`: the code in `_install_dependencies`
forgets to add the newly installed egg to `sys.path`), and is unnecessary as
it's the job of the code handling `setup_requires` to ensure all necessary
build requirements are installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It does not work (broken since `v60.8.0`: the code in `_install_dependencies`
forgets to add the newly installed egg to `sys.path`), and is unnecessary as
it's the job of the code handling `setup_requires` to ensure all necessary
build requirements are installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove comma</title>
<updated>2022-05-17T01:25:25+00:00</updated>
<author>
<name>Gyeongjae Choi</name>
<email>def6488@gmail.com</email>
</author>
<published>2022-05-17T01:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=93dd5091e82c9a093041df44260f49910c047abe'/>
<id>93dd5091e82c9a093041df44260f49910c047abe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add deprecation messages for `namespace_packages`.</title>
<updated>2022-05-16T12:30:13+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-11T21:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=376da0c45bb7690848120d77c7ffbcec74e68243'/>
<id>376da0c45bb7690848120d77c7ffbcec74e68243</id>
<content type='text'>
The docs in
https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
and
https://packaging.python.org/en/latest/guides/packaging-namespace-packages/
suggest that this field is deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The docs in
https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
and
https://packaging.python.org/en/latest/guides/packaging-namespace-packages/
suggest that this field is deprecated.
</pre>
</div>
</content>
</entry>
<entry>
<title>do not backfill Project-URL: homepage into Home-page: field (causes duplicates on PyPI).  prevent "UNKNOWN" vals from appearing in summary, license, platform.  prevent an extra newline getting added in long description</title>
<updated>2022-04-30T03:34:27+00:00</updated>
<author>
<name>wim glenn</name>
<email>hey@wimglenn.com</email>
</author>
<published>2022-04-30T03:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1cfa27c05bd6753c7a7c5fa4cb498c85ce088392'/>
<id>1cfa27c05bd6753c7a7c5fa4cb498c85ce088392</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Decrease verbosity of _install_setup_requires</title>
<updated>2022-03-27T14:57:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-27T14:20:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=245b8686ace004f2827bfad542a57fe226d6765f'/>
<id>245b8686ace004f2827bfad542a57fe226d6765f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve _tmp_extras_require as an ordered set</title>
<updated>2022-03-27T14:57:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-27T14:03:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3f28fbc10f584da8555a6ea89155bc49ddcb18c9'/>
<id>3f28fbc10f584da8555a6ea89155bc49ddcb18c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Store install_requires and extras_require for future usage</title>
<updated>2022-03-27T14:57:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-27T12:15:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b760e946dc794f145b507a1512d7ff7138c06ae8'/>
<id>b760e946dc794f145b507a1512d7ff7138c06ae8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure to ignore option errors with MinimalDistribution</title>
<updated>2022-03-21T20:59:02+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-21T20:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=05c00ae948fa5059ba445727fa450f7dfb6dda29'/>
<id>05c00ae948fa5059ba445727fa450f7dfb6dda29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into experimental/support-pyproject</title>
<updated>2022-03-16T15:51:11+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-16T15:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a70240af2c4eade71f2900cc0fba9369939b2cd4'/>
<id>a70240af2c4eade71f2900cc0fba9369939b2cd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>👹 Feed the hobgoblins (delint).</title>
<updated>2022-03-13T17:15:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-03-13T17:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e7b99faf0add4e9bbc1970a975c371657a125e70'/>
<id>e7b99faf0add4e9bbc1970a975c371657a125e70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
