Re: RFS: terminado -- a tornado websocket backend for the term.js javascript terminal emulator library

2015-08-21 Thread Vincent Cheng
Hi Julien,

On Fri, Aug 14, 2015 at 8:41 AM, Julien Puydt  wrote:
> Hi,
>
> * Package name: python-terminado
>   Version : 0.5
>   Upstream author : Thomas Kluyver 
> * URL : https://github.com/takluyver/terminado
>   License : BSD
>   Description : a tornado websocket backend for the term.js javascript
> terminal emulator library
>
> It's one of the deps for the new ipython 3 ; I prepared a package, for
> review & sponsoring here :
> ssh://git.debian.org/git/python-modules/packages/terminado.git

The upstream contents of your git repo isn't identical to the tarball
I fetched with uscan --download-current-version. Also, d/rules seems
to include some unused variables (PYVERS and PY3VERS)?

I haven't been keeping up with the list recently...have we already
migrated to git, or are we already allowed to use git repos for
packaging?

Regards,
Vincent



pybuild: build for any one interpreter?

2015-08-21 Thread Nikolaus Rath
Hello,

I'd like to use pybuild for a Python application. Is there a way to tell
it to build with any *one* Python interpreter? The -p version always me
to select one specific interpreter, but it would be nice if I could tell
it to use whatever interpreter is available (but not all of them).

Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

 »Time flies like an arrow, fruit flies like a Banana.«



Re: pybuild: build for any one interpreter?

2015-08-21 Thread Scott Kitterman
On Friday, August 21, 2015 10:28:08 AM Nikolaus Rath wrote:
> Hello,
> 
> I'd like to use pybuild for a Python application. Is there a way to tell
> it to build with any *one* Python interpreter? The -p version always me
> to select one specific interpreter, but it would be nice if I could tell
> it to use whatever interpreter is available (but not all of them).
> 
> Best,
> -Nikolaus

If you use the return value from pyversions/py3versions, I would imagine that 
would work.

Scott K



Re: RFS: terminado -- a tornado websocket backend for the term.js javascript terminal emulator library

2015-08-21 Thread Julien Puydt

Hi,

On 21/08/2015 10:42, Vincent Cheng wrote:

Hi Julien,

On Fri, Aug 14, 2015 at 8:41 AM, Julien Puydt  wrote:

Hi,

* Package name: python-terminado
   Version : 0.5
   Upstream author : Thomas Kluyver 
* URL : https://github.com/takluyver/terminado
   License : BSD
   Description : a tornado websocket backend for the term.js javascript
terminal emulator library

It's one of the deps for the new ipython 3 ; I prepared a package, for
review & sponsoring here :
ssh://git.debian.org/git/python-modules/packages/terminado.git


The upstream contents of your git repo isn't identical to the tarball
I fetched with uscan --download-current-version.


Uh... and I "diff -urN" both trees and they're not identical!? I just 
updated my package, but it's puzzling... would upstream have updated the 
tarball under my feet ?



Also, d/rules seems
to include some unused variables (PYVERS and PY3VERS)?


Ok, removed.


I haven't been keeping up with the list recently...have we already
migrated to git, or are we already allowed to use git repos for
packaging?


As far as I know it's ok to use git for new packages, and the migration 
of old packages is pending.


Snark on #debian-python



Re: RFS: terminado -- a tornado websocket backend for the term.js javascript terminal emulator library

2015-08-21 Thread Vincent Cheng
On Fri, Aug 21, 2015 at 12:25 PM, Julien Puydt  wrote:
> Hi,
>
> On 21/08/2015 10:42, Vincent Cheng wrote:
>>
>> Hi Julien,
>>
>> On Fri, Aug 14, 2015 at 8:41 AM, Julien Puydt 
>> wrote:
>>>
>>> Hi,
>>>
>>> * Package name: python-terminado
>>>Version : 0.5
>>>Upstream author : Thomas Kluyver 
>>> * URL : https://github.com/takluyver/terminado
>>>License : BSD
>>>Description : a tornado websocket backend for the term.js
>>> javascript
>>> terminal emulator library
>>>
>>> It's one of the deps for the new ipython 3 ; I prepared a package, for
>>> review & sponsoring here :
>>> ssh://git.debian.org/git/python-modules/packages/terminado.git
>>
>>
>> The upstream contents of your git repo isn't identical to the tarball
>> I fetched with uscan --download-current-version.
>
>
> Uh... and I "diff -urN" both trees and they're not identical!? I just
> updated my package, but it's puzzling... would upstream have updated the
> tarball under my feet ?

Another possibility is that you may have actually imported terminado
from github instead of pypi. Either way, please ensure that your orig
tarball matches up with whatever uscan spits out for future uploads.
Uploaded to NEW, thanks!

Regards,
Vincent