forked from pool/python-wxPython
* gh#wxWidgets/Phoenix#2580 * gh#wxWidgets/Phoenix#2591 - Update multibuild * Finalize preparation for python313 * Drop obsolete python39 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=57
5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
tar -xzf wxPython-*.gz
|
|
rm -r wxPython-*/packaging
|
|
tar -czf wxPython-*.gz wxPython-*/
|