1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
|
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file specifies packages that are considered deprecated (but not
# masked yet). This will cause QA tools to report dependencies on those
# packages as requiring replacement.
#
# When you add an entry to the top of this file, add your name, the date
# in the UTC timezone, and an explanation of why something is getting
# deprecated.
#
## Example:
##
## # Dev E. Loper <developer@gentoo.org> (2019-07-01)
## # This is no longer supported upstream, please switch to dev-foo/bar.
## dev-foo/foo
#--- END OF EXAMPLES ---
# Michał Górny <mgorny@gentoo.org> (2026-08-01)
# Used only by old dev-python/feedparser versions. To be last-rited
# once they're gone.
dev-python/sgmllib3k
# Michał Górny <mgorny@gentoo.org> (2026-07-27)
# The project is not actively developed since 2020, when the developer
# switched to Rust. The maintenance currently seems to be limited to
# mass merging slop security fixes. dev-python/dulwich seems to be
# the best available alternative right now.
dev-python/gitpython
# Alfred Wingate <parona@protonmail.com> (2026-07-26)
# Discontinued upstream since 2019.
# Replaced by dev-ruby/sassc
# https://sass-lang.com/blog/ruby-sass-is-unsupported/
dev-ruby/sass
# Michał Górny <mgorny@gentoo.org> (2026-06-10)
# Part of stdlib since Python 3.11 (as tomllib).
dev-python/tomli
# Michał Górny <mgorny@gentoo.org> (2026-06-06)
# Discontinued upstream, with explicit note that they will not be fixing
# any further security issues.
dev-python/bleach
# Michał Górny <mgorny@gentoo.org> (2026-05-08)
# The package was archived upstream as pytest-9 features built-in
# subtest support. Gotta check if we need any code changes, or can just
# drop it in place.
dev-python/pytest-subtests
# Michał Górny <mgorny@gentoo.org> (2026-04-01)
# Upstream is no longer accepting nor publishing any bug reports.
# As such, the package is not suitable for public consumption anymore.
# On top of that, the package is heavily relying on unsafe Rust, which
# completely defeats the purpose of Rust in the first place.
# https://github.com/ijl/orjson?tab=readme-ov-file#orjson
dev-python/orjson
# Michał Górny <mgorny@gentoo.org> (2026-04-01)
# Upstream is no longer accepting nor publishing any bug reports.
# As such, the package is not suitable for public consumption anymore.
# https://github.com/encode/httpx/discussions/3784
dev-python/httpx
# Michał Górny <mgorny@gentoo.org> (2026-03-25)
# Backwards compatibility package for pkg_resources that have been
# removed from >=dev-python/setuptools-82. Please migrate to
# importlib.{metadata,resources} and/or dev-python/packaging.
dev-python/pkg-resources
# Michał Górny <mgorny@gentoo.org> (2025-11-04)
# Please depend on virtual/zlib, unless you are sure that the package
# in question is not compatible with sys-libs/zlib-ng[compat] and/or
# sys-libs/minizip-ng[compat]. In the latter case, please report a bug,
# so that upstream can improve the API/ABI compatibility.
# This is a temporary deprecation to aid transitioning packages imported
# from other repositories.
sys-libs/zlib
# Michał Górny <mgorny@gentoo.org> (2025-10-26)
# No activity since 2022. Already requires extensive patching,
# broken with Python 3.14.
dev-python/httpretty
# Alfred Wingate <parona@protonmail.com> (2025-10-18)
# Only exists temporarily to facilitate upgrades for exaile.
# Bug 892854
dev-python/berkeleydb
# Michał Górny <mgorny@gentoo.org> (2025-06-28)
# versioningit does not provide any support for building via GitHub
# archives, and has rejected the efforts to provide an envvar override
# for this purpose, making it largely unsuitable for Gentoo packaging.
# Convince upstream to use dev-python/setuptools-scm
# (or dev-python/hatch-vcs, etc.) instead.
dev-python/versioningit
# Michał Górny <mgorny@gentoo.org> (2025-06-25)
# Discontinued upstream. They suggest vendoring what people need
# instead.
dev-python/click-plugins
# Michał Górny <mgorny@gentoo.org> (2024-06-15)
# Stop-gap compatibility package. Upstreams really need to move away
# from the removed cgi module rather than rely on this.
dev-python/legacy-cgi
# Michał Górny <mgorny@gentoo.org> (2023-12-10)
# Superseded by dev-python/psycopg:0 (version 3).
dev-python/psycopg:2
# Sam James <sam@gentoo.org> (2023-04-07)
# Inactive upstream, doesn't support newer Rubies.
# Please port your package to use dev-ruby/erubi instead.
dev-ruby/erubis
# Sam James <sam@gentoo.org> (2023-04-06)
# net-libs/libgsasl and net-misc/gsasl are now merged together.
# Please depend on net-misc/gsasl[server] for the server and
# net-misc/gsasl[client] for the client.
net-libs/libgsasl
virtual/gsasl
# Michał Górny <mgorny@gentoo.org> (2023-01-30)
# The package is on keep-alive by Debian. Nevertheless, they can't
# keep up with changes in dev-python/setuptools, and they do not accept
# bug reports. PEP517 build systems are simply a no-go for this class
# of packages (partially due to the limitations of wheel format), meson
# and autotools are both much better choices.
dev-python/python-distutils-extra
# Sam James <sam@gentoo.org> (2022-12-29)
# Doesn't work correctly on newer kernels/hardware. Events may go unreported
# if using sys-apps/edac-utils. See app-admin/rasdaemon's README for the technical
# details. Please migrate to app-admin/rasdaemon instead.
sys-apps/edac-utils
# Matt Turner <mattst88@gentoo.org> (2022-10-02)
# Dummy packages, now merged into app-accessibility/at-spi2-core.
# When possible, replace dependencies on these packages with a dependency on
# >=app-accessibility/at-spi2-core-2.46.0
app-accessibility/at-spi2-atk
dev-libs/atk
# Michał Górny <mgorny@gentoo.org> (2022-06-19)
# Test automation tools. They are generally used to run the test suite
# across multiple Python versions, i.e. what our eclasses do for you
# already. They usually can't work inside network sandbox (since they
# fetch and install all the dependencies inside the venv), so even
# if they are listed in dependencies, your package probably does not
# actually need them to run tests.
dev-python/nox
dev-python/tox
# Sam James <sam@gentoo.org> (2022-04-22)
# Obsolete virtual.
# Only one provider is left (media-libs/libjpeg-turbo), please change
# dependency to that instead.
virtual/jpeg
# Matt Turner <mattst88@gentoo.org> (2022-03-27)
# Deprecated GNOME 2 era packages
app-text/enchant:0
app-text/gtkspell:2
app-text/scrollkeeper-dtd
dev-cpp/gtkmm:2.4
dev-libs/libcroco
dev-libs/libIDL
dev-libs/libunique:1
gnome-base/libglade
gnome-base/libgnomecanvas
media-libs/libart_lgpl
x11-libs/gtksourceview:2.0
x11-themes/gnome-icon-theme-extras
x11-themes/gnome-icon-theme-symbolic
x11-themes/gtk-chtheme
x11-themes/gtk-engines
x11-themes/gtk-engines-adwaita
x11-themes/gtk-engines-candido
x11-themes/gtk-engines-experience
x11-themes/gtk-engines-murrine
x11-themes/gtk-engines-qtpixmap
x11-themes/gtk-engines-rezlooks
x11-themes/gtk-engines-ubuntulooks
# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-06-30)
# Deprecated upstream, see HOMEPAGE; Bug #961791
dev-perl/Mail-Sender
# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-06-11)
# gtk2. Nuff said. See HOMEPAGE, too.
dev-perl/Gtk2
# Kent Fredric <kentnl@gentoo.org> (2020-04-15)
# Functionality now provided by Net::SMTP 3.25+
# available with >=virtual/perl-libnet-1.28
# provided by >=dev-lang/perl-5.20.0
# Try patching/removing dependent code to utilize this.
# Bug #650320
dev-perl/Net-SMTP-SSL
|