Recently, I provided pyodide-build's unvendor_tests() functionality as a separate unvendor_tests_from_wheel.py CLI script as a part of sympy/live#26, to reduce the size of the SymPy wheel downloaded from PyPI.
Would it be a good idea for pyodide-pack to include such functionality as well, so that it can be used as a CLI tool for downstream projects like this?
As a further step, would it make sense to remove this functionality from pyodide-build, and make it call pyodide-pack as a part of the wheel build process in https://github.com/pyodide/pyodide-recipes?
Recently, I provided
pyodide-build'sunvendor_tests()functionality as a separateunvendor_tests_from_wheel.pyCLI script as a part of sympy/live#26, to reduce the size of the SymPy wheel downloaded from PyPI.Would it be a good idea for
pyodide-packto include such functionality as well, so that it can be used as a CLI tool for downstream projects like this?As a further step, would it make sense to remove this functionality from
pyodide-build, and make it callpyodide-packas a part of the wheel build process in https://github.com/pyodide/pyodide-recipes?