watch file for extensions in python3 package index

2011-10-19 Thread Paul Elliott
Is there a standard for watch files for extensions in python3 package index 
like this one?
http://pypi.python.org/pypi/pyswisseph

It occured to me that since all of these web pages are created by the same 
software they should all be in the same pattern and there should be a cookbook 
formula for all these package watch files.

I don't want to reinvent the wheel. Where do I find it?

Thank You.
-- 
Paul Elliott   1(512)837-1096
pelli...@blackpatchpanel.com   PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117


signature.asc
Description: This is a digitally signed message part.


Alternate way to contact Python-modules-team mailing list?

2011-10-19 Thread Paul Elliott

Can someone please give me an alternate way to contact Python-modules-team 
mailing list. I am subscribed to this list. But my messages to the list bouce 
because of blacklist. I can not even send email to list-owner.

I need to find some way to get myself un-blacklisted.


-- 
Paul Elliott   1(512)837-1096
pelli...@blackpatchpanel.com   PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117


signature.asc
Description: This is a digitally signed message part.


Re: Alternate way to contact Python-modules-team mailing list?

2011-10-19 Thread Julien Cristau
On Wed, Oct 19, 2011 at 04:27:36 -0500, Paul Elliott wrote:

> 
> Can someone please give me an alternate way to contact Python-modules-team 
> mailing list. I am subscribed to this list. But my messages to the list bouce 
> because of blacklist. I can not even send email to list-owner.
> 
> I need to find some way to get myself un-blacklisted.
> 
The actual bounce message would probably help...

Cheers,
Julien
-- 
Julien Cristau  
Logilab http://www.logilab.fr/
Informatique scientifique & gestion de connaissances


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111019093515.ga23...@crater2.logilab.fr



Re: watch file for extensions in python3 package index

2011-10-19 Thread David Paleino
On Wed, 19 Oct 2011 02:36:57 -0500, Paul Elliott wrote:

> Is there a standard for watch files for extensions in python3 package index 
> like this one?
> http://pypi.python.org/pypi/pyswisseph

Why not the "usual":

http://pypi.python.org/packages/source/p/pyswisseph/pyswisseph-(\d+.*)\.tar\.bz2

?

David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Re: Alternate way to contact Python-modules-team mailing list?

2011-10-19 Thread Barry Warsaw
On Oct 19, 2011, at 04:27 AM, Paul Elliott wrote:

>Can someone please give me an alternate way to contact Python-modules-team 
>mailing list. I am subscribed to this list. But my messages to the list bouce 
>because of blacklist. I can not even send email to list-owner.
>
>I need to find some way to get myself un-blacklisted.

gmane?

-Barry


signature.asc
Description: PGP signature


Re: Alternate way to contact Python-modules-team mailing list?

2011-10-19 Thread Paul Elliott
On Wednesday, October 19, 2011 04:35:15 AM you wrote:
> On Wed, Oct 19, 2011 at 04:27:36 -0500, Paul Elliott wrote:
> > Can someone please give me an alternate way to contact
> > Python-modules-team mailing list. I am subscribed to this list. But my
> > messages to the list bouce because of blacklist. I can not even send
> > email to list-owner.
> > 
> > I need to find some way to get myself un-blacklisted.
> 
> The actual bounce message would probably help...
> 
> Cheers,
> Julien

Here it is:

> Delivery to the following recipient failed permanently:
>  python-modules-team-ow...@lists.alioth.debian.org
> 
> Technical details of permanent failure:
> Google tried to deliver your message, but it was rejected by the recipient
> domain. We recommend contacting the other email provider for further
> information about the cause of this error. The error that the other server
> returned was: 550 550-Blacklisted URL in message. (blackpatchpanel.com) in
> [black]. See 550 http://lookup.uribl.com. (state 18).
> 
> - Original message -
-- 
Paul Elliott   1(512)837-1096
pelli...@blackpatchpanel.com   PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117


signature.asc
Description: This is a digitally signed message part.


Re: watch file for extensions in python3 package index

2011-10-19 Thread Paul Elliott
On Wednesday, October 19, 2011 04:58:55 AM David Paleino wrote:
> On Wed, 19 Oct 2011 02:36:57 -0500, Paul Elliott wrote:
> > Is there a standard for watch files for extensions in python3 package
> > index like this one?
> > http://pypi.python.org/pypi/pyswisseph
> 
> Why not the "usual":
> 
> http://pypi.python.org/packages/source/p/pyswisseph/pyswisseph-(\d+.*)\.tar
> \.bz2

Thank You. that worked.

-- 
Paul Elliott   1(512)837-1096
pelli...@blackpatchpanel.com   PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117


signature.asc
Description: This is a digitally signed message part.


Re: Python: Including Nosetest

2011-10-19 Thread Barry Warsaw
On Oct 19, 2011, at 07:49 AM, Vincent Bernat wrote:

>You should not run test against the source package. Instead, you should run
>tests against the yet-to-be-installed version. You need to use a wrapper for
>this. I don't know if this is the best example available but it works :
>
>http://anonscm.debian.org/viewvc/python-modules/packages/cerealizer/trunk/debian/runtests.py?view=markup
>http://anonscm.debian.org/viewvc/python-modules/packages/cerealizer/trunk/debian/rules?view=markup

Requiring this kind of boilerplate to be cargo-culted into all your packages
is definitely not fun.  dh_auto_test really should make the recommended
best-practices automatic.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641314
http://article.gmane.org/gmane.comp.python.testing.general/4379

Cheers,
-Barry


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111019142818.386db...@resist.wooz.org



Convenience copies of python extensions

2011-10-19 Thread Paul Elliott

I have an upstream that has taken an extension published on 
http://pypi.python.org/pypi and placed it in his own privite directory for use 
of his python application. Does this violate debian policy 4.13 Convenience 
copies of code?

Do I have to undo this causing the ap to use the extension as a seperate 
external package?

-- 
Paul Elliott   1(512)837-1096
pelli...@blackpatchpanel.com   PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117


signature.asc
Description: This is a digitally signed message part.


adding python3 to my source package?

2011-10-19 Thread Paul Elliott

I created a package using py2dsc. Upstream says package supports python3. How 
do I add python3 package(s)?

Thank You.

-- 
Paul Elliott   1(512)837-1096
pelli...@blackpatchpanel.com   PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/   Austin TX 78758-3117


signature.asc
Description: This is a digitally signed message part.


Re: Alternate way to contact Python-modules-team mailing list?

2011-10-19 Thread Paul Wise
On Thu, Oct 20, 2011 at 12:51 AM, Paul Elliott wrote:

>> returned was: 550 550-Blacklisted URL in message. (blackpatchpanel.com) in
>> [black]. See 550 http://lookup.uribl.com. (state 18).

If you read the error message you would have noticed that your
blackpatchpanel.com domain has been blocked by uribl.com. I've
previously had people complain about uribl.com blocking identi.ca and
people not being able to mail alioth lists with that in their sig.
Please contact the uribl.com folks about unblocking it and contact the
alioth folks about not using uribl.com since they appear to be
blocking complete domains instead of specific URLs.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caktje6hlgds6pzrgly6xommpbw+yw_h0oqa0nj3gv_wk7eq...@mail.gmail.com