yoga-python 0.1.4__tar.gz → 0.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {yoga_python-0.1.4 → yoga_python-0.1.5}/.github/workflows/release.yml +13 -1
- {yoga_python-0.1.4 → yoga_python-0.1.5}/PKG-INFO +1 -1
- {yoga_python-0.1.4 → yoga_python-0.1.5}/pyproject.toml +1 -1
- {yoga_python-0.1.4 → yoga_python-0.1.5}/.github/workflows/create-release.yml +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/.github/workflows/quality.yml +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/.gitignore +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/.python-version +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/CMakeLists.txt +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/LICENSE +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/README.md +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/benchmarks/bench_bindings.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/pyrightconfig.json +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/src/yoga/__init__.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/src/yoga/__init__.pyi +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/src/yoga/py.typed +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/src/yoga/yoga.cpp +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/conftest.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_absolute_position.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_align_content.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_align_items.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_align_self.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_android_news_feed.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_aspect_ratio.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_auto.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_baseline.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_baseline_func.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_border.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_box_sizing.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_clone_node.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_clone_nofree.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_computed_margin.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_computed_padding.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_config.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_default_values.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_dimension.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_dirtied.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_dirty_marking.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_display.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_display_contents.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_edge.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_events.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_flex.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_flex_direction.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_flex_gap.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_flex_wrap.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_float_optional.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_free_order.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_gap.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_had_overflow.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_intrinsic_size.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_justify_content.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_layoutable_children.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_margin.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_measure.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_measure_cache.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_measure_mode.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_min_max_dimension.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_no_free.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_node_callback.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_node_child.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_ordinals.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_padding.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_percentage.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_persistence.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_persistent_node_cloning.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_relayout.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_rounding.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_rounding_function.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_rounding_measure.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_scale_change.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_size_overflow.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_small_value_buffer.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_static_position.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_style.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_style_value_pool.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_tree_mutation.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_value.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/tests/test_zero_out_layout.py +0 -0
- {yoga_python-0.1.4 → yoga_python-0.1.5}/uv.lock +0 -0
|
@@ -24,6 +24,8 @@ jobs:
|
|
|
24
24
|
include:
|
|
25
25
|
- os: linux
|
|
26
26
|
runs-on: ubuntu-22.04
|
|
27
|
+
- os: linux-arm
|
|
28
|
+
runs-on: ubuntu-22.04-arm
|
|
27
29
|
- os: windows
|
|
28
30
|
runs-on: windows-latest
|
|
29
31
|
- os: macos
|
|
@@ -42,8 +44,18 @@ jobs:
|
|
|
42
44
|
env:
|
|
43
45
|
CIBW_BUILD: "cp312-* cp313-* cp314-*"
|
|
44
46
|
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
|
|
45
|
-
# Use manylinux_2_28 so pip can use ninja's wheel (no compatible wheel on manylinux2014)
|
|
47
|
+
# Use manylinux_2_28 so pip can use ninja's wheel (no compatible wheel on manylinux2014).
|
|
48
|
+
# Set both arches explicitly — cibuildwheel's aarch64 default
|
|
49
|
+
# is manylinux2014_aarch64 (CentOS 7, uses yum). Pin to _2_28
|
|
50
|
+
# so the dnf-based CIBW_BEFORE_ALL_LINUX below works on both.
|
|
46
51
|
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
|
|
52
|
+
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
|
|
53
|
+
# Build both macOS arches from the single arm64 macos-latest
|
|
54
|
+
# runner via cross-compile. Replaces a separate macos-13 (Intel)
|
|
55
|
+
# runner — macos-13 is on GitHub's deprecation track and has slow
|
|
56
|
+
# queue capacity. Cross-built x86_64 wheel skips tests
|
|
57
|
+
# (cibuildwheel default); arm64 wheel still runs the full suite.
|
|
58
|
+
CIBW_ARCHS_MACOS: "arm64 x86_64"
|
|
47
59
|
# CMake FetchContent clones Yoga from GitHub (dnf for manylinux_2_28)
|
|
48
60
|
CIBW_BEFORE_ALL_LINUX: "dnf install -y git"
|
|
49
61
|
# Test built wheels before shipping
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|