-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for clang 18 and new mupdf release branch 1.24.x.
.github/workflows/test_mupdf-release-branch.yml: Use --branch 1.24.x. scripts/gh_release.py: Pass new PYMUPDF_SETUP_LIBCLANG to cibuildwheel build using CIBW_ENVIRONMENT_PASS_LINUX. scripts/sysinstall.py Use new setup.py:wrap_get_requires_for_build_wheel() to find required packages. Disabled tests of `pymupdf` command because doesn't seem to be installed. scripts/test.py: wrap_get_requires_for_build_wheel(): new, uses setup.py:get_requires_for_build_wheel() and pyproject.toml to find packages, instead of just pyproject.toml. setup.py: Accept PYMUPDF_SETUP_LIBCLANG to specify the version of libclang to require. [Not actually used yet, but leaving in place for the future.] src_classic/__init__.py Removed mupdf version checking code, because broken by mupdf 1.25. tests/test_general.py: test_cli_out(): minor diagnostic to show $PATH, used when investigating installation of `pymupdf` command with sysinstall.
- Loading branch information
1 parent
f039ad4
commit 365fa72
Showing
7 changed files
with
55 additions
and
29 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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