#364 closed defect (fixed)
matplotlib: split tests and mpl-data into separate package matplotlib-tests
Reported by: | martinl | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | matplotlib | |
Cc: |
Description
The matplotlib package http://trac.osgeo.org/osgeo4w/wiki/pkg-python-matplotlib is currently of 50MB size which increases e.g. the winGRASS installer size by 30%. The package contains two subdirectories:
- mpl-data: 6MB
- tests: 36MB
Please split the package into two with these two subdirectories going into a separate package matplotlib-tests.
Change History (3)
comment:1 by , 11 years ago
follow-up: 3 comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sorry for delay, was busy with two parallel projects at work.
Testing stuff removed from matplotlib package and now its size is about 5 Mb. mpl-data subdirectory still included because it contains required files and should be installed anyway.
comment:3 by , 11 years ago
Replying to alexbruy:
Sorry for delay, was busy with two parallel projects at work.
Testing stuff removed from matplotlib package and now its size is about 5 Mb. mpl-data subdirectory still included because it contains required files and should be installed anyway.
Thanks a lot! Martin
Any interest from other packagers to solve this issue?