Skip to content

pygeohash: add build-pygeohash.yml for riscv64 wheels - #1083

Merged
luhenry merged 1 commit into
mainfrom
pygeohash
Sep 6, 2026
Merged

luhenry merged 1 commit into
mainfrom
pygeohash

Conversation

@luhenry

@luhenry luhenry commented Sep 6, 2026

Copy link
Copy Markdown
Member

Compiles a small C extension (pygeohash/cgeohash/geohash_module.c) for geohash encode/decode. Upstream publishes no riscv64 wheel.

Mirrors upstream's publish-pypi.yml build_wheels job.

Differs from upstream

  • Registry index added - matplotlib/pandas have no riscv64 wheel on public PyPI.

Testing

  • pytest-cov/pytest-benchmark/pandas added to test-requires - needed by the suite's addopts coverage flags, benchmark fixture, and typed-data tests.
  • test-sources stages tests examples pyproject.toml - the repo-root pygeohash/ would otherwise shadow the installed wheel's compiled extension.

License: OK

Rehearsed locally against a built wheel (macOS arm64): 400 passed, 0 skipped, 0 failed.

@luhenry
luhenry merged commit b3e1f21 into main Sep 6, 2026
9 checks passed
@luhenry
luhenry deleted the pygeohash branch September 6, 2026 17:38
@luhenry luhenry linked an issue Sep 6, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pygeohash riscv64 support

1 participant