Skip to content

Commit ae96ec1

Browse files
committed
unix-ffi/uu: Add unix-ffi version of uu package.
This package reuses the code from the python-stdlib version of `uu` but requires the unix-ffi version of `os-path`. This also updates `email.message` to require this version of `uu`. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
1 parent 07716eb commit ae96ec1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

unix-ffi/email.message/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
metadata(version="0.5.3")
22

33
require("re", unix_ffi=True)
4-
require("uu")
4+
require("uu", unix_ffi=True)
55
require("base64")
66
require("binascii")
77
require("email.utils", unix_ffi=True)

unix-ffi/uu/manifest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
metadata(version="0.5.1")
2+
3+
require("binascii")
4+
require("os-path", unix_ffi=True)
5+
6+
module("uu.py", base_path="../../python-stdlib/uu")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy