Re: [Zope-dev] zc.recipe.testrunner 1.1.0 requires zope.testing 3.6.0, but not released
Hi there, On Thu, Sep 4, 2008 at 1:42 PM, Andreas Jung <lists@zopyx.com> wrote: [snip]
zope.testing 3.6.0 was marked as hidden on PyPI. It's now visible again - together with 3.5.6.
Does the hidden status explain it not being picked up by buildout? Anyway, sorry for getting confused there. Regards, Martijn
On Thu, Sep 4, 2008 at 8:16 AM, Martijn Faassen <faassen@startifact.com> wrote:
Does the hidden status explain it not being picked up by buildout? Anyway, sorry for getting confused there.
No; the "hidden" bit only affects the normal PyPI user interface. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Chaos is the score upon which reality is written." --Henry Miller
On Sep 4, 2008, at 8:49 AM, Fred Drake wrote:
On Thu, Sep 4, 2008 at 8:16 AM, Martijn Faassen <faassen@startifact.com
wrote: Does the hidden status explain it not being picked up by buildout? Anyway, sorry for getting confused there.
No; the "hidden" bit only affects the normal PyPI user interface.
No, it also affects buildout if you use the PyPI user interface as your index, which is why you should use http://pypi.python.org/ simple/, or one of its mirrors as your index. Jim -- Jim Fulton Zope Corporation
Hey, On Thu, Sep 4, 2008 at 4:52 PM, Jim Fulton <jim@zope.com> wrote:
On Sep 4, 2008, at 8:49 AM, Fred Drake wrote:
On Thu, Sep 4, 2008 at 8:16 AM, Martijn Faassen <faassen@startifact.com> wrote:
Does the hidden status explain it not being picked up by buildout? Anyway, sorry for getting confused there.
No; the "hidden" bit only affects the normal PyPI user interface.
No, it also affects buildout if you use the PyPI user interface as your index, which is why you should use http://pypi.python.org/simple/, or one of its mirrors as your index.
I thought buildout used the simple version by default? I'm using buildout 1.0 and this was introduced in a beta (b29). Regards, Martijn
On Sep 4, 2008, at 10:55 AM, Martijn Faassen wrote:
Hey,
On Thu, Sep 4, 2008 at 4:52 PM, Jim Fulton <jim@zope.com> wrote:
On Sep 4, 2008, at 8:49 AM, Fred Drake wrote:
On Thu, Sep 4, 2008 at 8:16 AM, Martijn Faassen <faassen@startifact.com
wrote:
Does the hidden status explain it not being picked up by buildout? Anyway, sorry for getting confused there.
No; the "hidden" bit only affects the normal PyPI user interface.
No, it also affects buildout if you use the PyPI user interface as your index, which is why you should use http://pypi.python.org/simple/, or one of its mirrors as your index.
I thought buildout used the simple version by default? I'm using buildout 1.0 and this was introduced in a beta (b29).
It does, but it lets you specify a different index. I assumed you were using an old index. <shrug> Jim -- Jim Fulton Zope Corporation
participants (3)
-
Fred Drake -
Jim Fulton -
Martijn Faassen