Summary: | dev-python/matplotlib dependencies improvement | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Cedric Sodhi <manday> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Cedric Sodhi
2011-04-02 08:01:37 UTC
Those deps aren't noted in the tarball, as tarball contains its own copies of them. As for the second part, ebuild already does that - well, it enables agg and non-agg variants at the same time, but other than that, it's covered. The documentation of the tarbal makes mention of bundled packages and none of the above program names is mentioned. Can you please cite a source which confirms that those packages are bundled yet not mentioned in the documentation? matplotlib-1.0.1/CXX matplotlib-1.0.1/lib/matplotlib/pyparsing.py matplotlib-1.0.1/lib/matplotlib/mpl-data/fonts Did you even try to read the ebuild ? The pyparsing.py (which I think is what you are referring to) that comes with the package is 148k in size. The pyparsing package wants to download is about 1.3M in size. Same with the fonts which are arround 700k and 2.7M are downloaded. Most of the overhead are docs and build system - former doesn't need to, later doesn't get installed. Thanks |