Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 925500

Summary: dev-python/mypy-1.8.0: install change log
Product: Gentoo Linux Reporter: Lucio Sauer <watermanpaint>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: UNCONFIRMED ---    
Severity: enhancement CC: eschwartz93, watermanpaint
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Lucio Sauer 2024-02-25 17:02:52 UTC
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
Comment 1 Eli Schwartz 2024-02-26 01:25:55 UTC
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.
Comment 2 Lucio Sauer 2024-02-26 02:13:59 UTC
(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.
Comment 3 Eli Schwartz 2024-02-26 02:24:06 UTC
$ 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.