Skip to content

unix-ffi: Isolate packages from python-stdlib version of os #672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion unix-ffi/email.message/manifest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
metadata(version="0.5.3")

require("re", unix_ffi=True)
require("uu")
require("uu", unix_ffi=True)
require("base64")
require("binascii")
require("email.utils", unix_ffi=True)
Expand Down
2 changes: 1 addition & 1 deletion unix-ffi/glob/manifest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
metadata(version="0.5.2")

require("os", unix_ffi=True)
require("os-path")
require("os-path", unix_ffi=True)
require("re", unix_ffi=True)
require("fnmatch")

Expand Down
6 changes: 6 additions & 0 deletions unix-ffi/os-path/manifest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
metadata(version="0.1.4")

# Originally written by Paul Sokolovsky.

require("os", unix_ffi=True)
package("os", base_path="../../python-stdlib/os-path")
6 changes: 6 additions & 0 deletions unix-ffi/os/os/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
import ffilib
import uos

# Provide optional dependencies (which may be installed separately).
try:
from . import path
except ImportError:
pass

R_OK = const(4)
W_OK = const(2)
X_OK = const(1)
Expand Down
6 changes: 6 additions & 0 deletions unix-ffi/uu/manifest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
metadata(version="0.5.1")

require("binascii")
require("os-path", unix_ffi=True)

module("uu.py", base_path="../../python-stdlib/uu")
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