Gentoo Archives: gentoo-python

From: "Michał Górny" <mgorny@g.o>
To: gentoo-python <gentoo-python@l.g.o>
Subject: Re: [gentoo-python] Update on python3.7
Date: Fri, 13 Jul 2018 11:12:08
Message-Id: 1531480315.880.16.camel@gentoo.org
In Reply to: [gentoo-python] Update on python3.7 by "Michał Górny"
1 W dniu czw, 12.07.2018 o godzinie 00∶31 +0200, użytkownik Michał Górny
2 napisał:
3 > Hi,
4 >
5 > FYI, I'm working on adding Python 3.7 support to an initial set
6 > of packages (~150 setuptools dependencies). I've already managed to get
7 > past the initial ~10 dependency loops, and now I'm fighting my way
8 > through broken tests. This will take some time.
9 >
10 > If you'd like to help, then the usual deal would help a lot: adding
11 > tests to Python packages, running tests and fixing them to actually
12 > work.
13 >
14
15 Update:
16
17 I've been able to fix some packages, and test most of them.
18 I'm pasting the list of remaining packages below. Those packages
19 I haven't been able to mark for py3.7 because either they failed tests
20 or had a dependency that failed tests. The list includes both packages
21 that fail specifically at py3.7 and those that have generically failing
22 tests.
23
24 I'm done for today so if you have some time, please run tests for those
25 packages and fix them. Thank you.
26
27
28 [ebuild R ] dev-python/urllib3-1.23 USE="test*"
29 [ebuild R ] dev-python/constantly-15.1.0-r1 USE="test*"
30 [nomerge ] dev-python/urllib3-1.23 USE="test*"
31 [ebuild N ] www-servers/tornado-4.5.3 USE="test -doc -examples" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4 -python3_6"
32 [ebuild R ] dev-python/nose-1.3.7-r3 USE="test*"
33 [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"
34 [ebuild N ] dev-python/automat-0.7.0 USE="test -examples" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4 -python3_6"
35 [ebuild N ] dev-python/m2r-0.1.14 USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -python3_4 -python3_6"
36 [ebuild N ] dev-python/mistune-0.7.4 USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -pypy3 -python3_4 -python3_6"
37 [ebuild N ] dev-python/cython-0.28.2 USE="test -doc -emacs" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4 -python3_6"
38 [ebuild N ] dev-python/numpy-1.13.3 USE="test -doc -lapack" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4 -python3_6"
39 [nomerge ] www-servers/tornado-4.5.3 USE="test -doc -examples" PYTHON_TARGETS="python2_7 python3_5 python3_7 -python3_4 -python3_6"
40 [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"
41 [ebuild U ] dev-python/sphinxcontrib-websupport-1.1.0 [1.0.1-r1] USE="test*"
42 [ebuild R ] dev-python/pyrsistent-0.14.2 USE="test*"
43 [ebuild R ] dev-python/apipkg-1.4 USE="test*"
44 [ebuild R ] dev-python/pytest-3.4.2 USE="test*"
45 [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"
46 [ebuild R ] dev-python/pycodestyle-2.3.1
47 [ebuild R ] dev-python/pbr-4.1.0 USE="test*"
48 [ebuild N ] dev-python/testrepository-0.0.20 USE="test" PYTHON_TARGETS="python2_7 python3_5 python3_7 -pypy -pypy3 -python3_4 -python3_6"
49 [ebuild R ] dev-python/setuptools-38.6.1 USE="test*"
50
51 --
52 Best regards,
53 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-python] Update on python3.7 Brian Dolbec <dolsen@g.o>