Re: Source package name with "python-" or without?

2015-06-09 Thread Scott Kitterman
On June 9, 2015 9:08:06 AM EDT, Thomas Goirand wrote: >On 06/08/2015 08:13 AM, Piotr Ożarowski wrote: >> [Tim Landscheidt, 2015-06-08] >>> Should source package names ("Source:" in debian/control) be >>> prefixed with "python-"? >> >> no. >> >> I use "python-" prefix for source package name only

Re: Source package name with "python-" or without?

2015-06-09 Thread Thomas Goirand
On 06/08/2015 08:13 AM, Piotr Ożarowski wrote: > [Tim Landscheidt, 2015-06-08] >> Should source package names ("Source:" in debian/control) be >> prefixed with "python-"? > > no. > > I use "python-" prefix for source package name only if the name is > not unique enough. I have the opposite view,

Re: python urllib2 timeout problem

2015-06-09 Thread mudongliang
On 06/09/2015 06:17 PM, Javier Barroso wrote: Hello, Sorry if you dont want to be in "to" .. El 9/6/2015 10:44 a. m., "mudongliang" > escribió: > > I wonder whether this is a bug for python urllib2. > The following is the code I used: > > target = pro

Re: python urllib2 timeout problem

2015-06-09 Thread Javier Barroso
Hello, Sorry if you dont want to be in "to" .. El 9/6/2015 10:44 a. m., "mudongliang" escribió: > > I wonder whether this is a bug for python urllib2. > The following is the code I used: > > target = protocol + "://" + location + directory + target_file > start = datetime.now() > try

python urllib2 timeout problem

2015-06-09 Thread mudongliang
I wonder whether this is a bug for python urllib2. The following is the code I used: target = protocol + "://" + location + directory + target_file start = datetime.now() try: urlrequest = urllib2.Request(target) urlresponse = urllib2.urlopen(urlrequest, timeout=4)

Astropy affiliated packages tutorial

2015-06-09 Thread Ole Streicher
Hi all, the Astropy affiliated packages [1] are a great opportunity to get people involved in Debian packaging: They follow some common rules, tend to have a similar structure (since there is a template for these packages), and the project has a good popularity. Also, all these packages would add