public inbox for gentoo-python@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-python] Update on python3.7
@ 2018-07-11 22:31 Michał Górny
  2018-07-13 11:11 ` Michał Górny
  0 siblings, 1 reply; 6+ messages in thread
From: Michał Górny @ 2018-07-11 22:31 UTC (permalink / raw
  To: gentoo-python

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

Hi,

FYI, I'm working on adding Python 3.7 support to an initial set
of packages (~150 setuptools dependencies).  I've already managed to get
past the initial ~10 dependency loops, and now I'm fighting my way
through broken tests.  This will take some time.

If you'd like to help, then the usual deal would help a lot: adding
tests to Python packages, running tests and fixing them to actually
work.

-- 
Best regards,
Michał Górny

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-python] Update on python3.7
  2018-07-11 22:31 [gentoo-python] Update on python3.7 Michał Górny
@ 2018-07-13 11:11 ` Michał Górny
  2018-07-13 14:10   ` Brian Dolbec
  0 siblings, 1 reply; 6+ messages in thread
From: Michał Górny @ 2018-07-13 11:11 UTC (permalink / raw
  To: gentoo-python

[-- Attachment #1: Type: text/plain, Size: 3317 bytes --]

W dniu czw, 12.07.2018 o godzinie 00∶31 +0200, użytkownik Michał Górny
napisał:
> Hi,
> 
> FYI, I'm working on adding Python 3.7 support to an initial set
> of packages (~150 setuptools dependencies).  I've already managed to get
> past the initial ~10 dependency loops, and now I'm fighting my way
> through broken tests.  This will take some time.
> 
> If you'd like to help, then the usual deal would help a lot: adding
> tests to Python packages, running tests and fixing them to actually
> work.
> 

Update:

I've been able to fix some packages, and test most of them.
I'm pasting the list of remaining packages below.  Those packages
I haven't been able to mark for py3.7 because either they failed tests
or had a dependency that failed tests.  The list includes both packages
that fail specifically at py3.7 and those that have generically failing
tests.

I'm done for today so if you have some time, please run tests for those
packages and fix them.  Thank you.


[ebuild   R    ] dev-python/urllib3-1.23  USE="test*" 
[ebuild   R    ] dev-python/constantly-15.1.0-r1  USE="test*" 
[nomerge       ] dev-python/urllib3-1.23  USE="test*" 
[ebuild  N     ]  www-servers/tornado-4.5.3  USE="test -doc -examples" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4 -python3_6" 
[ebuild   R    ] dev-python/nose-1.3.7-r3  USE="test*" 
[ebuild  N     ]  dev-python/twisted-18.4.0  USE="crypt soap test -conch -http2 -serial" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4 -python3_6" 
[ebuild  N     ]   dev-python/automat-0.7.0  USE="test -examples" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4 -python3_6" 
[ebuild  N     ]    dev-python/m2r-0.1.14  USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4 -python3_6" 
[ebuild  N     ]     dev-python/mistune-0.7.4  USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -pypy3 -python3_4 -python3_6" 
[ebuild  N     ]      dev-python/cython-0.28.2  USE="test -doc -emacs" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4 -python3_6" 
[ebuild  N     ]       dev-python/numpy-1.13.3  USE="test -doc -lapack" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4 -python3_6" 
[nomerge       ] www-servers/tornado-4.5.3  USE="test -doc -examples" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4 -python3_6" 
[ebuild  N     ]  dev-python/pycurl-7.43.0  USE="ssl test -examples" CURL_SSL="openssl -gnutls -libressl -nss" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4 -python3_6" 
[ebuild     U  ] dev-python/sphinxcontrib-websupport-1.1.0 [1.0.1-r1] USE="test*" 
[ebuild   R    ] dev-python/pyrsistent-0.14.2  USE="test*" 
[ebuild   R    ] dev-python/apipkg-1.4  USE="test*" 
[ebuild   R    ]  dev-python/pytest-3.4.2  USE="test*" 
[ebuild  N     ]   dev-python/pytest-xdist-1.22.2  USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -pypy3 -python3_4 -python3_6" 
[ebuild   R    ] dev-python/pycodestyle-2.3.1 
[ebuild   R    ] dev-python/pbr-4.1.0  USE="test*" 
[ebuild  N     ]  dev-python/testrepository-0.0.20  USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -pypy3 -python3_4 -python3_6" 
[ebuild   R    ]   dev-python/setuptools-38.6.1  USE="test*" 

-- 
Best regards,
Michał Górny

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-python] Update on python3.7
  2018-07-13 11:11 ` Michał Górny
