From kiorky at cryptelium.net  Sun Sep  2 21:44:04 2012
From: kiorky at cryptelium.net (kiorky)
Date: Sun, 02 Sep 2012 21:44:04 +0200
Subject: [Catalog-sig] PyPI maintenance over
In-Reply-To: <5035DCE3.3040104@v.loewis.de>
References: <5035DCE3.3040104@v.loewis.de>
Message-ID: <5043B704.3030905@cryptelium.net>

Hi,

Now, i have slow transfert (download) rate, is that normal (40K/S) ?
 From g.pypi.* for example, it is way quickier.





On 23/08/2012 09:33, "Martin v. L?wis" wrote:
> I just moved the Postgres database to the new server;
> everything should be working again.
>
> Regards,
> Martin
> _______________________________________________
> Catalog-SIG mailing list
> Catalog-SIG at python.org
> http://mail.python.org/mailman/listinfo/catalog-sig

-- 
Cordialement,
KiOrKY
GPG Key FingerPrint: 0x1A1194B7681112AF
Pensez ? l'environnement.
N'imprimez ce courriel que si vous en avez vraiment besoin.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/catalog-sig/attachments/20120902/2c5daf71/attachment.html>

From martin at v.loewis.de  Mon Sep  3 08:03:40 2012
From: martin at v.loewis.de (martin at v.loewis.de)
Date: Mon, 03 Sep 2012 08:03:40 +0200
Subject: [Catalog-sig] PyPI maintenance over
In-Reply-To: <5043B704.3030905@cryptelium.net>
References: <5035DCE3.3040104@v.loewis.de> <5043B704.3030905@cryptelium.net>
Message-ID: <20120903080340.Horde.w5UAPaGZi1VQREg8v2JF5TA@webmail.df.eu>


Zitat von kiorky <kiorky at cryptelium.net>:

> Now, i have slow transfert (download) rate, is that normal (40K/S) ?
> From g.pypi.* for example, it is way quickier.

It certainly depends on where in the world you are located. What are
the respective ping times, and how many hops do you need to each
server?

However, 40K/s is not normal; I just measured 1,3M/s (from German DFN).

Regards,
Martin



From daniele at vurt.org  Tue Sep  4 15:09:08 2012
From: daniele at vurt.org (Daniele Procida)
Date: Tue, 4 Sep 2012 14:09:08 +0100
Subject: [Catalog-sig] lxml pip issue
Message-ID: <20120904130908.1197062723@mwuml004.modern-world.net>

I am not able to install lxml using pip. Other packages seem to be OK. I had the same issue last week.

Even wget from pypi produces errors: <http://dpaste.com/796201/>

With pip: <http://dpaste.com/796198/> and with pip -v: <http://paste.pound-python.org/show/25460/>

Is this a pypi issue?

Daniele



From martin at v.loewis.de  Sat Sep  8 14:13:59 2012
From: martin at v.loewis.de (martin at v.loewis.de)
Date: Sat, 08 Sep 2012 14:13:59 +0200
Subject: [Catalog-sig] lxml pip issue
In-Reply-To: <20120904130908.1197062723@mwuml004.modern-world.net>
References: <20120904130908.1197062723@mwuml004.modern-world.net>
Message-ID: <20120908141359.Horde.gdIGLqGZi1VQSzaHHuYHRHA@webmail.df.eu>


Zitat von Daniele Procida <daniele at vurt.org>:

> Is this a pypi issue?

I'm not sure. If it is, I have no idea how to fix it.

Regards,
Martin



From dholth at gmail.com  Sat Sep  8 15:06:13 2012
From: dholth at gmail.com (Daniel Holth)
Date: Sat, 8 Sep 2012 09:06:13 -0400
Subject: [Catalog-sig] lxml pip issue
In-Reply-To: <20120904130908.1197062723@mwuml004.modern-world.net>
References: <20120904130908.1197062723@mwuml004.modern-world.net>
Message-ID: <CAG8k2+5cc=RFyeXmoy1rH6m2KyqpE_VBy_HF8-Lw7apkGNjkHA@mail.gmail.com>

I suppose you know about installing directly from a downloaded sdist using
pip, the pip download cache, and find-links
On Sep 8, 2012 8:08 AM, "Daniele Procida" <daniele at vurt.org> wrote:

