Conversation
Simple MIT-licensed C extension (Python wrapper + vendored XEphem libastro, both under one MIT LICENSE) with no external native deps beyond libm. Build-from-checkout, cibuildwheel manylinux+musllinux, cp312/cp313/cp314/cp314t. Tests staged from ephem/tests only, leaving ephem/ a namespace portion in the test cwd so `import ephem` still resolves the installed wheel and unittest discover mirrors upstream's own CIBW_TEST_COMMAND.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ephem4.2.1Compiles PyEphem's
ephem._libastroC extension (the Python wrapper plus the vendored XEphemlibastrosources), which links only against libm. Upstream publishes no riscv64 wheel.Mirrors upstream's
build-and-test.yml.Differs from upstream
Testing
unittest discover ephem), staged fromephem/testsonly so the installed wheel is what gets imported.License: OK - one MIT
LICENSEat the repo root covers both the Python wrapper and the vendored XEphemlibastrosources.Built locally on macOS (x86_64/arm64 host toolchain); all 177 tests passed.