Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Sat, 14 Sep 2019 08:08:30
Message-Id: 1568448391.44ee304db1bf84dd6b0450450cbde91554904e25.mgorny@gentoo
1 commit: 44ee304db1bf84dd6b0450450cbde91554904e25
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 08:06:29 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 08:06:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ee304d
7
8 package.mask: Last rite dev-python/*, m-needed, no-revdep, py3.6
9
10 Last rite a bunch of dev-python/ packages that have no maintainer,
11 no reverse dependencies and have not been tested with Python 3.7.
12 Includes a few packages found recursively to depend only on those
13 removed.
14
15 Bug: https://bugs.gentoo.org/694280
16 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
17
18 profiles/package.mask | 34 ++++++++++++++++++++++++++++++++++
19 1 file changed, 34 insertions(+)
20
21 diff --git a/profiles/package.mask b/profiles/package.mask
22 index 6327a0580a4..c7ad16bbaa7 100644
23 --- a/profiles/package.mask
24 +++ b/profiles/package.mask
25 @@ -29,6 +29,40 @@
26
27 #--- END OF EXAMPLES ---
28
29 +# Michał Górny <mgorny@g.o> (2019-09-14)
30 +# The following packages are unmaintained and have not been tested
31 +# with Python 3.7. Most of them are either in need of version bumps,
32 +# a few have been declared discontinued upstream. None of them has
33 +# any reverse dependency.
34 +# Removal in 30 days. Bug #694280.
35 +dev-python/attrdict
36 +dev-python/behave
37 +dev-python/cfgio
38 +dev-python/django-opensearch
39 +dev-python/django-otp-yubikey
40 +dev-python/django-phonenumber-field
41 +dev-python/grafanalib
42 +dev-python/libasyncns-python
43 +dev-python/maybe
44 +dev-python/mockredispy
45 +dev-python/parse
46 +dev-python/parse-type
47 +dev-python/phonenumbers
48 +dev-python/pyClamd
49 +dev-python/pycallgraph
50 +dev-python/pyroma
51 +dev-python/pytest-raisesregexp
52 +dev-python/python-consul
53 +dev-python/python-ptrace
54 +dev-python/pyuv
55 +dev-python/safety
56 +dev-python/sphinxcontrib-cheeseshop
57 +dev-python/structlog
58 +dev-python/torment
59 +dev-python/twilio
60 +dev-python/xonsh
61 +dev-python/yubiotp
62 +
63 # Michał Górny <mgorny@g.o> (2019-09-14)
64 # The following packages are unmaintained and do not declare support
65 # for Python 3. Most of them are either in need of version bumps,