<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/pyproject.toml, branch v51.1.2</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Merge https://github.com/jaraco/skeleton into feature/skeleton</title>
<updated>2020-12-12T20:36:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-12T18:58:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d448f10805dcd564d597f0c63157bb7913d26193'/>
<id>d448f10805dcd564d597f0c63157bb7913d26193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Collapse skeleton history from archive/2020-12</title>
<updated>2020-12-08T21:29:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-08T21:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c681f6748acaea1bf0b706528c36327cc94a6eed'/>
<id>c681f6748acaea1bf0b706528c36327cc94a6eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>📝 Enable showing news categories in towncrier log</title>
<updated>2020-09-24T21:09:57+00:00</updated>
<author>
<name>Sviatoslav Sydorenko</name>
<email>wk@sydorenko.org.ua</email>
</author>
<published>2020-09-24T21:09:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=26736e834db76aded9a34a5c0679fedd15fd0881'/>
<id>26736e834db76aded9a34a5c0679fedd15fd0881</id>
<content type='text'>
Fixes #2394
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2394
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable flake8 and cov plugins only when installed. Avoid installing in PyPy.</title>
<updated>2020-09-14T23:05:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-14T23:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f01d2719802d3345332b761fb1c62fa4afd212c9'/>
<id>f01d2719802d3345332b761fb1c62fa4afd212c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid installing setuptools 45 on Python 2.</title>
<updated>2020-02-15T13:43:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-02-15T13:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=9732946b82f9e064603a31d3591783e867b7359c'/>
<id>9732946b82f9e064603a31d3591783e867b7359c</id>
<content type='text'>
Because Requires-Python is disabled for Python 2 to allow this declared-incompatible version to install on Python 2, the build-requirements must exclude installing setuptools 45 during the build-system setup.

Because Python 2 tests are only needed for internal validation, and because the latest pip is already installed, the build-system can rely on `backend-path = ["."]`.

Fixes #1996.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because Requires-Python is disabled for Python 2 to allow this declared-incompatible version to install on Python 2, the build-requirements must exclude installing setuptools 45 during the build-system setup.

Because Python 2 tests are only needed for internal validation, and because the latest pip is already installed, the build-system can rely on `backend-path = ["."]`.

Fixes #1996.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add backend-path for future Pips</title>
<updated>2019-12-29T16:59:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-12-29T16:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=dea5858f1ecf042a17e94a3e26a10bbc78fd2f35'/>
<id>dea5858f1ecf042a17e94a3e26a10bbc78fd2f35</id>
<content type='text'>
Co-Authored-By: Paul Ganssle &lt;paul@ganssle.io&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Paul Ganssle &lt;paul@ganssle.io&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Restore build-backend and remove switch to avoid pep517. Ref #1644.</title>
<updated>2019-12-01T14:14:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-12-01T14:14:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7a709b6d30dac9409707b1b9bf50cd7022e35118'/>
<id>7a709b6d30dac9409707b1b9bf50cd7022e35118</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop build-backend from pyproject.toml</title>
<updated>2019-02-01T19:39:33+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-02-01T18:56:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d012529dbc6576dd5cfe31cafea3d8061ec5ef4f'/>
<id>d012529dbc6576dd5cfe31cafea3d8061ec5ef4f</id>
<content type='text'>
Because we do not include setuptools in our build requirements and there
is no mechanism for a PEP 517 backend to bootstrap itself, setuptools
cannot use setuptools.build_meta as its backend, and cannot use PEP 517
to build itself.

Additionally, if you specify build-backend, it is impossible to disable
PEP 517 builds with pip's --no-use-pep517 flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because we do not include setuptools in our build requirements and there
is no mechanism for a PEP 517 backend to bootstrap itself, setuptools
cannot use setuptools.build_meta as its backend, and cannot use PEP 517
to build itself.

Additionally, if you specify build-backend, it is impossible to disable
PEP 517 builds with pip's --no-use-pep517 flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add declaration indicating the PEP 517 build backend needed for building setuptools.</title>
<updated>2018-12-29T09:00:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-12-29T08:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b6b5c710b9f4b1b3aa21256a2065f4e917201b0e'/>
<id>b6b5c710b9f4b1b3aa21256a2065f4e917201b0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix PEP 518 configuration</title>
<updated>2018-06-28T11:31:39+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2018-06-28T11:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=601f82e57247edf8505696304fbc7a3da4013cfc'/>
<id>601f82e57247edf8505696304fbc7a3da4013cfc</id>
<content type='text'>
Add `build-system.requires` key to `pyproject.toml`:
- this is necessary with pip 10.0.1, as otherwise the defaults will be
  to require both `setuptools` and `wheel` (and we only need the later)
- a `pyproject.toml` with no `build-system.requires` key will be invalid
  and rejected by a future version of pip
  (see https://github.com/pypa/pip/issues/5416#issuecomment-399638608)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `build-system.requires` key to `pyproject.toml`:
- this is necessary with pip 10.0.1, as otherwise the defaults will be
  to require both `setuptools` and `wheel` (and we only need the later)
- a `pyproject.toml` with no `build-system.requires` key will be invalid
  and rejected by a future version of pip
  (see https://github.com/pypa/pip/issues/5416#issuecomment-399638608)
</pre>
</div>
</content>
</entry>
</feed>
