<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-bitbucket.git/setuptools/tests, branch setuptools</title>
<subtitle>bitbucket.org: Obsolete (use python-setuptools-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/'/>
<entry>
<title>Document the "Environment" class, and simplify its API.</title>
<updated>2005-08-14T01:45:38+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T01:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=9728bc77a18277ead47735f7993898c71a5e53a1'/>
<id>9728bc77a18277ead47735f7993898c71a5e53a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.</title>
<updated>2005-08-13T23:04:08+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-13T23:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=db7347b2e3f7044388eebd6d58ed8161281b8962'/>
<id>db7347b2e3f7044388eebd6d58ed8161281b8962</id>
<content type='text'>
Also fixed a few bugs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixed a few bugs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed AvailableDistributions -&gt; Environment.  Add sketch of pkg_resources</title>
<updated>2005-08-07T01:03:36+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-07T01:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=c340506c139ac92832716ebedcd53e0fab50f152'/>
<id>c340506c139ac92832716ebedcd53e0fab50f152</id>
<content type='text'>
manual outline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
manual outline.
</pre>
</div>
</content>
</entry>
<entry>
<title>Got rid of the no-longer meaningful "depends" command.  Consolidated the</title>
<updated>2005-08-06T19:29:49+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-06T19:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=c37349f549ebf82f548b822b27c2ede9f549c310'/>
<id>c37349f549ebf82f548b822b27c2ede9f549c310</id>
<content type='text'>
replacement of the "install" command so that installation is always via
easy_install, but doesn't use the previous kludgy intereception technique.
Allow ``extra_path`` to be set, but ignore it, so that when easy_install
wraps a package that uses it, there won't be any confusion as to the
desired installation location.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
replacement of the "install" command so that installation is always via
easy_install, but doesn't use the previous kludgy intereception technique.
Allow ``extra_path`` to be set, but ignore it, so that when easy_install
wraps a package that uses it, there won't be any confusion as to the
desired installation location.
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc. bug fixes and doc additions.  Add 'iter_entry_points()' API.</title>
<updated>2005-07-25T03:12:51+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-25T03:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=9460bdf5dc2c4c4c0cca6659184fa7f52f5c2451'/>
<id>9460bdf5dc2c4c4c0cca6659184fa7f52f5c2451</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement "entry points" for dynamic discovery of drivers and plugins.</title>
<updated>2005-07-24T22:47:06+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-24T22:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=a4c8421afadea9ba3da8bf42adc71251c60b2c1e'/>
<id>a4c8421afadea9ba3da8bf42adc71251c60b2c1e</id>
<content type='text'>
Change setuptools to discover setup commands using an entry point group
called "distutils.commands".  Thanks to Ian Bicking for the suggestion that
led to designing this super-cool feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change setuptools to discover setup commands using an entry point group
called "distutils.commands".  Thanks to Ian Bicking for the suggestion that
led to designing this super-cool feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix eager resource extraction. Add eager_resources setup() argument.  Add</title>
<updated>2005-07-24T17:59:27+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-24T17:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=377e21167f0625324c391dc47d83cf91cdea05e9'/>
<id>377e21167f0625324c391dc47d83cf91cdea05e9</id>
<content type='text'>
support for obtaining project-level resources by making get_provider()
accept Requirement objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support for obtaining project-level resources by making get_provider()
accept Requirement objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch a few missed terminology changes.</title>
<updated>2005-07-18T02:28:14+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-18T02:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=48301ee1062827ab13ceac652215b9d0422f08b4'/>
<id>48301ee1062827ab13ceac652215b9d0422f08b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Massive API refactoring; see setuptools.txt changelog for details.  Also,</title>
<updated>2005-07-18T01:39:45+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-18T01:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=fb5402ed3da11d6957e9200dc75156b4ee9ff9b9'/>
<id>fb5402ed3da11d6957e9200dc75156b4ee9ff9b9</id>
<content type='text'>
add ``#egg=project-version`` link support, and docs on how to make your
package available for EasyInstall to find.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add ``#egg=project-version`` link support, and docs on how to make your
package available for EasyInstall to find.
</pre>
</div>
</content>
</entry>
<entry>
<title>``Distribution`` objects now implement the ``IResourceProvider`` and</title>
<updated>2005-07-17T19:01:15+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-17T19:01:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=c60e98260bd52524c2843814db7380c6f1f4968f'/>
<id>c60e98260bd52524c2843814db7380c6f1f4968f</id>
<content type='text'>
``IMetadataProvider`` interfaces, so you don't need to reference the (no
longer available) ``metadata`` attribute to get at these interfaces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
``IMetadataProvider`` interfaces, so you don't need to reference the (no
longer available) ``metadata`` attribute to get at these interfaces.
</pre>
</div>
</content>
</entry>
</feed>
