diff --git a/bin/projects.py b/bin/projects.py
index 1d098e6a..4fb5345d 100755
--- a/bin/projects.py
+++ b/bin/projects.py
@@ -42,6 +42,8 @@ ICONS = (
"windows",
"apple",
"linux",
+ "android",
+ "ios",
)
diff --git a/docs/data/projects.schema.json b/docs/data/projects.schema.json
index 452b52c5..0cae8b56 100644
--- a/docs/data/projects.schema.json
+++ b/docs/data/projects.schema.json
@@ -28,7 +28,7 @@
"ci_config": { "type": "string" },
"os": {
"type": "array",
- "items": { "enum": ["windows", "apple", "linux"] }
+ "items": { "enum": ["windows", "apple", "linux", "android", "ios"] }
}
},
"required": ["name", "gh", "ci", "os"]
diff --git a/docs/data/projects.yml b/docs/data/projects.yml
index b6144d74..7e86665c 100644
--- a/docs/data/projects.yml
+++ b/docs/data/projects.yml
@@ -3,7 +3,7 @@
# gh: GitHub repo (eventually a url: could be added for non-github projects)
# stars: GitHub repo (optional, if different from package, such as for Twisted)
# pypi: The pypi name, if different from the GitHub package name
-# os: Operating system list, [windows, apple, linux] (optional)
+# os: Operating system list, [windows, apple, linux, android, ios] (optional)
# ci: [github, azurepipelines, circleci, gitlab, travisci, cirrusci] (optional)
# notes: (text, optional)
@@ -48,8 +48,8 @@
- name: pybase64
gh: mayeut/pybase64
ci: [github]
- os: [windows, apple, linux]
-
+ os: [windows, apple, linux, android, ios]
+ notes: setuptools backend with custom CMake step for external sources. SBOM embedded via a custom repair step.
- name: KDEpy
gh: tommyod/KDEpy
@@ -173,7 +173,7 @@
- name: pyzmq
gh: zeromq/pyzmq
ci: [github]
- os: [windows, apple, linux]
+ os: [windows, apple, linux, android]
ci_config: .github/workflows/wheels.yml
notes: |
Python bindings for zeromq, the networking library.
diff --git a/docs/data/readme_icons/android.svg b/docs/data/readme_icons/android.svg
new file mode 100644
index 00000000..51eab9ee
--- /dev/null
+++ b/docs/data/readme_icons/android.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/data/readme_icons/ios.svg b/docs/data/readme_icons/ios.svg
new file mode 100644
index 00000000..ff6147fd
--- /dev/null
+++ b/docs/data/readme_icons/ios.svg
@@ -0,0 +1 @@
+
\ No newline at end of file