From c2b44ea83b1cb930e91ddc1f81ffb426846acdd0 Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Thu, 20 Apr 2023 09:37:33 +1000 Subject: [PATCH 1/4] types: Add manifest file. --- python-stdlib/types/manifest.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python-stdlib/types/manifest.py diff --git a/python-stdlib/types/manifest.py b/python-stdlib/types/manifest.py new file mode 100644 index 000000000..35a47d86c --- /dev/null +++ b/python-stdlib/types/manifest.py @@ -0,0 +1,3 @@ +metadata(version="0.0.1") + +module("types.py") From 0f768c9af71b69b5f4e81f0cab8aaa403c820c2e Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Thu, 20 Apr 2023 10:21:25 +1000 Subject: [PATCH 2/4] bisect: Add manifest file. --- python-stdlib/bisect/manifest.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python-stdlib/bisect/manifest.py diff --git a/python-stdlib/bisect/manifest.py b/python-stdlib/bisect/manifest.py new file mode 100644 index 000000000..2a1cb60e1 --- /dev/null +++ b/python-stdlib/bisect/manifest.py @@ -0,0 +1,3 @@ +metadata(version="0.5") + +module("bisect.py") From b95deb31e51c017fd62971fb7c2a050a70be1ba3 Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Thu, 20 Apr 2023 10:21:46 +1000 Subject: [PATCH 3/4] json: Add manifest file. --- python-stdlib/json/manifest.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python-stdlib/json/manifest.py diff --git a/python-stdlib/json/manifest.py b/python-stdlib/json/manifest.py new file mode 100644 index 000000000..7ce66f4b9 --- /dev/null +++ b/python-stdlib/json/manifest.py @@ -0,0 +1,3 @@ +metadata(version="0.1") + +package("json") From 028a369f903fa395e8ed57dcaf8fba98f684cecc Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Thu, 20 Apr 2023 10:21:59 +1000 Subject: [PATCH 4/4] keyword: Add manifest file. --- python-stdlib/keyword/manifest.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python-stdlib/keyword/manifest.py diff --git a/python-stdlib/keyword/manifest.py b/python-stdlib/keyword/manifest.py new file mode 100644 index 000000000..aad27ec89 --- /dev/null +++ b/python-stdlib/keyword/manifest.py @@ -0,0 +1,3 @@ +metadata(version="0.0.1") + +module("keyword.py")