Re: [Catalog-sig] Can PyPI have a new field that stores the code repository URL?

2011-04-08 Thread Richard Jones
On Sat, Apr 9, 2011 at 8:57 AM, Tres Seaver wrote: >I also don't know > whether it [setuptools] scrapes VCS URLs from the '/simple' interface. Oh gods I hope not. Richard ___ Catalog-SIG mailing list Catalog-SIG@python.org http://mail.python.org/m

Re: [Catalog-sig] Can PyPI have a new field that stores the code repository URL?

2011-04-08 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/08/2011 04:07 PM, "Martin v. Löwis" wrote: > Am 08.04.2011 21:30, schrieb Jacob Kaplan-Moss: >> On Fri, Apr 8, 2011 at 12:09 PM, Tarek Ziadé wrote: >>> I added in PEP 345 a field where you can store any number of urls for >>> the project >>> >>>

Re: [Catalog-sig] Can PyPI have a new field that stores the code repository URL?

2011-04-08 Thread Martin v. Löwis
Am 08.04.2011 21:30, schrieb Jacob Kaplan-Moss: > On Fri, Apr 8, 2011 at 12:09 PM, Tarek Ziadé wrote: >> I added in PEP 345 a field where you can store any number of urls for >> the project >> >> Check it out, PyPI also support displaying it under a "Project Links" portlet >> >> example: http://py

Re: [Catalog-sig] Can PyPI have a new field that stores the code repository URL?

2011-04-08 Thread Jacob Kaplan-Moss
On Fri, Apr 8, 2011 at 12:09 PM, Tarek Ziadé wrote: > I added in PEP 345 a field where you can store any number of urls for > the project > > Check it out, PyPI also support displaying it under a "Project Links" portlet > > example: http://pypi.python.org/pypi/gfbi_core/0.2 It looks like these do

Re: [Catalog-sig] Can PyPI have a new field that stores the code repository URL?

2011-04-08 Thread Martin v. Löwis
> In PEP-345 there isn't a specific URL field. Instead we have to hope > that people add something and then follow a 'source code' label > convention. [...] > My request is for a obvious, specific field. I don't think these need to contradict each other: it could be a Project-URL, but still could

Re: [Catalog-sig] pypissh

2011-04-08 Thread exarkun
On 05:58 pm, exar...@twistedmatrix.com wrote: Hello, I tried pypissh 1.1. When I ran it with no arguments, it produced this result: Traceback (most recent call last): File "pypissh.py", line 85, in f = urlopen('httpssh://sub...@pypi.python.org/pypi') File "pypissh.py", line 74, in urlo

[Catalog-sig] pypissh

2011-04-08 Thread exarkun
Hello, I tried pypissh 1.1. When I ran it with no arguments, it produced this result: Traceback (most recent call last): File "pypissh.py", line 85, in f = urlopen('httpssh://sub...@pypi.python.org/pypi') File "pypissh.py", line 74, in urlopen return _opener.open(req, data, timeout)

Re: [Catalog-sig] Can PyPI have a new field that stores the code repository URL?

2011-04-08 Thread Tarek Ziadé
On Fri, Apr 8, 2011 at 10:24 AM, Daniel Greenfeld wrote: > Hey Tarek, > > In PEP-345 there isn't a specific URL field. Instead we have to hope > that people add something and then follow a 'source code' label > convention. To know to add this field, one needs to know the > convention, and that is

Re: [Catalog-sig] Can PyPI have a new field that stores the code repository URL?

2011-04-08 Thread Daniel Greenfeld
Hey Tarek, In PEP-345 there isn't a specific URL field. Instead we have to hope that people add something and then follow a 'source code' label convention. To know to add this field, one needs to know the convention, and that is in PEP-345, far from PyPI and its instructions. Even if instructed, f

Re: [Catalog-sig] Can PyPI have a new field that stores the code repository URL?

2011-04-08 Thread Tarek Ziadé
I added in PEP 345 a field where you can store any number of urls for the project Check it out, PyPI also support displaying it under a "Project Links" portlet example: http://pypi.python.org/pypi/gfbi_core/0.2 On Fri, Apr 8, 2011 at 10:01 AM, Daniel Greenfeld wrote: > Projects have home page

[Catalog-sig] Can PyPI have a new field that stores the code repository URL?

2011-04-08 Thread Daniel Greenfeld
Projects have home pages, they also have Repos but that is not on PyPI. For the forthcoming Python Packages (https://github.com/cartwheelweb/packaginator) having this field would mean gathering metrics on those projects would be great. Otherwise we have to check 10K+ records. I know that the data w

Re: [Catalog-sig] JSON content-disposition (Was: [PythonInfo Wiki] Update of "CheeseShop" by RichardJones)

2011-04-08 Thread Richard Jones
On Fri, Apr 8, 2011 at 6:24 PM, anatoly techtonik wrote: > On Fri, Apr 8, 2011 at 5:18 AM, Richard Jones wrote: >> Interesting - but I'm not sure that's a great solution. >> >> Can someone point IE at http://pypi.python.org/pypi/roundup/json and >> tell me what it does please? > > IE7 proposes do

Re: [Catalog-sig] JSON content-disposition (Was: [PythonInfo Wiki] Update of "CheeseShop" by RichardJones)

2011-04-08 Thread anatoly techtonik
On Fri, Apr 8, 2011 at 5:18 AM, Richard Jones wrote: > > Interesting - but I'm not sure that's a great solution. > > Can someone point IE at http://pypi.python.org/pypi/roundup/json and > tell me what it does please? IE7 proposes download of 'json' file. -- anatoly t. __