-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit f3cfc52
unix-ffi: Move more unix-only packages to unix-ffi.
With the dependencies captured in manifest.py, several packages in
python-stdlib were still unix-only due to direct or transitive dependencies
on unix-only or ffi modules. Or they just make no sense to run on
microcontroller targets.
In a few cases (e.g. base64) where possible, the unix dependency could be
removed.
Updates manifest.py to use the `unix_ffi=True` arg to `require()` for these
libraries.
Rename re-pcre to re now that unix-ffi is effectively its own namespace.
Update unix-ffi/README.md, and strengthen the wording that the unix
libraries are unmaintained.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>1 parent ce66e70 commit f3cfc52
File tree
74 files changed
+51
-119
lines changed- python-stdlib
- base64
- email.charset
- email.feedparser
- email.header
- email.internal
- email.message
- email.parser
- glob
- html.parser
- http.client
- uu
- unix-ffi
- _markupbase
- argparse
- cgi
- email.charset/email
- email.encoders
- email
- email.errors
- email
- email.feedparser/email
- email.header/email
- email.internal/email
- email.message/email
- email.parser/email
- email.utils
- email
- fcntl
- getopt
- gettext
- glob
- html.entities
- html
- html.parser/html
- http.client
- http
- machine
- multiprocessing
- os
- pwd
- re
- select
- signal
- socket
- sqlite3
- test.support
- test
- timeit
- time
- ucurses
- unittest
- urllib.parse
- urllib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+51
-119
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | - | ||
99 | + | ||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | - | ||
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments