<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/depends.py, branch 3.7.1</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>Patch globals in a function. This technique bypasses the linter warnings about the names not being present, and allows for better documentation.</title>
<updated>2014-05-18T03:42:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=032cd636116a821d20a590d87afa99626de9bff6'/>
<id>032cd636116a821d20a590d87afa99626de9bff6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NameError (is this code ever used?).</title>
<updated>2014-05-18T03:37:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ac86a30d6f4bc4ed403ea668d4a904d8ae933850'/>
<id>ac86a30d6f4bc4ed403ea668d4a904d8ae933850</id>
<content type='text'>
--HG--
extra : amend_source : 4361459883522692c4d70715135439819d981d7a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 4361459883522692c4d70715135439819d981d7a
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize syntax</title>
<updated>2014-05-18T03:33:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e6e3b8dfd12cb96b3abc7b34bda56c6431956719'/>
<id>e6e3b8dfd12cb96b3abc7b34bda56c6431956719</id>
<content type='text'>
--HG--
extra : amend_source : eeaee0372ea8d1d39475a722234c03f6a0247722
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : eeaee0372ea8d1d39475a722234c03f6a0247722
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes to support 2.x and 3.x in the same codebase.</title>
<updated>2011-06-20T21:55:16+00:00</updated>
<author>
<name>Vinay Sajip</name>
<email>vinay_sajip@yahoo.co.uk</email>
</author>
<published>2011-06-20T21:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=58a658b26d1c95b31d02050dcccd648d2e4ce27b'/>
<id>58a658b26d1c95b31d02050dcccd648d2e4ce27b</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix http://bugs.python.org/setuptools/issue31 (backport from trunk)</title>
<updated>2008-08-21T18:36:39+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2008-08-21T18:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=49dfb4a17843282fa7359247b68d857d737847fd'/>
<id>49dfb4a17843282fa7359247b68d857d737847fd</id>
<content type='text'>
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065948
</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%4065948
</pre>
</div>
</content>
</entry>
<entry>
<title>Flesh out 'depends' command to display dependencies' status, and halt if</title>
<updated>2004-03-20T20:52:12+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2004-03-20T20:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7ce55cabc53fe2c1378446ba0557e5f716c0cd31'/>
<id>7ce55cabc53fe2c1378446ba0557e5f716c0cd31</id>
<content type='text'>
all requirements aren't met.  (Also, check planned install location for
the dependencies, as well as checking sys.path.)  Also:

* Allow 'Feature()' objects to include 'Require()' objects, so that
  dependencies can be optional

* 'Require()' objects can set a homepage, whose URL will be displayed by
  the 'depends' command if the dependency needs to be installed.

* Misc. fixes/refactoring of version validation to properly handle
  "unknown" versions, and to decouple version fetching from version
  checking.

* Updated TODO to remove various completed items.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040876
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all requirements aren't met.  (Also, check planned install location for
the dependencies, as well as checking sys.path.)  Also:

* Allow 'Feature()' objects to include 'Require()' objects, so that
  dependencies can be optional

* 'Require()' objects can set a homepage, whose URL will be displayed by
  the 'depends' command if the dependency needs to be installed.

* Misc. fixes/refactoring of version validation to properly handle
  "unknown" versions, and to decouple version fetching from version
  checking.

* Updated TODO to remove various completed items.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040876
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial checkin of setuptools 0.0.1.</title>
<updated>2004-03-19T20:53:14+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2004-03-19T20:53:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8423e1ed14ac1691c2863c6e8cac9230cf558d7b'/>
<id>8423e1ed14ac1691c2863c6e8cac9230cf558d7b</id>
<content type='text'>
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040869
</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%4040869
</pre>
</div>
</content>
</entry>
</feed>
