commit: 52e248ddee80ac2748ab6847a800d2b8016677b0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 10 11:45:14 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 10 11:45:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e248dd
package.mask: Last rite dev-python/PyPDF2 Bug: https://bugs.gentoo.org/908227 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 5 ----- profiles/package.mask | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 5ebebc6d8dd4..9c78e39e5a59 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -32,11 +32,6 @@ media-plugins/gst-plugins-libmms # Possibly adding version constraints if package declares them. virtual/python-cffi -# Michał Górny <[email protected]> (2023-04-26) -# Renamed upstream to dev-python/pypdf. Since Python modules were -# renamed as well, projects need to update their imports. -dev-python/PyPDF2 - # Sam James <[email protected]> (2023-04-07) # Inactive upstream, doesn't support newer Rubies. # Please port your package to use dev-ruby/erubis instead. diff --git a/profiles/package.mask b/profiles/package.mask index 71b3a22f07e8..06e3b65b1670 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2023-06-10) +# Renamed to dev-python/pypdf. No revdeps left. +# Removal on 2023-07-10. Bug #908227. +dev-python/PyPDF2 + # Michał Górny <[email protected]> (2023-06-09) # Requires dev-python/nose. Last activity in 2013. No reverse # dependencies left.
