# packages.txt — EcoArk HarmonyOS wheel rebuild manifest # # ── Format ────────────────────────────────────────────── # package_name:git_repository_url # # Each uncommented line defines one package to rebuild. # The CI pipeline clones the source, runs the HarmonyOS/arm64 # cross-compilation flow, and bundles all output .whl files # into a single archive. # # ── Rules ─────────────────────────────────────────────── # * Empty lines and lines starting with # are ignored. # * package_name — short identifier used for output filenames # * repo_url — any `git clone`-compatible URL # # ── Examples (commented out — uncomment to activate) ─── numpy:https://github.com/numpy/numpy.git # scipy:https://github.com/scipy/scipy.git