Having the change log locally available is always nice :) --- a/dev-python/mypy/mypy-1.8.0.ebuild +++ b/dev-python/mypy/mypy-1.8.0.ebuild @@ -24,6 +24,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="+native-extensions" +DOCS="CHANGELOG.md CREDITS README.md" # stubgen collides with this package: https://bugs.gentoo.org/585594 RDEPEND=" Reproducible: Always
I guess I can understand wanting the CHANGELOG.md, and maybe even the README.md, but what on earth would I ever do with CREDITS? I would probably just fix this by adding CHANGELOG.md, but let's see what the python team thinks. :P n.b.
(In reply to Eli Schwartz from comment #1) > what on earth would I ever do with CREDITS? I added CHANGELOG.md to the already installed docs that einstalldocs picked up. Personally, I don't care for CREDITS either.
$ equery f mypy | grep share/doc/ /usr/share/doc/mypy-1.8.0 /usr/share/doc/mypy-1.8.0/CREDITS.bz2 /usr/share/doc/mypy-1.8.0/README.md.bz2 Huh, so it does... wild.