<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-bitbucket.git/setuptools/dist.py, 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>Minor refactoring of code that checks a distribution's contents.</title>
<updated>2005-08-14T21:14:46+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T21:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=abaed7ef6a53cdd6e5d6a90252bb110440d04df5'/>
<id>abaed7ef6a53cdd6e5d6a90252bb110440d04df5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>On second thought, don't.  :(  Walter Doerwald's situation isn't really</title>
<updated>2005-08-14T20:18:56+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T20:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=ea9147bc40e1ebf49e588cb421405f8ee9f6ff86'/>
<id>ea9147bc40e1ebf49e588cb421405f8ee9f6ff86</id>
<content type='text'>
compatible with namespace packages, even if I do manage to hack up a way
to make it work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
compatible with namespace packages, even if I do manage to hack up a way
to make it work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow distributing an empty namespace package.</title>
<updated>2005-08-14T20:16:28+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T20:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=b5bf8330c94fbc469760ba8b42a61b8e66d8114e'/>
<id>b5bf8330c94fbc469760ba8b42a61b8e66d8114e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Enhanced setuptools infrastructure to support distutils extensions that</title>
<updated>2005-08-06T18:46:28+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-06T18:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=c436d28b03903cb114da59cf1efe9849087ef48f'/>
<id>c436d28b03903cb114da59cf1efe9849087ef48f</id>
<content type='text'>
can be plugged in at setup() time to define new setup() arguments or
distutils commands.  This allows modularization and reuse of distutils
extensions in a way that was previously not possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can be plugged in at setup() time to define new setup() arguments or
distutils commands.  This allows modularization and reuse of distutils
extensions in a way that was previously not possible.
</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>Implement ``namespace_packages`` keyword to ``setup()``.  Added keyword</title>
<updated>2005-07-10T15:43:08+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-10T15:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=848cfc717dbc73be664ce15b986249e816da3685'/>
<id>848cfc717dbc73be664ce15b986249e816da3685</id>
<content type='text'>
summary to setuptools doc.  Begin work on ``zip_safe`` flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
summary to setuptools doc.  Begin work on ``zip_safe`` flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect and handle conflicts with "unmanaged" packages when installing</title>
<updated>2005-07-10T04:49:31+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-07-10T04:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=663ce675dbc418b03c2c27b9c68adba5d2ba79bb'/>
<id>663ce675dbc418b03c2c27b9c68adba5d2ba79bb</id>
<content type='text'>
packages managed by EasyInstall.  Also, add an option to exclude source
files from .egg distributions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
packages managed by EasyInstall.  Also, add an option to exclude source
files from .egg distributions.
</pre>
</div>
</content>
</entry>
</feed>
