<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command/install_scripts.py, branch v67.3.2</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>Delay imports of pkg_resources in install_scripts.py</title>
<updated>2023-01-24T01:14:45+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-24T00:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=99b7b6450f4a71eed229607ccc1b8d567b59bf02'/>
<id>99b7b6450f4a71eed229607ccc1b8d567b59bf02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move ensure_directory into setuptools.</title>
<updated>2022-02-05T14:23:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-04T03:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4cbbb99a953ac5b1fec3b1dfdd106a7781f4293d'/>
<id>4cbbb99a953ac5b1fec3b1dfdd106a7781f4293d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove bdist_wininst</title>
<updated>2021-03-08T11:15:11+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2021-02-12T08:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e6fdc967a538c7c08768a4898317572a76de2f84'/>
<id>e6fdc967a538c7c08768a4898317572a76de2f84</id>
<content type='text'>
Fixes https://github.com/pypa/setuptools/issues/2558
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/pypa/setuptools/issues/2558
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix install_scripts() if bdist_wininst is missing</title>
<updated>2020-02-03T14:06:22+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-02-03T14:05:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=60da370778026872e44d44c3a0429bfc2b242504'/>
<id>60da370778026872e44d44c3a0429bfc2b242504</id>
<content type='text'>
Closes #1985
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1985
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove spurious executable permissions</title>
<updated>2018-07-27T12:53:45+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2018-07-27T12:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=760e2e1df9c9c9d1fc072e7b6ad9df4c32bfc835'/>
<id>760e2e1df9c9c9d1fc072e7b6ad9df4c32bfc835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure shebang lines are correctly quoted if sys.executable contains spaces.</title>
<updated>2016-06-25T23:48:30+00:00</updated>
<author>
<name>Felix Krull</name>
<email>f_krull@gmx.de</email>
</author>
<published>2016-06-25T23:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3132833570c90d52f6c2a422506732e82d772cdd'/>
<id>3132833570c90d52f6c2a422506732e82d772cdd</id>
<content type='text'>
Fixes issue #398. This only special-cases sys.executable; if the --executable
parameter is used, paths with spaces have to be quoted there explicitly. While
this change also applies to Unix platforms, if sys.executable contains spaces
on Unix, any shebang lines created with it aren't going to work either way,
whether they are quoted or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue #398. This only special-cases sys.executable; if the --executable
parameter is used, paths with spaces have to be quoted there explicitly. While
this change also applies to Unix platforms, if sys.executable contains spaces
on Unix, any shebang lines created with it aren't going to work either way,
whether they are quoted or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a .best classmethod to resolve JythonCommandSpec when relevant.</title>
<updated>2015-01-21T01:33:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-21T01:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ad794c2809cc2ad0a48a14129dca82996f14af28'/>
<id>ad794c2809cc2ad0a48a14129dca82996f14af28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct command reference.</title>
<updated>2015-01-19T01:46:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-19T01:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e584d52bc8080aa0e1dfec9514068bfef175b7fd'/>
<id>e584d52bc8080aa0e1dfec9514068bfef175b7fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow the CommandSpec class to be resolved by the writer.</title>
<updated>2015-01-19T00:57:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-19T00:57:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=43ffa78752de38190b2480b68d9ad908cf1b7fa5'/>
<id>43ffa78752de38190b2480b68d9ad908cf1b7fa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract writer resolution as a variable</title>
<updated>2015-01-19T00:55:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-19T00:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=97f96e8cd4d1938095101f26a28f17d6a3f97435'/>
<id>97f96e8cd4d1938095101f26a28f17d6a3f97435</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
