Wykres commitów

3 Commity (b89114c8345e15d360c3707493450805c114bc8c)

Autor SHA1 Wiadomość Data
Paul Sokolovsky ac1d0391d8 sdist_upip: Don't treat files at the toplevel dir as resources.
E.g. README. Resources should be inside a package.
2017-12-15 00:20:59 +02:00
Paul Sokolovsky 223d91dc82 sdist_upip: Need to override setuptools' "sdist" command, not distutils'.
Without setuptools, there will be no goodies like dependencies, etc.
2017-12-15 00:08:31 +02:00
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