Re: Dealing with flit -- a simplified packaging of python modules

2015-09-27 Thread Paul Wise
On Sat, Sep 26, 2015 at 5:21 AM, Donald Stufft wrote stuff

Thanks for the summary, it sounds like the Python community is slowly
moving towards a setup that is more closely aligned with Debian's
values and setup.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: Bug#798999: transition: python3.5 supported

2015-09-27 Thread Scott Kitterman


On September 27, 2015 10:11:04 AM EDT, Yaroslav Halchenko 
 wrote:
>
>On Sat, 26 Sep 2015, Scott Kitterman wrote:
>> > On Thu, Sep 24, 2015 at 22:19:20 -0400, Scott Kitterman wrote:
>> > > I have the python3-defaults upload to enable python3.5 as a
>supported
>> > > python3 version prepared and ready to upload when I get an ack
>from the
>> > > release team.
>> > ack.
>
>> > Cheers,
>> > Julien
>
>> Thanks.  I've uploaded python3-defaults, so once it's built/installed
>
>> python3.5 is supported.
>
>is round of binNMUs scheduled already? since now nothing depending on
>python3-numpy at build time would build:
>
># python3.5 -c 'import numpy'
>Traceback (most recent call last):
>  File "", line 1, in 
>File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 170, in
>
>from . import add_newdocs
>File "/usr/lib/python3/dist-packages/numpy/add_newdocs.py", line 13, in
>
>from numpy.lib import add_newdoc
>File "/usr/lib/python3/dist-packages/numpy/lib/__init__.py", line 8, in
>
>from .type_check import *
>File "/usr/lib/python3/dist-packages/numpy/lib/type_check.py", line 11,
>in 
>import numpy.core.numeric as _nx
>File "/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 6,
>in 
>from . import multiarray
>ImportError: cannot import name 'multiarray'

Yes.  They have started.  I think we're about a third of the way through 
Dependency level 1.  Numpy is in Dependency level 5, so this is not unexpected 
for now.  You can follow the progress in the transition tracker [1].

Scott K

[1] https://release.debian.org/transitions/html/python3.5.html 



Re: Bug#798999: transition: python3.5 supported

2015-09-27 Thread Yaroslav Halchenko

On Sat, 26 Sep 2015, Scott Kitterman wrote:
> > On Thu, Sep 24, 2015 at 22:19:20 -0400, Scott Kitterman wrote:
> > > I have the python3-defaults upload to enable python3.5 as a supported
> > > python3 version prepared and ready to upload when I get an ack from the
> > > release team.
> > ack.

> > Cheers,
> > Julien

> Thanks.  I've uploaded python3-defaults, so once it's built/installed 
> python3.5 is supported.

is round of binNMUs scheduled already? since now nothing depending on
python3-numpy at build time would build:

# python3.5 -c 'import numpy'
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 170, in 
from . import add_newdocs
  File "/usr/lib/python3/dist-packages/numpy/add_newdocs.py", line 13, in 

from numpy.lib import add_newdoc
  File "/usr/lib/python3/dist-packages/numpy/lib/__init__.py", line 8, in 

from .type_check import *
  File "/usr/lib/python3/dist-packages/numpy/lib/type_check.py", line 11, in 

import numpy.core.numeric as _nx
  File "/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 6, in 

from . import multiarray
ImportError: cannot import name 'multiarray'


-- 
Yaroslav O. Halchenko
Center for Open Neuroscience http://centerforopenneuroscience.org
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik