On Sat, Jan 02, 2010 at 11:32:00AM +0900, David Cournapeau wrote:
> [snip]
> - supporting different variants of the same package in the
> dependency graph at install time
> [snip]
> The second issue is more challenging. It complicates the dependency
> handling quite a bit, and may cause difficu
On Fri, Jan 1, 2010 at 10:43 PM, Pierre Raybaut wrote:
> Hi David,
>
> Following your announcement for the 'toydist' module, I think that
> your project is very promising: this is certainly a great idea and it
> will be very controversial but that's because people expectactions are
> great on this
Hi all,
I added a recipe for to build a copy of the documentation after every
svn commit. The results may be seen at
http://matplotlib.sourceforge.net/trunk-docs/ (we can change the
location easily if desired).
This is just the result of another buildbot recipe, so any troubles that
crop up when
Jae-Joon Lee wrote:
> The error happens because of the *.rst files under doc/examples that
> are not in sync with examples/*.py.
> Removing that directory (doc/examples) will solve the problem (the
> directory will be repopulated when you run make.py again). Here is a
> related link.
>
> http://ol
The error happens because of the *.rst files under doc/examples that
are not in sync with examples/*.py.
Removing that directory (doc/examples) will solve the problem (the
directory will be repopulated when you run make.py again). Here is a
related link.
http://old.nabble.com/python-make.py-html-f
I wanted to make a small fix to the contour docstring, and test it
before committing, so I tried building the docs from scratch. It fails
with the last part of the traceback being:
File
"/usr/local/lib/python2.6/dist-packages/matplotlib/sphinxext/plot_directive.py",
line 414, in plot_dire
On Thu, Dec 31, 2009 at 6:06 AM, Darren Dale wrote:
>
> I should defer to the description of extras in the setuptools
> documentation. It is only a few paragraphs long:
>
> http://peak.telecommunity.com/DevCenter/setuptools#declaring-extras-optional-features-with-their-own-dependencies
Ok, so th
Hi David,
Following your announcement for the 'toydist' module, I think that
your project is very promising: this is certainly a great idea and it
will be very controversial but that's because people expectactions are
great on this matter (distutils is so disappointing indeed).
Anyway, if I may b
2009/12/31 Fernando Perez :
> On Thu, Dec 31, 2009 at 4:54 AM, Darren Dale wrote:
>> I have been resistant to committing this patch because (in my opinion)
>> mpl should not have to provide workarounds for bugs in package X on OS
>> Y, distribution Z. I think this particular issue was fixed when
>