<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/docs/build_meta.rst, branch bugfix/3525-error</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>Remove wheel dependency in example</title>
<updated>2022-07-08T13:00:13+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-07-08T12:57:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=21d8388226d8346853a839703f071eb43f74c128'/>
<id>21d8388226d8346853a839703f071eb43f74c128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add beta status to 'file' directive for reading dependencies</title>
<updated>2022-06-19T18:31:21+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-19T18:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=645a53f543001112b6e9652907dca295b99751dd'/>
<id>645a53f543001112b6e9652907dca295b99751dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update build_meta.rst</title>
<updated>2022-06-18T00:55:48+00:00</updated>
<author>
<name>cdfarrow</name>
<email>cdfarrow@users.noreply.github.com</email>
</author>
<published>2022-06-18T00:55:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fe11fbb91d459ac567e68278e29b18858550a10f'/>
<id>fe11fbb91d459ac567e68278e29b18858550a10f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs/build_meta.rst</title>
<updated>2022-06-18T00:15:02+00:00</updated>
<author>
<name>cdfarrow</name>
<email>cdfarrow@users.noreply.github.com</email>
</author>
<published>2022-06-18T00: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=a45b56c6f0938d9016e8a429c868a6171253e967'/>
<id>a45b56c6f0938d9016e8a429c868a6171253e967</id>
<content type='text'>
Co-authored-by: Anderson Bravalheri &lt;andersonbravalheri+github@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Anderson Bravalheri &lt;andersonbravalheri+github@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update build_meta.rst</title>
<updated>2022-06-17T06:32:44+00:00</updated>
<author>
<name>cdfarrow</name>
<email>cdfarrow@users.noreply.github.com</email>
</author>
<published>2022-06-17T06:32:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=bf11294e54828c8bd3c319fb84a5c16513559a62'/>
<id>bf11294e54828c8bd3c319fb84a5c16513559a62</id>
<content type='text'>
Mainly grammar/style tweaks... which turned into a few more thoughts:
About this statement: "decide which program to use to 'build from source' (the default is ``setuptools``)." 
I think 'default' conveys the wrong impression here when it is explaining the new way of doing things. PEP517 says, "(build) tools should revert to the legacy behaviour of running setup.py" Maybe a footnote would be better saying it is a fallback, for backward compatibility. (But, all the same, this is interesting information that now explains to me why 'py -m build' worked before I had tried using a pyproject.toml file.)
Line 37:  ``build_meta`` implements ``setuptools``'s build system support.
This seems out of place, and doesn't make sense. build_meta hasn't been mentioned yet in this article. Maybe this sentence could go before line 61.
Line 26-28: This seems like low-level detail that is out of place in this article. If you want to keep it, maybe add a note that the default directory is dist\.
**The "bullet items" under the PEP517 section aren't formatting correctly in the Preview. Please check that I haven't messed anything up there in the final render.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mainly grammar/style tweaks... which turned into a few more thoughts:
About this statement: "decide which program to use to 'build from source' (the default is ``setuptools``)." 
I think 'default' conveys the wrong impression here when it is explaining the new way of doing things. PEP517 says, "(build) tools should revert to the legacy behaviour of running setup.py" Maybe a footnote would be better saying it is a fallback, for backward compatibility. (But, all the same, this is interesting information that now explains to me why 'py -m build' worked before I had tried using a pyproject.toml file.)
Line 37:  ``build_meta`` implements ``setuptools``'s build system support.
This seems out of place, and doesn't make sense. build_meta hasn't been mentioned yet in this article. Maybe this sentence could go before line 61.
Line 26-28: This seems like low-level detail that is out of place in this article. If you want to keep it, maybe add a note that the default directory is dist\.
**The "bullet items" under the PEP517 section aren't formatting correctly in the Preview. Please check that I haven't messed anything up there in the final render.</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependency management docs</title>
<updated>2022-06-12T14:40:54+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-12T14:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=16137c686c619c0133e7bc2aef9b85d1a34b68fe'/>
<id>16137c686c619c0133e7bc2aef9b85d1a34b68fe</id>
<content type='text'>
- Extract `depencency_liks` section to a new file:
  `deprecated/dependency_links.rst`
- Add note about directly URLs not being accepted in PyPI.
- Simplify intro about build system requirement.
- Simplify intro about optional dependencies.
- Fix confusion in example about "Project" and "Package".
- "Demote" section about extras in entry-points to a note.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Extract `depencency_liks` section to a new file:
  `deprecated/dependency_links.rst`
- Add note about directly URLs not being accepted in PyPI.
- Simplify intro about build system requirement.
- Simplify intro about optional dependencies.
- Fix confusion in example about "Project" and "Package".
- "Demote" section about extras in entry-points to a note.
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply suggestions from code review</title>
<updated>2022-05-16T12:28:41+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri+github@gmail.com</email>
</author>
<published>2022-05-16T12:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b4226940d326d3774a4599955f35ff628a7ecc51'/>
<id>b4226940d326d3774a4599955f35ff628a7ecc51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some small typos and grammar fixes</title>
<updated>2022-04-26T12:05:53+00:00</updated>
<author>
<name>Matt Hall</name>
<email>matt@agilescientific.com</email>
</author>
<published>2022-04-26T12:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4810455c7c541abe37dbe495ef002b9ca84bf143'/>
<id>4810455c7c541abe37dbe495ef002b9ca84bf143</id>
<content type='text'>
- Tense changed in first paragraph: should be either past or present; present seems fair since a lot of people still use or even need `setup.py`.
- Line 20: missing 'the'
- Under 'How to use it?' I added a Python file to the source tree; seems like the sort of thing a beginner could get confused about ("where does my code go?").
- A couple of small typos.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Tense changed in first paragraph: should be either past or present; present seems fair since a lot of people still use or even need `setup.py`.
- Line 20: missing 'the'
- Under 'How to use it?' I added a Python file to the source tree; seems like the sort of thing a beginner could get confused about ("where does my code go?").
- A couple of small typos.</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2022-04-21T13:08:02+00:00</updated>
<author>
<name>Markus Bong</name>
<email>2Fake1987@gmail.com</email>
</author>
<published>2022-04-21T13:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2fab368305769553b58e94ec4f6ae6d4e93f039a'/>
<id>2fab368305769553b58e94ec4f6ae6d4e93f039a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention experimental pyproject.toml support in discovery docs</title>
<updated>2022-03-17T00:27:09+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-17T00:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=59f923e87920736509fe22a35e9a7047dfd43ee8'/>
<id>59f923e87920736509fe22a35e9a7047dfd43ee8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
