Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-06 Thread Espen Moe-Nilssen
I tried to setup this, what is wrong here: [distutils] index-servers = pypi plone [pypi] username:espen password: [plone] respository: http://plone.org/products username: espenmn password: x --- setup.py register sdist upload -r plone tries to

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-06 Thread Gilles Lenfant
Hi, Your ~/.pypirc seems correct. It looks like you are using Python 2.4 to run setup.py. AFAIK this requires Python 2.6, or Python 2.4/2.5 plus collective.dist, and use mregister in place of register and mupload in place of upload. HTH -- Gilles Lenfant Le 6 avr. 2011 à 12:17, Espen

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-06 Thread Dylan Jay
On 06/04/2011, at 1:24 AM, Gilles Lenfant wrote: Le 5 avr. 2011 à 16:55, Wichert Akkerman a écrit : On 4/5/11 16:47 , Gilles Lenfant wrote: Le 5 avr. 2011 à 14:17, Wichert Akkerman a écrit : On 4/5/11 14:11 , Gilles Lenfant wrote: Hi, Advocating to publish new releases and components to

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-06 Thread Espen Moe-Nilssen
Hi, no, I think the python version is right, actully, I ran the command like this. ../../../../Python-2.6/bin/python2.6 setup.py register sdist upload -r plone Running it like ../../../Python-2.6/bin/python2.6 setup.py register sdist upload -r http://plone.org/products gives me Upload

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-06 Thread Gilles Lenfant
Le 6 avr. 2011 à 15:49, Espen Moe-Nilssen a écrit : Hi, no, I think the python version is right, actully, I ran the command like this. ../../../../Python-2.6/bin/python2.6 setup.py register sdist upload -r plone Running it like ../../../Python-2.6/bin/python2.6 setup.py register

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-06 Thread Alex Clark
On 4/5/11 10:55 AM, Wichert Akkerman wrote: On 4/5/11 16:47 , Gilles Lenfant wrote: Le 5 avr. 2011 à 14:17, Wichert Akkerman a écrit : On 4/5/11 14:11 , Gilles Lenfant wrote: Hi, Advocating to publish new releases and components to plone.org for these two main reasons : * There's no Plone

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-05 Thread Gilles Lenfant
Le 4 avr. 2011 à 19:33, derek a écrit : On Apr 4, 4:09 am, Wichert Akkerman wich...@wiggy.net wrote: On 4/4/11 06:27 , Dylan Jay wrote: I noticed a lot of plugins these days have newer releases on pypi than on plone.org. This becomes a pain for experienced people has we have to search both

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-05 Thread Wichert Akkerman
On 4/5/11 14:11 , Gilles Lenfant wrote: Hi, Advocating to publish new releases and components to plone.org for these two main reasons : * There's no Plone specific component categorization in Pypi. Searching in Pypi is somehow spartan. That is trivially fixed by requesting a Plone

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-05 Thread Gilles Lenfant
Le 5 avr. 2011 à 14:17, Wichert Akkerman a écrit : On 4/5/11 14:11 , Gilles Lenfant wrote: Hi, Advocating to publish new releases and components to plone.org for these two main reasons : * There's no Plone specific component categorization in Pypi. Searching in Pypi is somehow

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-05 Thread Wichert Akkerman
On 4/5/11 16:47 , Gilles Lenfant wrote: Le 5 avr. 2011 à 14:17, Wichert Akkerman a écrit : On 4/5/11 14:11 , Gilles Lenfant wrote: Hi, Advocating to publish new releases and components to plone.org for these two main reasons : * There's no Plone specific component categorization in Pypi.

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-05 Thread Gilles Lenfant
Le 5 avr. 2011 à 16:55, Wichert Akkerman a écrit : On 4/5/11 16:47 , Gilles Lenfant wrote: Le 5 avr. 2011 à 14:17, Wichert Akkerman a écrit : On 4/5/11 14:11 , Gilles Lenfant wrote: Hi, Advocating to publish new releases and components to plone.org for these two main reasons : *

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread Wichert Akkerman
On 4/4/11 06:27 , Dylan Jay wrote: Hi, I noticed a lot of plugins these days have newer releases on pypi than on plone.org. This becomes a pain for experienced people has we have to search both places to see if there are updates. Personally I never even look at plone.org anymore - pypi is

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread Luca Fabbri
On Mon, Apr 4, 2011 at 9:09 AM, Wichert Akkerman wich...@wiggy.net wrote: On 4/4/11 06:27 , Dylan Jay wrote: Hi, I noticed a lot of plugins these days have newer releases on pypi than on plone.org. This becomes a pain for experienced people has we have to search both places to see if there

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luca Fabbri wrote: Maybe plone.org should use the pypi API to scrape packages with a Plone classifier and instead of requiring double uploads. This can be good, but for me something must be done. Maybe also remove completely the Products

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread Dylan Jay
On 04/04/2011, at 6:42 PM, Andreas Jung wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luca Fabbri wrote: Maybe plone.org should use the pypi API to scrape packages with a Plone classifier and instead of requiring double uploads. This can be good, but for me something must be

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread Luca Fabbri
On Mon, Apr 4, 2011 at 11:29 AM, Dylan Jay d...@pretaweb.com wrote: On 04/04/2011, at 6:42 PM, Andreas Jung wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luca Fabbri wrote: Maybe plone.org should use the pypi API to scrape packages with a Plone classifier and instead of requiring

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread Espen Moe-Nilssen
Unfortuantely, I dont know how this technically shuld be used, but from a user point of view, this could be a way. 1) Product is uploaded to pypi (more or less the same way as today. 2) A new relese is published on plone 3) The content of the release is the pypi-ones In other word, when

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dylan Jay wrote: so the workflow would be like below? 1. User registers and uploads their package to pypi 2. Login in to plone.org 3. Add mypackage to PSS 4. Give the pypi url 5. PSS parses pypi and pulls in all releases and metadata 6. User

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luca Fabbri wrote: I think that plone.org is also used as backup, in the case (not so uncommon in the past) that pypi is not responding. Didn't it? PyPI has a decent mirror architecture right now. I am running one of the official mirrors

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread Maurits van Rees
Op 04-04-11 06:27, Dylan Jay schreef: Hi, I noticed a lot of plugins these days have newer releases on pypi than on plone.org. This becomes a pain for experienced people has we have to search both places to see if there are updates. It becomes off putting for newbies as they will look at

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread Luca Fabbri
On Mon, Apr 4, 2011 at 2:07 PM, Maurits van Rees m.van.r...@zestsoftware.nl wrote: Op 04-04-11 06:27, Dylan Jay schreef: Hi, I noticed a lot of plugins these days have newer releases on pypi than on plone.org. This becomes a pain for experienced people has we have to search both places to

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread Laurence Rowe
Wichert Akkerman wrote: On 4/4/11 06:27 , Dylan Jay wrote: Hi, I noticed a lot of plugins these days have newer releases on pypi than on plone.org. This becomes a pain for experienced people has we have to search both places to see if there are updates. Personally I never even look at

Re: [Product-Developers] Releasing plugins to pypi AND plone.org

2011-04-04 Thread derek
On Apr 4, 4:09 am, Wichert Akkerman wich...@wiggy.net wrote: On 4/4/11 06:27 , Dylan Jay wrote: I noticed a lot of plugins these days have newer releases on pypi than on plone.org. This becomes a pain for experienced people has we have to search both places to see if there are updates.