chore(android): standardize indentation in meta.yaml files for aiohttp, bcrypt, and psutil recipes; add patch for bcrypt to support abi3-py310

This commit is contained in:
Ivan
2026-04-16 16:25:39 -05:00
parent fe44d05f42
commit a673da9d86
4 changed files with 24 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
package:
name: aiohttp
version: "3.13.3"
name: aiohttp
version: "3.13.3"

View File

@@ -1,10 +1,10 @@
package:
name: bcrypt
version: "5.0.0"
name: bcrypt
version: "5.0.0"
requirements:
build:
- rust
build:
- rust
build:
number: 0
number: 1

View File

@@ -0,0 +1,14 @@
--- src-original/src/_bcrypt/Cargo.toml
+++ src/src/_bcrypt/Cargo.toml
@@ -8,7 +8,10 @@
publish = false
[dependencies]
-pyo3 = { version = "0.26", features = ["abi3"] }
+
+# Chaquopy: add abi3-py310 for Android cp311 wheels.
+pyo3 = { version = "0.26", features = ["abi3", "abi3-py310"] }
+
bcrypt = "0.17"
bcrypt-pbkdf = "0.10.0"
base64 = "0.22.1"

View File

@@ -1,6 +1,6 @@
package:
name: psutil
version: "7.2.2"
name: psutil
version: "7.2.2"
build:
number: 1
number: 1