Wykres commitów

1 Commity (f6555bae97e28b5884837e88c75ed4425ccd070a)

Autor SHA1 Wiadomość Data
Paul Sokolovsky c327850c3e sdist_upip.py: Replacement for optimize_upip.py.
Unlike optimize_upip, which instantiates a separate distutils/setuptools
command to run after "sdist", sdist_upip overrides "sdist" implementation,
so it simplifies publishing workflow (no need to run adhoc commands).

Besides what optimize_upip did (post-porocessing to remove superfluous
files and recompressing with gzip 4K dictionary), sdist_upip also
adds pre-processing step of generation resource module (R.py) from
resource files.

So, now there's a single (and standard) command to generate a distrubution
package for MicroPython.
2017-12-12 23:24:37 +02:00