Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925500 - dev-python/mypy-1.8.0: install change log
Summary: dev-python/mypy-1.8.0: install change log
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2024-02-25 17:02 UTC by Lucio Sauer
Modified: 2024-02-26 02:24 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.