<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command/develop.py, branch 0.6.2</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>merged + removed trailing spaces</title>
<updated>2009-09-20T12:47:00+00:00</updated>
<author>
<name>tarek</name>
<email>none@none</email>
</author>
<published>2009-09-20T12:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1219c326683905695fbdf60c22367129075d2f8d'/>
<id>1219c326683905695fbdf60c22367129075d2f8d</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 343481c01063bac16767023dd7a24bb0b063b967
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 343481c01063bac16767023dd7a24bb0b063b967
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix interactions between the various "require" options,</title>
<updated>2008-01-19T02:55:03+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2008-01-19T02:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=60cf2d31c8edb39b418f522ad935320c6da9c927'/>
<id>60cf2d31c8edb39b418f522ad935320c6da9c927</id>
<content type='text'>
so that downloads aren't repeated and needed eggs are
always installed, even if they were downloaded to the
setup directory already.  (backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060066
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that downloads aren't repeated and needed eggs are
always installed, even if they were downloaded to the
setup directory already.  (backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060066
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ``--local-snapshots-ok`` flag, to allow building eggs from</title>
<updated>2007-02-23T20:29:58+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2007-02-23T20:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fb98a95e9badb23765ea520fd5bd9e30d0f1fe4a'/>
<id>fb98a95e9badb23765ea520fd5bd9e30d0f1fe4a</id>
<content type='text'>
projects installed using ``setup.py develop``.  (backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053877
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
projects installed using ``setup.py develop``.  (backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053877
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ``--egg-path`` option to ``develop`` command, allowing you to force</title>
<updated>2007-02-15T19:22:19+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2007-02-15T19:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7a27a6f7256169366cc968f75d6854754b29585d'/>
<id>7a27a6f7256169366cc968f75d6854754b29585d</id>
<content type='text'>
``.egg-link`` files to use relative paths (allowing them to be shared across
platforms on a networked drive). (backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053791
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
``.egg-link`` files to use relative paths (allowing them to be shared across
platforms on a networked drive). (backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053791
</pre>
</div>
</content>
</entry>
<entry>
<title>Generated scripts now use ``-x`` on the ``#!`` line when ``sys.executable``</title>
<updated>2006-09-06T21:01:13+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-09-06T21:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=243812655538358387c703bbd3789d2df05ca18b'/>
<id>243812655538358387c703bbd3789d2df05ca18b</id>
<content type='text'>
contains non-ASCII characters, to prevent deprecation warnings about an
unspecified encoding when the script is run.
(backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051791
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
contains non-ASCII characters, to prevent deprecation warnings about an
unspecified encoding when the script is run.
(backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051791
</pre>
</div>
</content>
</entry>
<entry>
<title>Make "setup.py develop" of a setuptools-using project install</title>
<updated>2006-09-06T19:56:50+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-09-06T19:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7d8ac102b900a1934c9d710b1eea59beb7945f0e'/>
<id>7d8ac102b900a1934c9d710b1eea59beb7945f0e</id>
<content type='text'>
setuptools, if needed, instead of only downloading the egg.
(backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051784
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
setuptools, if needed, instead of only downloading the egg.
(backport from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051784
</pre>
</div>
</content>
</entry>
<entry>
<title>* Fixed ``AttributeError`` when trying to download a ``setup_requires``</title>
<updated>2006-07-14T23:37:52+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-07-14T23:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=403e6845234a3eb83b5e2858edb5e204f6641842'/>
<id>403e6845234a3eb83b5e2858edb5e204f6641842</id>
<content type='text'>
  dependency when a distribution lacks a ``dependency_links`` setting.

* Made ``zip-safe`` and ``not-zip-safe`` flag files contain a single byte,
  so as to play better with packaging tools that complain about zero-length
  files.

* Made ``setup.py develop`` respect the ``--no-deps`` option, which it
  previously was ignoring.

(bug fixes backported from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050659
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  dependency when a distribution lacks a ``dependency_links`` setting.

* Made ``zip-safe`` and ``not-zip-safe`` flag files contain a single byte,
  so as to play better with packaging tools that complain about zero-length
  files.

* Made ``setup.py develop`` respect the ``--no-deps`` option, which it
  previously was ignoring.

(bug fixes backported from trunk)

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050659
</pre>
</div>
</content>
</entry>
<entry>
<title>Added automatic handling of installation conflicts.  Eggs are now shifted to</title>
<updated>2006-03-11T00:39:09+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-03-11T00:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=72930bc0b1cb2e4e193c977802e92c86f72fdd7e'/>
<id>72930bc0b1cb2e4e193c977802e92c86f72fdd7e</id>
<content type='text'>
the front of sys.path, in an order consistent with where they came from,
making EasyInstall seamlessly co-operate with system package managers.

The ``--delete-conflicting`` and ``--ignore-conflicts-at-my-risk`` options
are now no longer necessary, and will generate warnings at the end of a
run if you use them.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042965
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the front of sys.path, in an order consistent with where they came from,
making EasyInstall seamlessly co-operate with system package managers.

The ``--delete-conflicting`` and ``--ignore-conflicts-at-my-risk`` options
are now no longer necessary, and will generate warnings at the end of a
run if you use them.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042965
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented DWIM for PYTHONPATH.  That is, ez_setup and easy_install</title>
<updated>2006-02-10T21:09:12+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-02-10T21:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a0662830b342b51d58d9ae76881007daa6266aa7'/>
<id>a0662830b342b51d58d9ae76881007daa6266aa7</id>
<content type='text'>
should now "just work" if you're using a PYTHONPATH target, and if it
can't "just work", you get helpful instructions and doc links.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042308
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
should now "just work" if you're using a PYTHONPATH target, and if it
can't "just work", you get helpful instructions and doc links.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042308
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow most commands to work with an existing .egg-info directory w/a '-'</title>
<updated>2005-12-30T16:35:42+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-12-30T16:35:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=def626a4f5aa9c03da1fc2418fcad8055687f4b1'/>
<id>def626a4f5aa9c03da1fc2418fcad8055687f4b1</id>
<content type='text'>
in it, but warn about it and refuse to run "develop" until the existing
directory is renamed.  This should allow older source distributions and
checkouts to keep working with 0.6a9.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041857
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in it, but warn about it and refuse to run "develop" until the existing
directory is renamed.  This should allow older source distributions and
checkouts to keep working with 0.6a9.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041857
</pre>
</div>
</content>
</entry>
</feed>
