Paul Sokolovsky
|
24d3e81f7f
|
make_metadata.py: Support PyPy upstream source.
|
2015-02-22 15:09:46 +02:00 |
Paul Sokolovsky
|
b4dbd508d6
|
make_metadata.py: Add support for "extra_modules" metadata.txt option.
The usecase is to package upip's standalone dependency modules together with
it. A case of extra packages isn't considered so far.
|
2015-02-12 15:04:20 +08:00 |
Paul Sokolovsky
|
d4968384ad
|
make_metadata.py: Add "cpython-backport" module type.
For compatibility modules, allowing to run code using MicroPython-specific
modules on CPython: https://github.com/micropython/micropython-lib/issues/18
|
2015-01-02 21:25:57 +02:00 |
Paul Sokolovsky
|
41e738f1b0
|
make_metadata.py: Allow to override dist_name in metadata.txt.
|
2014-06-21 04:05:20 +03:00 |
Paul Sokolovsky
|
cf4c27a885
|
make_metadata.py: Allow to have module name != distribution name.
Like, micropython-re-pcre hosts re.py.
|
2014-06-07 05:04:00 +03:00 |
Paul Sokolovsky
|
62240137d4
|
make_metadata.py: Remove current dir from sys.path.
Otherwise MicroPython will pick up glob as an empty namespace package from
the current dir otherwise.
|
2014-06-06 23:22:44 +03:00 |
Paul Sokolovsky
|
a3bb492fa7
|
make_metadata.py: Support comments.
|
2014-06-03 02:05:44 +03:00 |
Paul Sokolovsky
|
9b4a601991
|
make_metadata.py: Make executable.
|
2014-05-20 00:20:30 +03:00 |
Paul Sokolovsky
|
80bd2398ad
|
make_metadata.py: Add support for dependencies.
|
2014-05-12 21:00:53 +03:00 |
Paul Sokolovsky
|
aeef84805a
|
make_metadata.py: Elaborate handling of CPython modules.
|
2014-05-12 21:00:53 +03:00 |
Paul Sokolovsky
|
4f67285ddf
|
make_metadata: Support native micropython-lib modules.
|
2014-05-12 20:24:34 +03:00 |
Paul Sokolovsky
|
7b5c61a5cf
|
make_metadata.py: Support modules vs packages.
|
2014-05-12 17:14:12 +03:00 |
Paul Sokolovsky
|
7b54fd3b9b
|
make_metadata: Rename "type" to "srctype".
The idea is that it's "type of source module came from". "type" will be used
for "module"/"package" distinction.
|
2014-05-12 13:01:09 +03:00 |
Paul Sokolovsky
|
c372b386b6
|
make_metadata.py: Script to make a setup.py from concise module metadata.
|
2014-05-12 03:52:22 +03:00 |