@ 2018-07-13 14:10   ` Brian Dolbec
  2018-07-13 14:38     ` Brian Dolbec
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Dolbec @ 2018-07-13 14:10 UTC (permalink / raw
  To: gentoo-python

[-- Attachment #1: Type: text/plain, Size: 3660 bytes --]

On Fri, 13 Jul 2018 13:11:55 +0200
Michał Górny <mgorny@gentoo.org> wrote:

> W dniu czw, 12.07.2018 o godzinie 00∶31 +0200, użytkownik Michał Górny
> napisał:
> > Hi,
> > 
> > FYI, I'm working on adding Python 3.7 support to an initial set
> > of packages (~150 setuptools dependencies).  I've already managed
> > to get past the initial ~10 dependency loops, and now I'm fighting
> > my way through broken tests.  This will take some time.
> > 
> > If you'd like to help, then the usual deal would help a lot: adding
> > tests to Python packages, running tests and fixing them to actually
> > work.
> >   
> 
> Update:
> 
> I've been able to fix some packages, and test most of them.
> I'm pasting the list of remaining packages below.  Those packages
> I haven't been able to mark for py3.7 because either they failed tests
> or had a dependency that failed tests.  The list includes both
> packages that fail specifically at py3.7 and those that have
> generically failing tests.
> 
> I'm done for today so if you have some time, please run tests for
> those packages and fix them.  Thank you.
> 
> 
> [ebuild   R    ] dev-python/urllib3-1.23  USE="test*" 
> [ebuild   R    ] dev-python/constantly-15.1.0-r1  USE="test*" 
> [nomerge       ] dev-python/urllib3-1.23  USE="test*" 
> [ebuild  N     ]  www-servers/tornado-4.5.3  USE="test -doc
> -examples" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
> -python3_6" [ebuild   R    ] dev-python/nose-1.3.7-r3
> USE="test*" [ebuild  N     ]  dev-python/twisted-18.4.0  USE="crypt
> soap test -conch -http2 -serial" PYTHON_TARGETS="python2_7 python3_5
> python3_7 -python3_4 -python3_6" [ebuild  N     ]
> dev-python/automat-0.7.0  USE="test -examples"
> PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4
> -python3_6" [ebuild  N     ]    dev-python/m2r-0.1.14  USE="test"
> PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4
> -python3_6" [ebuild  N     ]     dev-python/mistune-0.7.4  USE="test"
> PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -pypy3 -python3_4
> -python3_6" [ebuild  N     ]      dev-python/cython-0.28.2  USE="test
> -doc -emacs" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
> -python3_6" [ebuild  N     ]       dev-python/numpy-1.13.3  USE="test
> -doc -lapack" PYTHON_TARGETS="python2_7 python3_5 python3_7
> -python3_4 -python3_6" [nomerge       ] www-servers/tornado-4.5.3
> USE="test -doc -examples" PYTHON_TARGETS="python2_7 python3_5
> python3_7 -python3_4 -python3_6" [ebuild  N     ]
> dev-python/pycurl-7.43.0  USE="ssl test -examples" CURL_SSL="openssl
> -gnutls -libressl -nss" PYTHON_TARGETS="python2_7 python3_5 python3_7
> -python3_4 -python3_6" [ebuild     U  ]
> dev-python/sphinxcontrib-websupport-1.1.0 [1.0.1-r1]
> USE="test*" [ebuild   R    ] dev-python/pyrsistent-0.14.2
> USE="test*" [ebuild   R    ] dev-python/apipkg-1.4
> USE="test*" [ebuild   R    ]  dev-python/pytest-3.4.2
> USE="test*" [ebuild  N     ]   dev-python/pytest-xdist-1.22.2
> USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -pypy3
> -python3_4 -python3_6" [ebuild   R    ] dev-python/pycodestyle-2.3.1
> [ebuild   R    ] dev-python/pbr-4.1.0  USE="test*" [ebuild  N     ]
> dev-python/testrepository-0.0.20  USE="test"
> PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -pypy3 -python3_4
> -python3_6" [ebuild   R    ]   dev-python/setuptools-38.6.1
> USE="test*" 
> 


The twisted group have not even begun testing against python-3.7
upstream.  I'll put that bug in their ear along with the others I
maintain.

-- 
Brian Dolbec <dolsen>


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 981 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-python] Update on python3.7
  2018-07-13 14:10   ` Brian Dolbec
@ 2018-07-13 14:38     ` Brian Dolbec
  2018-07-13 15:44       ` Michał Górny
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Dolbec @ 2018-07-13 14:38 UTC (permalink / raw
  To: gentoo-python

[-- Attachment #1: Type: text/plain, Size: 4217 bytes --]

On Fri, 13 Jul 2018 07:10:15 -0700
Brian Dolbec <dolsen@gentoo.org> wrote:

> On Fri, 13 Jul 2018 13:11:55 +0200
> Michał Górny <mgorny@gentoo.org> wrote:
> 
> > W dniu czw, 12.07.2018 o godzinie 00∶31 +0200, użytkownik Michał
> > Górny napisał:  
> > > Hi,
> > > 
> > > FYI, I'm working on adding Python 3.7 support to an initial set
> > > of packages (~150 setuptools dependencies).  I've already managed
> > > to get past the initial ~10 dependency loops, and now I'm fighting
> > > my way through broken tests.  This will take some time.
> > > 
> > > If you'd like to help, then the usual deal would help a lot:
> > > adding tests to Python packages, running tests and fixing them to
> > > actually work.
> > >     
> > 
> > Update:
> > 
> > I've been able to fix some packages, and test most of them.
> > I'm pasting the list of remaining packages below.  Those packages
> > I haven't been able to mark for py3.7 because either they failed
> > tests or had a dependency that failed tests.  The list includes both
> > packages that fail specifically at py3.7 and those that have
> > generically failing tests.
> > 
> > I'm done for today so if you have some time, please run tests for
> > those packages and fix them.  Thank you.
> > 
> > 
> > [ebuild   R    ] dev-python/urllib3-1.23  USE="test*" 
> > [ebuild   R    ] dev-python/constantly-15.1.0-r1  USE="test*" 
> > [nomerge       ] dev-python/urllib3-1.23  USE="test*" 
> > [ebuild  N     ]  www-servers/tornado-4.5.3  USE="test -doc
> > -examples" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
> > -python3_6" [ebuild   R    ] dev-python/nose-1.3.7-r3
> > USE="test*" [ebuild  N     ]  dev-python/twisted-18.4.0  USE="crypt
> > soap test -conch -http2 -serial" PYTHON_TARGETS="python2_7 python3_5
> > python3_7 -python3_4 -python3_6" [ebuild  N     ]
> > dev-python/automat-0.7.0  USE="test -examples"
> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4
> > -python3_6" [ebuild  N     ]    dev-python/m2r-0.1.14  USE="test"
> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4
> > -python3_6" [ebuild  N     ]     dev-python/mistune-0.7.4
> > USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy
> > -pypy3 -python3_4 -python3_6" [ebuild  N     ]
> > dev-python/cython-0.28.2  USE="test -doc -emacs"
> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
> > -python3_6" [ebuild  N     ]       dev-python/numpy-1.13.3
> > USE="test -doc -lapack" PYTHON_TARGETS="python2_7 python3_5
> > python3_7 -python3_4 -python3_6" [nomerge       ]
> > www-servers/tornado-4.5.3 USE="test -doc -examples"
> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
> > -python3_6" [ebuild  N     ] dev-python/pycurl-7.43.0  USE="ssl
> > test -examples" CURL_SSL="openssl -gnutls -libressl -nss"
> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
> > -python3_6" [ebuild     U  ]
> > dev-python/sphinxcontrib-websupport-1.1.0 [1.0.1-r1]
> > USE="test*" [ebuild   R    ] dev-python/pyrsistent-0.14.2
> > USE="test*" [ebuild   R    ] dev-python/apipkg-1.4
> > USE="test*" [ebuild   R    ]  dev-python/pytest-3.4.2
> > USE="test*" [ebuild  N     ]   dev-python/pytest-xdist-1.22.2
> > USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy
> > -pypy3 -python3_4 -python3_6" [ebuild   R    ]
> > dev-python/pycodestyle-2.3.1 [ebuild   R    ] dev-python/pbr-4.1.0
> > USE="test*" [ebuild  N     ] dev-python/testrepository-0.0.20
> > USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy
> > -pypy3 -python3_4 -python3_6" [ebuild   R    ]
> > dev-python/setuptools-38.6.1 USE="test*" 
> 
> 
> The twisted group have not even begun testing against python-3.7
> upstream.  I'll put that bug in their ear along with the others I
> maintain.
> 

twisted upstream bug #9489

https://twistedmatrix.com/trac/ticket/9489

rocky's group (uncompyle6, python-xdis,spark_parser) 
https://github.com/rocky/python-uncompyle6/issues/184

tornado added python-3.7 to tox.ini 3 days ago, a new release 2 days
ago, which includes 3.7 in setup.py.  I'll bump it to that release.


-- 
Brian Dolbec <dolsen>


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 981 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-python] Update on python3.7
  2018-07-13 14:38     ` Brian Dolbec
@ 2018-07-13 15:44       ` Michał Górny
  2018-07-13 16:04         ` Brian Dolbec
  0 siblings, 1 reply; 6+ messages in thread
From: Michał Górny @ 2018-07-13 15:44 UTC (permalink / raw
  To: gentoo-python, Brian Dolbec

Dnia 13 lipca 2018 16:38:59 CEST, Brian Dolbec <dolsen@gentoo.org> napisał(a):
>On Fri, 13 Jul 2018 07:10:15 -0700
>Brian Dolbec <dolsen@gentoo.org> wrote:
>
>> On Fri, 13 Jul 2018 13:11:55 +0200
>> Michał Górny <mgorny@gentoo.org> wrote:
>> 
>> > W dniu czw, 12.07.2018 o godzinie 00∶31 +0200, użytkownik Michał
>> > Górny napisał:  
>> > > Hi,
>> > > 
>> > > FYI, I'm working on adding Python 3.7 support to an initial set
>> > > of packages (~150 setuptools dependencies).  I've already managed
>> > > to get past the initial ~10 dependency loops, and now I'm
>fighting
>> > > my way through broken tests.  This will take some time.
>> > > 
>> > > If you'd like to help, then the usual deal would help a lot:
>> > > adding tests to Python packages, running tests and fixing them to
>> > > actually work.
>> > >     
>> > 
>> > Update:
>> > 
>> > I've been able to fix some packages, and test most of them.
>> > I'm pasting the list of remaining packages below.  Those packages
>> > I haven't been able to mark for py3.7 because either they failed
>> > tests or had a dependency that failed tests.  The list includes
>both
>> > packages that fail specifically at py3.7 and those that have
>> > generically failing tests.
>> > 
>> > I'm done for today so if you have some time, please run tests for
>> > those packages and fix them.  Thank you.
>> > 
>> > 
>> > [ebuild   R    ] dev-python/urllib3-1.23  USE="test*" 
>> > [ebuild   R    ] dev-python/constantly-15.1.0-r1  USE="test*" 
>> > [nomerge       ] dev-python/urllib3-1.23  USE="test*" 
>> > [ebuild  N     ]  www-servers/tornado-4.5.3  USE="test -doc
>> > -examples" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
>> > -python3_6" [ebuild   R    ] dev-python/nose-1.3.7-r3
>> > USE="test*" [ebuild  N     ]  dev-python/twisted-18.4.0  USE="crypt
>> > soap test -conch -http2 -serial" PYTHON_TARGETS="python2_7
>python3_5
>> > python3_7 -python3_4 -python3_6" [ebuild  N     ]
>> > dev-python/automat-0.7.0  USE="test -examples"
>> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4
>> > -python3_6" [ebuild  N     ]    dev-python/m2r-0.1.14  USE="test"
>> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4
>> > -python3_6" [ebuild  N     ]     dev-python/mistune-0.7.4
>> > USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy
>> > -pypy3 -python3_4 -python3_6" [ebuild  N     ]
>> > dev-python/cython-0.28.2  USE="test -doc -emacs"
>> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
>> > -python3_6" [ebuild  N     ]       dev-python/numpy-1.13.3
>> > USE="test -doc -lapack" PYTHON_TARGETS="python2_7 python3_5
>> > python3_7 -python3_4 -python3_6" [nomerge       ]
>> > www-servers/tornado-4.5.3 USE="test -doc -examples"
>> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
>> > -python3_6" [ebuild  N     ] dev-python/pycurl-7.43.0  USE="ssl
>> > test -examples" CURL_SSL="openssl -gnutls -libressl -nss"
>> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
>> > -python3_6" [ebuild     U  ]
>> > dev-python/sphinxcontrib-websupport-1.1.0 [1.0.1-r1]
>> > USE="test*" [ebuild   R    ] dev-python/pyrsistent-0.14.2
>> > USE="test*" [ebuild   R    ] dev-python/apipkg-1.4
>> > USE="test*" [ebuild   R    ]  dev-python/pytest-3.4.2
>> > USE="test*" [ebuild  N     ]   dev-python/pytest-xdist-1.22.2
>> > USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy
>> > -pypy3 -python3_4 -python3_6" [ebuild   R    ]
>> > dev-python/pycodestyle-2.3.1 [ebuild   R    ] dev-python/pbr-4.1.0
>> > USE="test*" [ebuild  N     ] dev-python/testrepository-0.0.20
>> > USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy
>> > -pypy3 -python3_4 -python3_6" [ebuild   R    ]
>> > dev-python/setuptools-38.6.1 USE="test*" 
>> 
>> 
>> The twisted group have not even begun testing against python-3.7
>> upstream.  I'll put that bug in their ear along with the others I
>> maintain.
>> 
>
>twisted upstream bug #9489
>
>https://twistedmatrix.com/trac/ticket/9489
>
>rocky's group (uncompyle6, python-xdis,spark_parser) 
>https://github.com/rocky/python-uncompyle6/issues/184
>
>tornado added python-3.7 to tox.ini 3 days ago, a new release 2 days
>ago, which includes 3.7 in setup.py.  I'll bump it to that release.

Thx. FTR, please don't add 3.7 to python_compat yet, I'm working on synced change for that.


-- 
Best regards,
Michał Górny (by phone)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-python] Update on python3.7
  2018-07-13 15:44       ` Michał Górny
@ 2018-07-13 16:04         ` Brian Dolbec
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Dolbec @ 2018-07-13 16:04 UTC (permalink / raw
  To: Michał Górny; +Cc: gentoo-python

On Fri, 13 Jul 2018 17:44:00 +0200
Michał Górny <mgorny@gentoo.org> wrote:

> Dnia 13 lipca 2018 16:38:59 CEST, Brian Dolbec <dolsen@gentoo.org>
> napisał(a):
> >On Fri, 13 Jul 2018 07:10:15 -0700
> >Brian Dolbec <dolsen@gentoo.org> wrote:
> >  
> >> On Fri, 13 Jul 2018 13:11:55 +0200
> >> Michał Górny <mgorny@gentoo.org> wrote:
> >>   
> >> > W dniu czw, 12.07.2018 o godzinie 00∶31 +0200, użytkownik Michał
> >> > Górny napisał:    
> >> > > Hi,
> >> > > 
> >> > > FYI, I'm working on adding Python 3.7 support to an initial set
> >> > > of packages (~150 setuptools dependencies).  I've already
> >> > > managed to get past the initial ~10 dependency loops, and now
> >> > > I'm  
> >fighting  
> >> > > my way through broken tests.  This will take some time.
> >> > > 
> >> > > If you'd like to help, then the usual deal would help a lot:
> >> > > adding tests to Python packages, running tests and fixing them
> >> > > to actually work.
> >> > >       
> >> > 
> >> > Update:
> >> > 
> >> > I've been able to fix some packages, and test most of them.
> >> > I'm pasting the list of remaining packages below.  Those packages
> >> > I haven't been able to mark for py3.7 because either they failed
> >> > tests or had a dependency that failed tests.  The list includes  
> >both  
> >> > packages that fail specifically at py3.7 and those that have
> >> > generically failing tests.
> >> > 
> >> > I'm done for today so if you have some time, please run tests for
> >> > those packages and fix them.  Thank you.
> >> > 
> >> > 
> >> > [ebuild   R    ] dev-python/urllib3-1.23  USE="test*" 
> >> > [ebuild   R    ] dev-python/constantly-15.1.0-r1  USE="test*" 
> >> > [nomerge       ] dev-python/urllib3-1.23  USE="test*" 
> >> > [ebuild  N     ]  www-servers/tornado-4.5.3  USE="test -doc
> >> > -examples" PYTHON_TARGETS="python2_7 python3_5 python3_7
> >> > -python3_4 -python3_6" [ebuild   R    ] dev-python/nose-1.3.7-r3
> >> > USE="test*" [ebuild  N     ]  dev-python/twisted-18.4.0
> >> > USE="crypt soap test -conch -http2 -serial"
> >> > PYTHON_TARGETS="python2_7  
> >python3_5  
> >> > python3_7 -python3_4 -python3_6" [ebuild  N     ]
> >> > dev-python/automat-0.7.0  USE="test -examples"
> >> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4
> >> > -python3_6" [ebuild  N     ]    dev-python/m2r-0.1.14  USE="test"
> >> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4
> >> > -python3_6" [ebuild  N     ]     dev-python/mistune-0.7.4
> >> > USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy
> >> > -pypy3 -python3_4 -python3_6" [ebuild  N     ]
> >> > dev-python/cython-0.28.2  USE="test -doc -emacs"
> >> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
> >> > -python3_6" [ebuild  N     ]       dev-python/numpy-1.13.3
> >> > USE="test -doc -lapack" PYTHON_TARGETS="python2_7 python3_5
> >> > python3_7 -python3_4 -python3_6" [nomerge       ]
> >> > www-servers/tornado-4.5.3 USE="test -doc -examples"
> >> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
> >> > -python3_6" [ebuild  N     ] dev-python/pycurl-7.43.0  USE="ssl
> >> > test -examples" CURL_SSL="openssl -gnutls -libressl -nss"
> >> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4
> >> > -python3_6" [ebuild     U  ]
> >> > dev-python/sphinxcontrib-websupport-1.1.0 [1.0.1-r1]
> >> > USE="test*" [ebuild   R    ] dev-python/pyrsistent-0.14.2
> >> > USE="test*" [ebuild   R    ] dev-python/apipkg-1.4
> >> > USE="test*" [ebuild   R    ]  dev-python/pytest-3.4.2
> >> > USE="test*" [ebuild  N     ]   dev-python/pytest-xdist-1.22.2
> >> > USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy
> >> > -pypy3 -python3_4 -python3_6" [ebuild   R    ]
> >> > dev-python/pycodestyle-2.3.1 [ebuild   R    ]
> >> > dev-python/pbr-4.1.0 USE="test*" [ebuild  N     ]
> >> > dev-python/testrepository-0.0.20 USE="test"
> >> > PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -pypy3
> >> > -python3_4 -python3_6" [ebuild   R    ]
> >> > dev-python/setuptools-38.6.1 USE="test*"   
> >> 
> >> 
> >> The twisted group have not even begun testing against python-3.7
> >> upstream.  I'll put that bug in their ear along with the others I
> >> maintain.
> >>   
> >
> >twisted upstream bug #9489
> >
> >https://twistedmatrix.com/trac/ticket/9489
> >
> >rocky's group (uncompyle6, python-xdis,spark_parser) 
> >https://github.com/rocky/python-uncompyle6/issues/184
> >
> >tornado added python-3.7 to tox.ini 3 days ago, a new release 2 days
> >ago, which includes 3.7 in setup.py.  I'll bump it to that release.  
> 
> Thx. FTR, please don't add 3.7 to python_compat yet, I'm working on
> synced change for that.
> 
> 

I wasn't

-- 
Brian Dolbec <dolsen>



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-13 16:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-11 22:31 [gentoo-python] Update on python3.7 Michał Górny
2018-07-13 11:11 ` Michał Górny
2018-07-13 14:10   ` Brian Dolbec
2018-07-13 14:38     ` Brian Dolbec
2018-07-13 15:44       ` Michał Górny
2018-07-13 16:04         ` Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox