<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/easy_install.py, branch v49.1.0</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Revert "drop easy_install script and associated documentation"</title>
<updated>2019-11-16T22:30:10+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-11-16T22:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a1e956b20f11f2d02f5a9855bda37660080184c9'/>
<id>a1e956b20f11f2d02f5a9855bda37660080184c9</id>
<content type='text'>
This reverts commit 6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3.
</pre>
</div>
</content>
</entry>
<entry>
<title>drop easy_install script and associated documentation</title>
<updated>2019-11-15T19:06:07+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-11-14T20:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3'/>
<id>6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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='https://git.replicant.us/replicant-next/external_python_setuptools/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>Backport all known 2.5-compatibility fixes</title>
<updated>2006-09-20T20:48:18+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-09-20T20:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3bf8c4fa854d9cbb9af700b3852b1fded03fea54'/>
<id>3bf8c4fa854d9cbb9af700b3852b1fded03fea54</id>
<content type='text'>
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051935
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051935
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve backward compatibility, so that users running easy_install.py or</title>
<updated>2005-09-24T17:28:56+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-09-24T17:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b36d8cf48254de4e35688764e6026dfffdfa2b62'/>
<id>b36d8cf48254de4e35688764e6026dfffdfa2b62</id>
<content type='text'>
python -m easy_install get a clearer error message.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041249
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python -m easy_install get a clearer error message.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041249
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support to solve the infamous "we want .py on Windows, no</title>
<updated>2005-09-17T01:13:02+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-09-17T01:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=673ac23e93f64a287c16a0d0ea45ba9ab9379d2d'/>
<id>673ac23e93f64a287c16a0d0ea45ba9ab9379d2d</id>
<content type='text'>
extension elsewhere" problem, while also bypassing the need for PATHEXT
on Windows, and in fact the need to even write script files at all, for
any platform.  Instead, you define "entry points" in your setup script,
in this case the names of the scripts you want (without extensions) and
the functions that should be imported and run to implement the scripts.
Setuptools will then generate platform-appropriate script files at
install time, including an .exe wrapper when installing on Windows.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041246
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extension elsewhere" problem, while also bypassing the need for PATHEXT
on Windows, and in fact the need to even write script files at all, for
any platform.  Instead, you define "entry points" in your setup script,
in this case the names of the scripts you want (without extensions) and
the functions that should be imported and run to implement the scripts.
Setuptools will then generate platform-appropriate script files at
install time, including an .exe wrapper when installing on Windows.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041246
</pre>
</div>
</content>
</entry>
<entry>
<title>Made ``easy_install`` a standard ``setuptools`` command, moving it from</title>
<updated>2005-07-06T02:10:48+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-06T02:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8468e915d354af475ef47363cccafdc9d458b7a8'/>
<id>8468e915d354af475ef47363cccafdc9d458b7a8</id>
<content type='text'>
the ``easy_install`` module to ``setuptools.command.easy_install``.  Note
that if you were importing or extending it, you must now change your
imports accordingly.  ``easy_install.py`` is still installed as a script,
but not as a module.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041079
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the ``easy_install`` module to ``setuptools.command.easy_install``.  Note
that if you were importing or extending it, you must now change your
imports accordingly.  ``easy_install.py`` is still installed as a script,
but not as a module.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041079
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2005-07-04T18:45:02+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-04T18:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8a4d2f4e3f1c64141cf94f1ca697cdc2c63ec0c6'/>
<id>8a4d2f4e3f1c64141cf94f1ca697cdc2c63ec0c6</id>
<content type='text'>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041075
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041075
</pre>
</div>
</content>
</entry>
<entry>
<title>EasyInstall/setuptools 0.5a4: significant new features, including automatic</title>
<updated>2005-06-27T00:31:03+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-06-27T00:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=643acd6ad1eb4aeebac199c91af001181c7786f3'/>
<id>643acd6ad1eb4aeebac199c91af001181c7786f3</id>
<content type='text'>
installation of dependencies, the ability to specify dependencies in a
setup script, and several new options to control EasyInstall's behavior.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041073
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
installation of dependencies, the ability to specify dependencies in a
setup script, and several new options to control EasyInstall's behavior.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041073
</pre>
</div>
</content>
</entry>
<entry>
<title>0.5a3 bugfix release</title>
<updated>2005-06-25T19:33:06+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-06-25T19:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5ed7f988bca676d52388b7d0db6e540bfd1476f7'/>
<id>5ed7f988bca676d52388b7d0db6e540bfd1476f7</id>
<content type='text'>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041072
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041072
</pre>
</div>
</content>
</entry>
</feed>
