meson-python 0.21.0__tar.gz → 0.21.1__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.
- {meson_python-0.21.0 → meson_python-0.21.1}/CHANGELOG.rst +8 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/PKG-INFO +1 -1
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/changelog.rst +8 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/mesonpy/__init__.py +1 -1
- {meson_python-0.21.0 → meson_python-0.21.1}/mesonpy/_tags.py +28 -1
- {meson_python-0.21.0 → meson_python-0.21.1}/pyproject.toml +1 -1
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/test_tags.py +20 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.gitattributes +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.github/workflows/docs.yml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.github/workflows/pixi.lock +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.github/workflows/pixi.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.github/workflows/release.yml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.github/workflows/tests.yml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.github/workflows/zizmor.yml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.github/zizmor.yml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.gitignore +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.mailmap +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.pre-commit-config.yaml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/.vscode/settings.json +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/LICENSE +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/LICENSES/MIT.txt +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/README.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/RELEASE.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/REUSE.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/codecov.yml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/about.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/conf.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/explanations/default-options.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/explanations/design-old.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/how-to-guides/config-settings.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/how-to-guides/contributing.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/how-to-guides/debug-builds.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/how-to-guides/editable-installs.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/how-to-guides/meson-args.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/how-to-guides/sdist.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/how-to-guides/shared-libraries.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/index.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/projects-using-meson-python.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/reference/config-settings.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/reference/environment-variables.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/reference/limitations.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/reference/meson-compatibility.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/reference/pyproject-settings.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/docs/tutorials/introduction.rst +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/mesonpy/_editable.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/mesonpy/_rpath.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/mesonpy/_util.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/mesonpy/_wheelfile.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/conftest.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/cmake-subproject/cmakesubproject.pyx +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/cmake-subproject/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/cmake-subproject/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/cmake-subproject/subprojects/cmaketest/CMakeLists.txt +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/cmake-subproject/subprojects/cmaketest/cmaketest.cpp +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/cmake-subproject/subprojects/cmaketest/cmaketest.hpp +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/cmake-subproject/subprojects/cmaketest.wrap +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/complex/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/complex/more/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/complex/more/baz.pyx +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/complex/more/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/complex/namespace/bar.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/complex/namespace/foo.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/extension.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/foo.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/move.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/complex/test.pyx +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/configure-data/configure_data.py.in +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/configure-data/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/configure-data/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/custom-target-dir/codegen.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/custom-target-dir/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/custom-target-dir/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/detect-compiler/detect_compiler.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/detect-compiler/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/detect-compiler/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/dist-script/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/dist-script/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/dynamic-version/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/dynamic-version/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/encoding/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/encoding/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/encoding//343/203/206/343/202/271/343/203/210.py" +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/executable/example.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/executable/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/executable/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/executable-bit/example-script.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/executable-bit/example.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/executable-bit/executable_module.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/executable-bit/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/executable-bit/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/full-metadata/LICENSE +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/full-metadata/README.md +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/full-metadata/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/full-metadata/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/generated-files/example-script.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/generated-files/example.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/generated-files/executable_module.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/generated-files/generate_version.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/generated-files/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/generated-files/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/imports-itself-during-build/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/imports-itself-during-build/plat.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/imports-itself-during-build/pure.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/imports-itself-during-build/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-data/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-data/data.txt +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-data/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-data/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/nested/deep/deep.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/nested/deep/excluded.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/nested/nested.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/strip/excluded.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/strip/module.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/subdir/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/subdir/excluded/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/subdir/excluded.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/subdir/test.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/library/example.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/library/examplelib.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/library/examplelib.h +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/library/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/library/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/license-file/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/license-file/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/license-file/something/LICENSE.custom +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/license-pep639/LICENSES/BSD-3-Clause.txt +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/license-pep639/LICENSES/MIT.txt +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/license-pep639/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/license-pep639/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/limited-api/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/limited-api/meson.options +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/limited-api/module.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/limited-api/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/limited-api-free-threaded/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/limited-api-free-threaded/module.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/limited-api-free-threaded/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/examplemod.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/lib/examplelib.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/lib/examplelib.h +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/lib/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-library-in-subproject/foo/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-library-in-subproject/foo/_examplemod.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-library-in-subproject/foo/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-library-in-subproject/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-library-in-subproject/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-library-in-subproject/subprojects/bar/bar_dll.h +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-library-in-subproject/subprojects/bar/examplelib.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-library-in-subproject/subprojects/bar/examplelib.h +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-library-in-subproject/subprojects/bar/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/long-path/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/long-path/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/missing-dynamic-version/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/missing-dynamic-version/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/missing-meson-version/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/missing-meson-version/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/module-types/file.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/module-types/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/module-types/namespace/data.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/module-types/native.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/module-types/package/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/module-types/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/pure/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/pure/pure.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/pure/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/purelib-and-platlib/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/purelib-and-platlib/plat.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/purelib-and-platlib/pure.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/purelib-and-platlib/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/purelib-platlib-split/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/purelib-platlib-split/plat.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/purelib-platlib-split/pure.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/purelib-platlib-split/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/scipy-like/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/scipy-like/mypkg/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/scipy-like/mypkg/cy_extmod.pyx +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/scipy-like/mypkg/extmod.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/scipy-like/mypkg/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/scipy-like/mypkg/submod/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/scipy-like/mypkg/submod/unknown_filetype.npq +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/scipy-like/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/scipy-like/tools/generate_config.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/_examplemod.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/examplelib.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/examplelib.h +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/sub/examplelib2.c +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/sub/examplelib2.h +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/sub/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/sub/mypkg_dll.h +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/simple/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/simple/data.txt +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/simple/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/simple/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/simple/test.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subdirs/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subdirs/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subdirs/subdirs/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subdirs/subdirs/a/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subdirs/subdirs/a/b/c.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subdirs/subdirs/b/c.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subproject/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subproject/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subproject/subproject.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subproject/subprojects/dep/data.txt +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subproject/subprojects/dep/dep.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subproject/subprojects/dep/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/symlinks/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/symlinks/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/symlinks/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/symlinks/submodule/__init__.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/symlinks/submodule/aaa.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/symlinks/submodule/bbb.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/unknown-user-args-meson-args/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/unknown-user-args-top-level/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/unsupported-python-version/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/unsupported-python-version/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/user-args/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/user-args/pure.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/user-args/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/vendored-meson/meson.build +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/vendored-meson/meson_options.txt +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/vendored-meson/pyproject.toml +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/vendored-meson/third-party/meson.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/test_consistency.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/test_editable.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/test_metadata.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/test_options.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/test_output.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/test_pep517.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/test_project.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/test_sdist.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/test_wheel.py +0 -0
- {meson_python-0.21.0 → meson_python-0.21.1}/tests/test_wheelfile.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meson-python
|
|
3
|
-
Version: 0.21.
|
|
3
|
+
Version: 0.21.1
|
|
4
4
|
Summary: The Python build backend for Meson projects
|
|
5
5
|
Keywords: meson,build,backend,pep517,package
|
|
6
6
|
Maintainer-Email: Ralf Gommers <ralf.gommers@gmail.com>, Daniele Nicolodi <daniele@grinta.net>, Henry Schreiner <HenrySchreinerIII@gmail.com>
|
|
@@ -31,6 +31,26 @@ def get_interpreter_tag() -> str:
|
|
|
31
31
|
return f'{name}{version[0]}{version[1]}'
|
|
32
32
|
|
|
33
33
|
|
|
34
|
+
def _get_config_var(name: str, default: str | int | None = None) -> str | int | None:
|
|
35
|
+
value: str | int | None = sysconfig.get_config_var(name)
|
|
36
|
+
if value is None:
|
|
37
|
+
return default
|
|
38
|
+
return value
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
def _get_cpython_abi() -> str:
|
|
42
|
+
# Fallback for Python distributions not implementing PEP 3149.
|
|
43
|
+
if sys.implementation.name != 'cpython':
|
|
44
|
+
raise NotImplementedError
|
|
45
|
+
version = sys.version_info
|
|
46
|
+
debug = threading = ''
|
|
47
|
+
if _get_config_var('Py_DEBUG', hasattr(sys, 'gettotalrefcount')):
|
|
48
|
+
debug = 'd'
|
|
49
|
+
if version >= (3, 13) and _get_config_var('Py_GIL_DISABLED'):
|
|
50
|
+
threading = 't'
|
|
51
|
+
return f'cp{version[0]}{version[1]}{threading}{debug}'
|
|
52
|
+
|
|
53
|
+
|
|
34
54
|
def get_abi_tag() -> str:
|
|
35
55
|
# The best solution to obtain the Python ABI is to parse the
|
|
36
56
|
# $SOABI or $EXT_SUFFIX sysconfig variables as defined in PEP-314.
|
|
@@ -39,7 +59,13 @@ def get_abi_tag() -> str:
|
|
|
39
59
|
# Using $EXT_SUFFIX will not break when PyPy will fix this.
|
|
40
60
|
# See https://foss.heptapod.net/pypy/pypy/-/issues/3816 and
|
|
41
61
|
# https://github.com/pypa/packaging/pull/607.
|
|
42
|
-
|
|
62
|
+
parts = str(sysconfig.get_config_var('EXT_SUFFIX')).split('.')
|
|
63
|
+
|
|
64
|
+
# Some Python distributions (notably pkgsrc, the default NetBSD
|
|
65
|
+
# package manager) patch the Python configure script to remove
|
|
66
|
+
# $SOABI from $EXT_SUFFIX.
|
|
67
|
+
if len(parts) < 3:
|
|
68
|
+
return _get_cpython_abi()
|
|
43
69
|
|
|
44
70
|
# The packaging module initially based his understanding of the
|
|
45
71
|
# $SOABI variable on the inconsistent value reported by PyPy, and
|
|
@@ -48,6 +74,7 @@ def get_abi_tag() -> str:
|
|
|
48
74
|
# explicitly handled below) contains architecture information too.
|
|
49
75
|
# Unfortunately, fixing this now would break compatibility.
|
|
50
76
|
|
|
77
|
+
abi = parts[1]
|
|
51
78
|
if abi.startswith('cpython'):
|
|
52
79
|
abi = 'cp' + abi.split('-')[1]
|
|
53
80
|
elif abi.startswith('cp'):
|
|
@@ -176,3 +176,23 @@ def test_tag_stable_abi_multiarch():
|
|
|
176
176
|
}, pure=False, limited_api=True)
|
|
177
177
|
abi = 'abi3.abi3t' if STABLE_ABI_KIND == 'abi3t' else 'abi3'
|
|
178
178
|
assert str(builder.tag) == f'{INTERPRETER}-{abi}-{PLATFORM}'
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
@pytest.mark.skipif(sys.implementation.name != 'cpython', reason='fallback implemented for CPython only')
|
|
182
|
+
def test_abi_tag_fallback(monkeypatch):
|
|
183
|
+
assert mesonpy._tags.get_abi_tag() == ABI
|
|
184
|
+
|
|
185
|
+
sysconfig_get_config_var = sysconfig.get_config_var
|
|
186
|
+
|
|
187
|
+
def get_config_var(name):
|
|
188
|
+
value = sysconfig_get_config_var(name)
|
|
189
|
+
if name == 'EXT_SUFFIX':
|
|
190
|
+
value = '.' + value.split('.')[-1]
|
|
191
|
+
return value
|
|
192
|
+
|
|
193
|
+
# Remove $SOABI from $EXT_SUFFIX to simulate a Python interpreter
|
|
194
|
+
# that does not implement PEP 3149. Verify that the fallback code
|
|
195
|
+
# produces the same ABI tag.
|
|
196
|
+
monkeypatch.setattr(sysconfig, 'get_config_var', get_config_var)
|
|
197
|
+
|
|
198
|
+
assert mesonpy._tags.get_abi_tag() == ABI
|
|
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
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/cmake-subproject/cmakesubproject.pyx
RENAMED
|
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
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/configure-data/configure_data.py.in
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/detect-compiler/detect_compiler.c
RENAMED
|
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
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/executable-bit/executable_module.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/generated-files/example-script.py
RENAMED
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/generated-files/executable_module.py
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/generated-files/generate_version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/imports-itself-during-build/meson.build
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/imports-itself-during-build/plat.c
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/imports-itself-during-build/pure.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/nested/deep/deep.py
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/nested/deep/excluded.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/subdir/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/install-subdir/subdir/excluded.py
RENAMED
|
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
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/license-file/something/LICENSE.custom
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/license-pep639/LICENSES/BSD-3-Clause.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/limited-api-free-threaded/meson.build
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/limited-api-free-threaded/module.c
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/limited-api-free-threaded/pyproject.toml
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/__init__.py
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/examplemod.c
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/lib/examplelib.c
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/lib/examplelib.h
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/lib/meson.build
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/meson.build
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-against-local-lib/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-library-in-subproject/meson.build
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/link-library-in-subproject/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/missing-dynamic-version/meson.build
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/missing-dynamic-version/pyproject.toml
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/missing-meson-version/meson.build
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/missing-meson-version/pyproject.toml
RENAMED
|
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
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/purelib-and-platlib/pyproject.toml
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/purelib-platlib-split/meson.build
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/purelib-platlib-split/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/scipy-like/mypkg/submod/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/scipy-like/tools/generate_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/__init__.py
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/_examplemod.c
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/examplelib.c
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/examplelib.h
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/mypkg/meson.build
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/sharedlib-in-package/pyproject.toml
RENAMED
|
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
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subproject/subprojects/dep/data.txt
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subproject/subprojects/dep/dep.py
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/subproject/subprojects/dep/meson.build
RENAMED
|
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
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/unsupported-python-version/meson.build
RENAMED
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/unsupported-python-version/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meson_python-0.21.0 → meson_python-0.21.1}/tests/packages/vendored-meson/third-party/meson.py
RENAMED
|
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
|