commit: db15c72a179ebc0ae687c9acb71024e8d4543ca1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 29 06:43:29 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 29 07:02:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db15c72a
package.deprecated: Deprecate virtual/python-cffi Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 92132320c7ee..387bab35857d 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,16 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgo...@gentoo.org> (2023-05-29) +# Use the following snippet instead: +# +# $(python_gen_cond_dep ' +# dev-python/cffi[${PYTHON_USEDEP}] +# ' 'python*') +# +# Possibly adding version constraints if package declares them. +virtual/python-cffi + # Michał Górny <mgo...@gentoo.org> (2023-04-26) # Renamed upstream to dev-python/pypdf. Since Python modules were # renamed as well, projects need to update their imports.