kopia lustrzana https://github.com/micropython/micropython-lib
all: Replace metadata.txt with manifest.py.
Uses the new require()/package()/module() functions from manifestfile.py. Add manifest.py for iperf3 and pyjwt. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>pull/528/head
rodzic
8d7753d7d4
commit
ce66e701a5
|
@ -1,5 +1,3 @@
|
|||
import os
|
||||
|
||||
_files = (
|
||||
"__init__.py",
|
||||
"core.py",
|
||||
|
@ -26,8 +24,4 @@ if options.l2cap:
|
|||
if options.security:
|
||||
_files += ("security.py",)
|
||||
|
||||
freeze(
|
||||
".",
|
||||
tuple(os.path.join("aioble", f) for f in _files),
|
||||
opt=3,
|
||||
)
|
||||
package("aioble", files=_files)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.1.3")
|
||||
|
||||
package("test")
|
|
@ -1,3 +0,0 @@
|
|||
srctype=micropython-lib
|
||||
type=package
|
||||
version = 0.1.3
|
|
@ -0,0 +1,5 @@
|
|||
metadata(description="HTTP client module for MicroPython uasyncio module", version="0.5.1")
|
||||
|
||||
# Originally written by Paul Sokolovsky.
|
||||
|
||||
module("uaiohttpclient.py")
|
|
@ -1,6 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.5.1
|
||||
author = Paul Sokolovsky
|
||||
desc = HTTP client module for MicroPython uasyncio module
|
||||
long_desc = README
|
|
@ -0,0 +1,5 @@
|
|||
metadata(
|
||||
description="Minimal subset of contextlib for MicroPython low-memory ports", version="0.1.1"
|
||||
)
|
||||
|
||||
module("ucontextlib.py")
|
|
@ -1,5 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.1.1
|
||||
license = Python
|
||||
long_desc = Minimal subset of contextlib for MicroPython low-memory ports
|
|
@ -0,0 +1,5 @@
|
|||
metadata(description="Make and parse DNS packets (Sans I/O approach).", version="0.1")
|
||||
|
||||
# Originally written by Paul Sokolovsky.
|
||||
|
||||
module("udnspkt.py")
|
|
@ -1,5 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.1
|
||||
author = Paul Sokolovsky
|
||||
desc = Make and parse DNS packets (Sans I/O approach).
|
|
@ -0,0 +1,7 @@
|
|||
metadata(
|
||||
description='Lightweight MQTT client for MicroPython ("robust" version).', version="1.0.1"
|
||||
)
|
||||
|
||||
# Originally written by Paul Sokolovsky.
|
||||
|
||||
package("umqtt")
|
|
@ -1,6 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 1.0.1
|
||||
author = Paul Sokolovsky
|
||||
desc = Lightweight MQTT client for MicroPython ("robust" version).
|
||||
long_desc = README.rst
|
|
@ -0,0 +1,5 @@
|
|||
metadata(description="Lightweight MQTT client for MicroPython.", version="1.3.4")
|
||||
|
||||
# Originally written by Paul Sokolovsky.
|
||||
|
||||
package("umqtt")
|
|
@ -1,6 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 1.3.4
|
||||
author = Paul Sokolovsky
|
||||
desc = Lightweight MQTT client for MicroPython.
|
||||
long_desc = README.rst
|
|
@ -0,0 +1,3 @@
|
|||
metadata(description="Minimalistic file shell using native Python syntax.", version="0.6.1")
|
||||
|
||||
module("upysh.py")
|
|
@ -1,5 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.6.1
|
||||
desc = Minimalistic file shell using native Python syntax.
|
||||
long_desc = Minimalistic file shell using native Python syntax.
|
|
@ -0,0 +1,5 @@
|
|||
metadata(version="0.6")
|
||||
|
||||
# Originally written by Paul Sokolovsky.
|
||||
|
||||
package("urllib")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 0.6
|
||||
author = Paul Sokolovsky
|
|
@ -0,0 +1,5 @@
|
|||
metadata(description="Lightweight tarfile module subset", version="0.3.2")
|
||||
|
||||
# Originally written by Paul Sokolovsky.
|
||||
|
||||
module("utarfile.py")
|
|
@ -1,5 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.3.2
|
||||
author = Paul Sokolovsky
|
||||
long_desc = Lightweight tarfile module subset
|
|
@ -0,0 +1,5 @@
|
|||
metadata(description="Simple XML tokenizer", version="0.2")
|
||||
|
||||
# Originally written by Paul Sokolovsky.
|
||||
|
||||
module("xmltok.py")
|
|
@ -1,5 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.2
|
||||
author = Paul Sokolovsky
|
||||
long_desc = Simple XML tokenizer
|
|
@ -0,0 +1 @@
|
|||
module("iperf3.py")
|
|
@ -0,0 +1,5 @@
|
|||
metadata(version="0.1")
|
||||
|
||||
require("hmac")
|
||||
|
||||
module("jwt.py")
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.7.0")
|
||||
|
||||
module("urequests.py")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.7.0
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.0.3")
|
||||
|
||||
module("__future__.py")
|
|
@ -1,4 +0,0 @@
|
|||
srctype=dummy
|
||||
type=module
|
||||
version=0.0.3
|
||||
dist_name=future
|
|
@ -0,0 +1,5 @@
|
|||
metadata(version="3.3.3-1")
|
||||
|
||||
require("re-pcre")
|
||||
|
||||
module("_markupbase.py")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = module
|
||||
version = 3.3.3-1
|
||||
depends = re-pcre
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.0.1")
|
||||
|
||||
module("abc.py")
|
|
@ -1,3 +0,0 @@
|
|||
srctype=dummy
|
||||
type=module
|
||||
version = 0.0.1
|
|
@ -0,0 +1,5 @@
|
|||
metadata(version="0.4")
|
||||
|
||||
# Originally written by Damien George.
|
||||
|
||||
module("argparse.py")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.4
|
||||
author = Damien George
|
|
@ -0,0 +1,7 @@
|
|||
metadata(version="3.3.3-4")
|
||||
|
||||
require("binascii")
|
||||
require("re-pcre")
|
||||
require("struct")
|
||||
|
||||
module("base64.py")
|
|
@ -1,4 +0,0 @@
|
|||
srctype=cpython
|
||||
type=module
|
||||
version = 3.3.3-4
|
||||
depends = binascii, re-pcre, struct
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="2.4.0-5")
|
||||
|
||||
module("binascii.py")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = cpython
|
||||
type = module
|
||||
version = 2.4.0-5
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="3.3.3-2")
|
||||
|
||||
module("cgi.py")
|
|
@ -1,3 +0,0 @@
|
|||
srctype=cpython
|
||||
type=module
|
||||
version = 3.3.3-2
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="3.4.0-2")
|
||||
|
||||
module("cmd.py")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = cpython
|
||||
type = module
|
||||
version = 3.4.0-2
|
|
@ -0,0 +1,5 @@
|
|||
metadata(version="0.3")
|
||||
|
||||
# Originally written by Paul Sokolovsky.
|
||||
|
||||
package("collections")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 0.3
|
||||
author = Paul Sokolovsky
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.1.3")
|
||||
|
||||
package("collections")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 0.1.3
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.1.2")
|
||||
|
||||
package("collections")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 0.1.2
|
|
@ -0,0 +1,6 @@
|
|||
metadata(description="Port of contextlib for micropython", version="3.4.2-4")
|
||||
|
||||
require("ucontextlib")
|
||||
require("collections")
|
||||
|
||||
module("contextlib.py")
|
|
@ -1,5 +0,0 @@
|
|||
srctype = cpython
|
||||
type = module
|
||||
version = 3.4.2-4
|
||||
long_desc = Port of contextlib for micropython
|
||||
depends = ucontextlib, collections
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="3.3.3-2")
|
||||
|
||||
module("copy.py")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = cpython
|
||||
type = module
|
||||
version = 3.3.3-2
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="3.4.2-1")
|
||||
|
||||
package("curses")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 3.4.2-1
|
|
@ -0,0 +1,5 @@
|
|||
metadata(version="4.0.0")
|
||||
|
||||
# Originally written by Lorenzo Cappelletti.
|
||||
|
||||
module("datetime.py")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 4.0.0
|
||||
author = Lorenzo Cappelletti
|
|
@ -0,0 +1,7 @@
|
|||
# email.charset
|
||||
|
||||
require("functools")
|
||||
require("email.encoders")
|
||||
require("email.errors")
|
||||
|
||||
package("email", version="0.5.1")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 0.5.1
|
||||
depends = functools, email.encoders, email.errors
|
|
@ -0,0 +1,9 @@
|
|||
metadata(version="0.5.1")
|
||||
|
||||
require("base64")
|
||||
require("binascii")
|
||||
require("quopri")
|
||||
require("re-pcre")
|
||||
require("string")
|
||||
|
||||
package("email")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 0.5.1
|
||||
depends = base64, binascii, quopri, re-pcre, string
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.5.1")
|
||||
|
||||
package("email")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 0.5.1
|
|
@ -0,0 +1,8 @@
|
|||
# email.feedparser
|
||||
|
||||
require("re-pcre")
|
||||
require("email.errors")
|
||||
require("email.message")
|
||||
require("email.internal")
|
||||
|
||||
package("email", version="0.5.1")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 0.5.1
|
||||
depends = re-pcre, email.errors, email.message, email.internal
|
|
@ -0,0 +1,9 @@
|
|||
# email.header
|
||||
|
||||
require("re-pcre")
|
||||
require("binascii")
|
||||
require("email.encoders")
|
||||
require("email.errors")
|
||||
require("email.charset")
|
||||
|
||||
package("email", version="0.5.2")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 0.5.2
|
||||
depends = re-pcre, binascii, email.encoders, email.errors, email.charset
|
|
@ -0,0 +1,15 @@
|
|||
# email.internal
|
||||
|
||||
require("re-pcre")
|
||||
require("base64")
|
||||
require("binascii")
|
||||
require("functools")
|
||||
require("string")
|
||||
# require("calendar") TODO
|
||||
require("abc")
|
||||
require("email.errors")
|
||||
require("email.header")
|
||||
require("email.charset")
|
||||
require("email.utils")
|
||||
|
||||
package("email", version="0.5.1")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 0.5.1
|
||||
depends = re-pcre, base64, binascii, functools, string, calendar, abc, email.errors, email.header, email.charset, email.utils
|
|
@ -0,0 +1,11 @@
|
|||
# email.message
|
||||
|
||||
require("re-pcre")
|
||||
require("uu")
|
||||
require("base64")
|
||||
require("binascii")
|
||||
require("email.utils")
|
||||
require("email.errors")
|
||||
require("email.charset")
|
||||
|
||||
package("email", version="0.5.3")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 0.5.3
|
||||
depends = re-pcre, uu, base64, binascii, email.utils, email.errors, email.charset
|
|
@ -0,0 +1,8 @@
|
|||
# email.parser
|
||||
|
||||
require("warnings")
|
||||
require("email.feedparser")
|
||||
require("email.message")
|
||||
require("email.internal")
|
||||
|
||||
package("email", version="0.5.1")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 0.5.1
|
||||
depends = warnings, email.feedparser, email.message, email.internal
|
|
@ -0,0 +1,13 @@
|
|||
metadata(version="3.3.3-2")
|
||||
|
||||
require("os")
|
||||
require("re-pcre")
|
||||
require("base64")
|
||||
require("random")
|
||||
require("datetime")
|
||||
require("urllib.parse")
|
||||
require("warnings")
|
||||
require("quopri")
|
||||
require("email.charset")
|
||||
|
||||
package("email")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 3.3.3-2
|
||||
depends = os, re-pcre, base64, random, datetime, urllib.parse, warnings, quopri, email.charset
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.1.4")
|
||||
|
||||
module("errno.py")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.1.4
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.6.0")
|
||||
|
||||
module("fnmatch.py")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = cpython
|
||||
type = module
|
||||
version = 0.6.0
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.0.7")
|
||||
|
||||
module("functools.py")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.0.7
|
|
@ -0,0 +1,5 @@
|
|||
metadata(version="3.3.3-1")
|
||||
|
||||
require("os")
|
||||
|
||||
module("getopt.py")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = module
|
||||
version = 3.3.3-1
|
||||
depends = os
|
|
@ -0,0 +1,7 @@
|
|||
# glob
|
||||
|
||||
require("os")
|
||||
require("re-pcre")
|
||||
require("fnmatch")
|
||||
|
||||
module("glob.py", version="0.5.2")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = module
|
||||
version = 0.5.2
|
||||
depends = os, re-pcre, fnmatch
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.1.1")
|
||||
|
||||
module("gzip.py")
|
|
@ -1,3 +0,0 @@
|
|||
srctype=micropython-lib
|
||||
type=module
|
||||
version = 0.1.1
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="2.4.0-4")
|
||||
|
||||
package("hashlib")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 2.4.0-4
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.9.3")
|
||||
|
||||
module("heapq.py")
|
|
@ -1,5 +0,0 @@
|
|||
srctype = cpython
|
||||
type = module
|
||||
version = 0.9.3
|
||||
# Module uses in *some* functions, but we don't want to depend on it
|
||||
#depends = itertools
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="3.4.2-3")
|
||||
|
||||
module("hmac.py")
|
|
@ -1,3 +0,0 @@
|
|||
srctype = cpython
|
||||
type = module
|
||||
version = 3.4.2-3
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="3.3.3-1")
|
||||
|
||||
package("html")
|
|
@ -1,3 +0,0 @@
|
|||
srctype=cpython
|
||||
type=package
|
||||
version = 3.3.3-1
|
|
@ -0,0 +1,8 @@
|
|||
# html.parser
|
||||
|
||||
require("_markupbase")
|
||||
require("warnings")
|
||||
require("html.entities")
|
||||
require("re-pcre")
|
||||
|
||||
package("html", version="3.3.3-2")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 3.3.3-2
|
||||
depends = _markupbase, warnings, html.entities, re-pcre
|
|
@ -0,0 +1,5 @@
|
|||
metadata(version="3.3.3-2")
|
||||
|
||||
require("string")
|
||||
|
||||
package("html")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 3.3.3-2
|
||||
depends = string
|
|
@ -0,0 +1,10 @@
|
|||
# http.client
|
||||
|
||||
require("email.parser")
|
||||
require("email.message")
|
||||
require("socket")
|
||||
require("collections")
|
||||
require("urllib.parse")
|
||||
require("warnings")
|
||||
|
||||
package("http", version="0.5.1")
|
|
@ -1,4 +0,0 @@
|
|||
srctype = cpython
|
||||
type = package
|
||||
version = 0.5.1
|
||||
depends = email.parser, email.message, socket, collections, urllib.parse, warnings
|
|
@ -0,0 +1,3 @@
|
|||
metadata(version="0.1.2")
|
||||
|
||||
module("inspect.py")
|
Some files were not shown because too many files have changed in this diff Show More
Ładowanie…
Reference in New Issue