commit: 485888ac2dbc53a1f2ef441fef8474833ed92c9e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jun 17 11:19:09 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 17 11:19:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485888ac
package.deprecated: Add dev-python/versioneer Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 519b60a09eec..c9df2f0d0575 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,14 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2022-06-17) +# So far not a single dependency on dev-python/versioneer was correct. +# This package is a generator for "versioneer.py" file that is included +# in the sdist tarball. Your package most likely only imports that file +# and does not need dev-python/versioneer. If it really does, please +# ping me. +dev-python/versioneer + # Michał Górny <[email protected]> (2022-05-18) # pp2sp is no longer maintained. Its build system support is limited # and buggy. Packages need to migrate to using DISTUTILS_USE_PEP517
