Skip to content

Commit ddb24be

Browse files
committed
json: Move to unix-ffi.
It requires the unix pcre-based re module. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <[email protected]>
1 parent 2242465 commit ddb24be

File tree

8 files changed

+4
-3
lines changed

8 files changed

+4
-3
lines changed

python-stdlib/json/manifest.py

-3
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

unix-ffi/json/manifest.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
metadata(version="0.2.0")
2+
3+
require("re", unix_ffi=True)
4+
package("json")
File renamed without changes.

0 commit comments

Comments
 (0)