FS#48175 - [python-matplotlib] (Re)Move tests

Attached to Project: Community Packages
Opened by Pyro Devil (PyroDevil) - Sunday, 14 February 2016, 08:02 GMT
Last edited by Felix Yan (felixonmars) - Monday, 15 February 2016, 03:43 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The package is rather large, (python2-matplotlib ~77 MiB) and about 77% (60MiB) of it are just the test cases and data.

I would suggest removing or moving everything test related into a separate package.

Additional info:
* python2-matplotlib 1.5.1-1

Steps to reproduce:

$ pacman -Qi python2-matplotlib|grep Size
Installed Size : 77.08 MiB

$ pacman -Ql python2-matplotlib | grep "tests/$" | awk '{ print $2 }' | xargs du -csh
68K /usr/lib/python2.7/site-packages/matplotlib/sphinxext/tests/
54M /usr/lib/python2.7/site-packages/matplotlib/tests/
5.7M /usr/lib/python2.7/site-packages/mpl_toolkits/tests/
60M total

This task depends upon

Closed by  Felix Yan (felixonmars)
Monday, 15 February 2016, 03:43 GMT
Reason for closing:  Implemented
Additional comments about closing:  All tests and sample data removed in 1.5.1-2

Loading...