diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-16 22:20:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-16 22:20:54 +0100 |
commit | 543bcbb1080d00915b8ff7bee3572dd213d9cdd2 (patch) | |
tree | 1f2c8925b4786bd843309fc8699cc9e5e7d47bc7 /profiles/package.deprecated | |
parent | dev-python/nototools: Replace virts with cond deps (diff) | |
download | gentoo-543bcbb1080d00915b8ff7bee3572dd213d9cdd2.tar.gz gentoo-543bcbb1080d00915b8ff7bee3572dd213d9cdd2.tar.bz2 gentoo-543bcbb1080d00915b8ff7bee3572dd213d9cdd2.zip |
package.deprecated: Deprecate py2 virtual/python-*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/package.deprecated')
-rw-r--r-- | profiles/package.deprecated | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 396296ea92f4..c7834cb8e2fc 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,21 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (2020-03-16) +# Virtuals for Python 2 backports. Mostly obsolete, and some of them +# are really confusing. Use $(python_gen_cond_dep ...) instead +# if your package still needs to support Python 2 (or remove it +# for Python 3 only packages). +virtual/python-backports_abc +virtual/python-enum34 +virtual/python-funcsigs +virtual/python-futures +virtual/python-ipaddress +virtual/python-pathlib +virtual/python-singledispatch +virtual/python-typing +virtual/python-unittest-mock + # Andreas Sturmlechner <asturm@gentoo.org> (2020-03-08) # dev-python/pygtk is in the process of being removed, tracker bug #706462 dev-python/pygtk |