> I am not able to install lxml using pip. Other packages seem to be OK. I
> had the same issue last week.
>
> Even wget from pypi produces errors: <http://dpaste.com/796201/>
>
> With pip: <http://dpaste.com/796198/> and with pip -v: <
> http://paste.pound-python.org/show/25460/>
>
> Is this a pypi issue?
>
> Daniele
>
>
> _______________________________________________
> Catalog-SIG mailing list
> Catalog-SIG at python.org
> http://mail.python.org/mailman/listinfo/catalog-sig
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/catalog-sig/attachments/20120908/0bf64ead/attachment.html>

From noah at coderanger.net  Sat Sep  8 23:45:57 2012
From: noah at coderanger.net (Noah Kantrowitz)
Date: Sat, 8 Sep 2012 14:45:57 -0700
Subject: [Catalog-sig] lxml pip issue
In-Reply-To: <20120904130908.1197062723@mwuml004.modern-world.net>
References: <20120904130908.1197062723@mwuml004.modern-world.net>
Message-ID: <4C32898D-BABB-4D80-9987-675A92C4F262@coderanger.net>

Can you please send us the output of "curl -vvv -o /dev/null --trace - http://pypi.python.org/packages/source/l/lxml/lxml-2.3.5.tar.gz > tmp"? That should show all the HTTP traffic.

--Noah

On Sep 4, 2012, at 6:09 AM, Daniele Procida wrote:

> I am not able to install lxml using pip. Other packages seem to be OK. I had the same issue last week.
> 
> Even wget from pypi produces errors: <http://dpaste.com/796201/>
> 
> With pip: <http://dpaste.com/796198/> and with pip -v: <http://paste.pound-python.org/show/25460/>
> 
> Is this a pypi issue?
> 
> Daniele
> 
> 
> _______________________________________________
> Catalog-SIG mailing list
> Catalog-SIG at python.org
> http://mail.python.org/mailman/listinfo/catalog-sig

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 203 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.python.org/pipermail/catalog-sig/attachments/20120908/0033e3b7/attachment.pgp>

From merwok at netwok.org  Fri Sep 28 18:01:57 2012
From: merwok at netwok.org (=?UTF-8?B?w4lyaWMgQXJhdWpv?=)
Date: Fri, 28 Sep 2012 12:01:57 -0400
Subject: [Catalog-sig] Panel on packaging at PyCon 2013
Message-ID: <5065C9F5.5080202@netwok.org>

Hi everybody,

I?m putting up a last-minute proposal for a panel about directions for
the packaging ecosystem at the next PyCon.  For that I would need a list
of panelists.  I think it would be interesting to have developers (say
from distribute, buildout, pip, wheel) as well as users from
subcommunities (packaging people tend to be web developers, but their
experience doesn?t match the needs of the scipy community for example).

The threads of the panel would be something like:
- working on a better distutils vs. rethinking the whole thing;
- what to put in the stdlib (distlib vs. distutils2);
- decide if we revise the accepted PEPs to address the known problems or
start new ones
- devise a roadmap for new PEPs.

Who wants to volunteer?

I would be a panelist too, so I need a moderator.  Nick, would you like
to take that role?

Regards

From aclark at aclark.net  Fri Sep 28 18:30:53 2012
From: aclark at aclark.net (Alex Clark)
Date: Fri, 28 Sep 2012 12:30:53 -0400
Subject: [Catalog-sig] pythonpackages.com "hail mary"
Message-ID: <k44jbs$hsn$1@ger.gmane.org>

(I sent this to distutils by mistake, sorry for the dup if you are on 
both lists.)


Hi,

The pythonpackages.com "hail mary" call has gone out:

- http://blog.aclark.net/2012/09/28/pythonpackages-com-one-year-later/

If you are interested in this project and can help financially (even in 
a small way), please do so now (the blog entry has the details.) 
Otherwise, I'll mostly likely open source the application by the end of 
the year, and chop it up for parts :-).


Thanks for considering,


Alex



-- 
Alex Clark ? http://pythonpackages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/catalog-sig/attachments/20120928/ce5805b0/attachment.html>