==========================
CMake Python Distributions
==========================
`CMake <https://cmake.org>`_ is used to control the software compilation
process using simple platform and compiler independent configuration files,
and generate native makefiles and workspaces that can be used in the
compiler environment of your choice.
The suite of CMake tools were created by Kitware in response to the need
for a powerful, cross-platform build environment for open-source projects
such as ITK and VTK.
The CMake python wheels provide `CMake 4.1.0 <https://cmake.org/cmake/help/v4.1/index.html>`_.
Latest Release
--------------
.. table::
+----------------------------------------------------------------------+---------------------------------------------------------------------------+
| Versions | Downloads |
+======================================================================+===========================================================================+
| .. image:: https://img.shields.io/pypi/v/cmake.svg | .. image:: https://static.pepy.tech/badge/cmake |
| :target: https://pypi.python.org/pypi/cmake | :target: https://pypi.python.org/pypi/cmake |
| | .. image:: https://img.shields.io/pypi/dm/cmake |
| | :target: https://pypi.python.org/pypi/cmake |
+----------------------------------------------------------------------+---------------------------------------------------------------------------+
Build Status
------------
.. table::
+---------------+--------------------------------------------------------------------------------------------------------------+
| | GitHub Actions (Windows, macOS, Linux) |
+===============+==============================================================================================================+
| PyPI | .. image:: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml/badge.svg |
| | :target: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml |
+---------------+--------------------------------------------------------------------------------------------------------------+
Platforms
---------
The following platforms are supported with binary wheels:
.. table::
+---------------+---------------------------+
| OS | Arch |
+===============+===========================+
| Windows | | 64-bit |
| | | 32-bit |
+---------------+---------------------------+
| Linux Intel | | manylinux2014+ x86_64 |
| | | musllinux_1_2+ x86_64 |
| | | manylinux2014+ i686 |
| | | musllinux_1_2+ i686 |
+---------------+---------------------------+
| Linux ARM | | manylinux2014+ AArch64 |
| | | musllinux_1_2+ AArch64 |
| | | manylinux_2_31+ armv7l |
| | | musllinux_1_2+ armv7l |
+---------------+---------------------------+
| Linux PowerPC | | manylinux2014+ ppc64le |
| | | musllinux_1_2+ ppc64le |
+---------------+---------------------------+
| Linux IBM Z | | manylinux2014+ s390x |
| | | musllinux_1_2+ s390x |
+---------------+---------------------------+
| Linux RISC-V | | manylinux_2_35+ riscv64 |
| | | musllinux_1_2+ riscv64 |
+---------------+---------------------------+
| macOS 10.10+ | Intel |
+---------------+---------------------------+
| macOS 11+ | Apple Silicon |
+---------------+---------------------------+
The last version to provide ``manylinux1`` wheels was ``3.22.x``.
The last version to provide Python 3.7 support and ``manylinux2010`` wheels was ``4.0.3``.
The last version to provide Python 2 to Python 3.6 support was ``3.28.x``.
Maintainers
-----------
* `How to update CMake version? <https://cmake-python-distributions.readthedocs.io/en/latest/update_cmake_version.html>`_
* `How to make a release? <https://cmake-python-distributions.readthedocs.io/en/latest/make_a_release.html>`_
Miscellaneous
-------------
* Documentation: https://cmake-python-distributions.readthedocs.io/en/latest/
* Source code: https://github.com/scikit-build/cmake-python-distributions
* Mailing list: https://groups.google.com/forum/#!forum/scikit-build
License
-------
This project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc.
It is covered by the `Apache License, Version 2.0 <https://www.apache.org/licenses/LICENSE-2.0>`_.
CMake is distributed under the OSI-approved BSD 3-clause License.
For more information about CMake, visit https://cmake.org
Raw data
{
"_id": null,
"home_page": null,
"name": "cmake",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "CMake, build, c++, fortran, cross-platform, cross-compilation",
"author": null,
"author_email": "Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>",
"download_url": "https://files.pythonhosted.org/packages/2f/e3/0a11eddf5812ab39f96c2b77895a390acfd469cb64052c6a9c2d8d21b88c/cmake-4.1.0.tar.gz",
"platform": null,
"description": "==========================\nCMake Python Distributions\n==========================\n\n`CMake <https://cmake.org>`_ is used to control the software compilation\nprocess using simple platform and compiler independent configuration files,\nand generate native makefiles and workspaces that can be used in the\ncompiler environment of your choice.\n\nThe suite of CMake tools were created by Kitware in response to the need\nfor a powerful, cross-platform build environment for open-source projects\nsuch as ITK and VTK.\n\nThe CMake python wheels provide `CMake 4.1.0 <https://cmake.org/cmake/help/v4.1/index.html>`_.\n\nLatest Release\n--------------\n\n.. table::\n\n +----------------------------------------------------------------------+---------------------------------------------------------------------------+\n | Versions | Downloads |\n +======================================================================+===========================================================================+\n | .. image:: https://img.shields.io/pypi/v/cmake.svg | .. image:: https://static.pepy.tech/badge/cmake |\n | :target: https://pypi.python.org/pypi/cmake | :target: https://pypi.python.org/pypi/cmake |\n | | .. image:: https://img.shields.io/pypi/dm/cmake |\n | | :target: https://pypi.python.org/pypi/cmake |\n +----------------------------------------------------------------------+---------------------------------------------------------------------------+\n\nBuild Status\n------------\n\n.. table::\n\n +---------------+--------------------------------------------------------------------------------------------------------------+\n | | GitHub Actions (Windows, macOS, Linux) |\n +===============+==============================================================================================================+\n | PyPI | .. image:: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml/badge.svg |\n | | :target: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml |\n +---------------+--------------------------------------------------------------------------------------------------------------+\n\nPlatforms\n---------\n\nThe following platforms are supported with binary wheels:\n\n.. table::\n\n +---------------+---------------------------+\n | OS | Arch |\n +===============+===========================+\n | Windows | | 64-bit |\n | | | 32-bit |\n +---------------+---------------------------+\n | Linux Intel | | manylinux2014+ x86_64 |\n | | | musllinux_1_2+ x86_64 |\n | | | manylinux2014+ i686 |\n | | | musllinux_1_2+ i686 |\n +---------------+---------------------------+\n | Linux ARM | | manylinux2014+ AArch64 |\n | | | musllinux_1_2+ AArch64 |\n | | | manylinux_2_31+ armv7l |\n | | | musllinux_1_2+ armv7l |\n +---------------+---------------------------+\n | Linux PowerPC | | manylinux2014+ ppc64le |\n | | | musllinux_1_2+ ppc64le |\n +---------------+---------------------------+\n | Linux IBM Z | | manylinux2014+ s390x |\n | | | musllinux_1_2+ s390x |\n +---------------+---------------------------+\n | Linux RISC-V | | manylinux_2_35+ riscv64 |\n | | | musllinux_1_2+ riscv64 |\n +---------------+---------------------------+\n | macOS 10.10+ | Intel |\n +---------------+---------------------------+\n | macOS 11+ | Apple Silicon |\n +---------------+---------------------------+\n\nThe last version to provide ``manylinux1`` wheels was ``3.22.x``.\nThe last version to provide Python 3.7 support and ``manylinux2010`` wheels was ``4.0.3``.\nThe last version to provide Python 2 to Python 3.6 support was ``3.28.x``.\n\nMaintainers\n-----------\n\n* `How to update CMake version? <https://cmake-python-distributions.readthedocs.io/en/latest/update_cmake_version.html>`_\n\n* `How to make a release? <https://cmake-python-distributions.readthedocs.io/en/latest/make_a_release.html>`_\n\nMiscellaneous\n-------------\n\n* Documentation: https://cmake-python-distributions.readthedocs.io/en/latest/\n* Source code: https://github.com/scikit-build/cmake-python-distributions\n* Mailing list: https://groups.google.com/forum/#!forum/scikit-build\n\nLicense\n-------\n\nThis project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc.\nIt is covered by the `Apache License, Version 2.0 <https://www.apache.org/licenses/LICENSE-2.0>`_.\n\nCMake is distributed under the OSI-approved BSD 3-clause License.\nFor more information about CMake, visit https://cmake.org\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "CMake is an open-source, cross-platform family of tools designed to build, test and package software",
"version": "4.1.0",
"project_urls": {
"Bug Tracker": "https://github.com/scikit-build/cmake-python-distributions/issues",
"Documentation": "https://cmake-python-distributions.readthedocs.io",
"Homepage": "https://cmake.org",
"Mailing list": "https://groups.google.com/forum/#!forum/scikit-build",
"Source": "https://github.com/scikit-build/cmake-python-distributions"
},
"split_keywords": [
"cmake",
" build",
" c++",
" fortran",
" cross-platform",
" cross-compilation"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c36baa8b65bd42a5d5872469442f45deb58e8129fb8769f9d6ba3ebf8cdacc14",
"md5": "52a4aa626fdeecc0194b237a017b1066",
"sha256": "69df62445b22d78c2002c22edeb0e85590ae788e477d222fb2ae82c871c33090"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-macosx_10_10_universal2.whl",
"has_sig": false,
"md5_digest": "52a4aa626fdeecc0194b237a017b1066",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 49543528,
"upload_time": "2025-08-11T17:52:59",
"upload_time_iso_8601": "2025-08-11T17:52:59.578149Z",
"url": "https://files.pythonhosted.org/packages/c3/6b/aa8b65bd42a5d5872469442f45deb58e8129fb8769f9d6ba3ebf8cdacc14/cmake-4.1.0-py3-none-macosx_10_10_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d18ba873f9dbd7983d3a8981cee68246ef690b18aa41ec25281cce54c01e9a5b",
"md5": "81858190b96d0164b53061bd509a17c4",
"sha256": "4e3a30a4f72a8a6d8d593dc289e791f1d84352c1f629543ac8e22c62dbadb20a"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
"has_sig": false,
"md5_digest": "81858190b96d0164b53061bd509a17c4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 30369809,
"upload_time": "2025-08-11T17:53:03",
"upload_time_iso_8601": "2025-08-11T17:53:03.866134Z",
"url": "https://files.pythonhosted.org/packages/d1/8b/a873f9dbd7983d3a8981cee68246ef690b18aa41ec25281cce54c01e9a5b/cmake-4.1.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7c1243e4b2ef7a9a54aa8429715e671cea53e7823e894e98c6d26e3f3a3ebd4e",
"md5": "fea10fb0f38d745660b2c2738f704886",
"sha256": "0e2fea746d746f52aa52b8498777ff665a0627d9b136bec4ae0465c38b75e799"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-manylinux2014_i686.manylinux_2_17_i686.whl",
"has_sig": false,
"md5_digest": "fea10fb0f38d745660b2c2738f704886",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 30761286,
"upload_time": "2025-08-11T17:53:11",
"upload_time_iso_8601": "2025-08-11T17:53:11.876818Z",
"url": "https://files.pythonhosted.org/packages/7c/12/43e4b2ef7a9a54aa8429715e671cea53e7823e894e98c6d26e3f3a3ebd4e/cmake-4.1.0-py3-none-manylinux2014_i686.manylinux_2_17_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dd4041f8990484b221c8230efa801de522c9d7690279e4308ac8260313eaf363",
"md5": "dfa8106bc871f3aff0370f235baeb19d",
"sha256": "5a28a87601fa5e775017bf4f5836e8e75091d08f3e5aac411256754ba54fe5c4"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl",
"has_sig": false,
"md5_digest": "dfa8106bc871f3aff0370f235baeb19d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 32602648,
"upload_time": "2025-08-11T17:53:15",
"upload_time_iso_8601": "2025-08-11T17:53:15.013688Z",
"url": "https://files.pythonhosted.org/packages/dd/40/41f8990484b221c8230efa801de522c9d7690279e4308ac8260313eaf363/cmake-4.1.0-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f7eb824d1735821aff0857e57d4455eaf94a4ccc77f7711b9ec3e02eaf34f9f0",
"md5": "d137cf832c7808875ecacc5146a25696",
"sha256": "2a8790473afbb895b8e684e479f26773e4fc5c86845e3438e8488d38de9db807"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.whl",
"has_sig": false,
"md5_digest": "d137cf832c7808875ecacc5146a25696",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 28568562,
"upload_time": "2025-08-11T17:53:17",
"upload_time_iso_8601": "2025-08-11T17:53:17.983815Z",
"url": "https://files.pythonhosted.org/packages/f7/eb/824d1735821aff0857e57d4455eaf94a4ccc77f7711b9ec3e02eaf34f9f0/cmake-4.1.0-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "34da0217073d5b3fb8655b3de8af4e9e797a25ae28a2932b1138452a0dc89e9f",
"md5": "10310ddcd8a755df35db018138ee00f8",
"sha256": "dab375932f5962e078da8cf76ca228c21bf4bea9ddeb1308e2b35797fa30f784"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "10310ddcd8a755df35db018138ee00f8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 29681029,
"upload_time": "2025-08-11T17:53:21",
"upload_time_iso_8601": "2025-08-11T17:53:21.073106Z",
"url": "https://files.pythonhosted.org/packages/34/da/0217073d5b3fb8655b3de8af4e9e797a25ae28a2932b1138452a0dc89e9f/cmake-4.1.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "73f6daf3bad6f1a0d069befaebc3dd58ac7ae191fd772e80db0b7f1a94e51d45",
"md5": "2fc398a5369e58583c5b2c8abde4fbd9",
"sha256": "f2eaa6f0a25e31fe09fb0b7f40fbf208eea5f1313093ff441ecfff7dc1b80adf"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "2fc398a5369e58583c5b2c8abde4fbd9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 26509365,
"upload_time": "2025-08-11T17:53:23",
"upload_time_iso_8601": "2025-08-11T17:53:23.562794Z",
"url": "https://files.pythonhosted.org/packages/73/f6/daf3bad6f1a0d069befaebc3dd58ac7ae191fd772e80db0b7f1a94e51d45/cmake-4.1.0-py3-none-manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "41916ce3d9d5ab5f039cc207678e2ac1c5b8575b141beba6e51e2ea9535c4edd",
"md5": "29746f3410d35795789cc9b4eee50112",
"sha256": "3ee38de00cad0501c7dd2b94591522381e3ef9c8468094f037a17ed9e478ef13"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-manylinux_2_35_riscv64.whl",
"has_sig": false,
"md5_digest": "29746f3410d35795789cc9b4eee50112",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 28849869,
"upload_time": "2025-08-11T17:53:29",
"upload_time_iso_8601": "2025-08-11T17:53:29.624160Z",
"url": "https://files.pythonhosted.org/packages/41/91/6ce3d9d5ab5f039cc207678e2ac1c5b8575b141beba6e51e2ea9535c4edd/cmake-4.1.0-py3-none-manylinux_2_35_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ab2dda9ce3ec46a3af8f35c659914ba444de8724ed5d3e3daf2fa2bf6f64879b",
"md5": "2c76166c9b086a4f8975c4bf3604dfed",
"sha256": "2d9f14b7d58e447865c111b3b90945b150724876866f5801c80970151718f710"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "2c76166c9b086a4f8975c4bf3604dfed",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 41734467,
"upload_time": "2025-08-11T17:53:32",
"upload_time_iso_8601": "2025-08-11T17:53:32.917248Z",
"url": "https://files.pythonhosted.org/packages/ab/2d/da9ce3ec46a3af8f35c659914ba444de8724ed5d3e3daf2fa2bf6f64879b/cmake-4.1.0-py3-none-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91300408c49409dd6e122ed63917d7c34f5bc658c2fffd10e5059965e8770c25",
"md5": "ad51421584af0b8a8a3a161510ad959a",
"sha256": "574448a03acdf34c55a7c66485e7a8260709e8386e9145708e18e2abe5fc337b"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "ad51421584af0b8a8a3a161510ad959a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 35021362,
"upload_time": "2025-08-11T17:53:35",
"upload_time_iso_8601": "2025-08-11T17:53:35.791706Z",
"url": "https://files.pythonhosted.org/packages/91/30/0408c49409dd6e122ed63917d7c34f5bc658c2fffd10e5059965e8770c25/cmake-4.1.0-py3-none-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e1b366764abbd3032c051619c4fc8b6a839c2666da27feeb53ec784b8690417a",
"md5": "8ac49264073475b51d1ca9e8b1b45847",
"sha256": "b8c2538fb557b9edd74d48c189fcde42a55ad7e2c39e04254f8c5d248ca1af4c"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "8ac49264073475b51d1ca9e8b1b45847",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 45779676,
"upload_time": "2025-08-11T17:53:38",
"upload_time_iso_8601": "2025-08-11T17:53:38.932805Z",
"url": "https://files.pythonhosted.org/packages/e1/b3/66764abbd3032c051619c4fc8b6a839c2666da27feeb53ec784b8690417a/cmake-4.1.0-py3-none-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8fee8b00d179e1a0f7ac22faaae1bec84577415b3664156e9b233f4ef3beeead",
"md5": "c84c1c35fcf95afbd63499effc1b7acc",
"sha256": "7c7999c5a1d5a3a66adacc61056765557ed253dc7b8e9deab5cae546f4f9361c"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "c84c1c35fcf95afbd63499effc1b7acc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 45844041,
"upload_time": "2025-08-11T17:53:42",
"upload_time_iso_8601": "2025-08-11T17:53:42.347370Z",
"url": "https://files.pythonhosted.org/packages/8f/ee/8b00d179e1a0f7ac22faaae1bec84577415b3664156e9b233f4ef3beeead/cmake-4.1.0-py3-none-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "240d8e3de2d6faa7aacc8bfa3426ac873eaa8afd10c7cf96673651f1010d930c",
"md5": "9418baa977a773e0b3736e84be554aa3",
"sha256": "e77ac2554a7b8a94745add465413e3266b714766e9a5d22ac8e5b36a900a1136"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-musllinux_1_2_riscv64.whl",
"has_sig": false,
"md5_digest": "9418baa977a773e0b3736e84be554aa3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 39910078,
"upload_time": "2025-08-11T17:53:45",
"upload_time_iso_8601": "2025-08-11T17:53:45.925432Z",
"url": "https://files.pythonhosted.org/packages/24/0d/8e3de2d6faa7aacc8bfa3426ac873eaa8afd10c7cf96673651f1010d930c/cmake-4.1.0-py3-none-musllinux_1_2_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e7287bfbe0412ed6636b12025f6fa08aa8110deacaf080ed7071429783028c6c",
"md5": "c03bcca8ed2dc82f99483c5472eecf4f",
"sha256": "d54e68d5439193265fd7211671420601f6a672b8ca220f19e6c72238b41a84c2"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "c03bcca8ed2dc82f99483c5472eecf4f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 43995109,
"upload_time": "2025-08-11T17:53:48",
"upload_time_iso_8601": "2025-08-11T17:53:48.933189Z",
"url": "https://files.pythonhosted.org/packages/e7/28/7bfbe0412ed6636b12025f6fa08aa8110deacaf080ed7071429783028c6c/cmake-4.1.0-py3-none-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e90eaaac412ad02ca799e2113cbca12aa960d9f80beada67769e49ac8c67dace",
"md5": "2466b6353af57728d044fe8ab4857c78",
"sha256": "c6bd346fe4d9c205310ef9a6e09ced7e610915fa982d7b649f9b12caa6fa0605"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "2466b6353af57728d044fe8ab4857c78",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 43338603,
"upload_time": "2025-08-11T17:53:52",
"upload_time_iso_8601": "2025-08-11T17:53:52.634503Z",
"url": "https://files.pythonhosted.org/packages/e9/0e/aaac412ad02ca799e2113cbca12aa960d9f80beada67769e49ac8c67dace/cmake-4.1.0-py3-none-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b098768e4b298a5a53cd305f7aadae2cc825f00ec70a3b1b98d822c7feacb50b",
"md5": "f40fad137b735b8b8c0662f3197415bf",
"sha256": "7219b7e85ed03a98af89371b9dee762e236ad94e8a09ce141070e6ac6415756f"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-win32.whl",
"has_sig": false,
"md5_digest": "f40fad137b735b8b8c0662f3197415bf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 34272761,
"upload_time": "2025-08-11T17:53:56",
"upload_time_iso_8601": "2025-08-11T17:53:56.096749Z",
"url": "https://files.pythonhosted.org/packages/b0/98/768e4b298a5a53cd305f7aadae2cc825f00ec70a3b1b98d822c7feacb50b/cmake-4.1.0-py3-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7cd073cae88d8c25973f2465d5a4457264f95617c16ad321824ed4c243734511",
"md5": "30270073048c5008de9cc8bed6845fe3",
"sha256": "76e8e7d80a1a9bb5c7ec13ec8da961a8c5a997247f86a08b29f0c2946290c461"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "30270073048c5008de9cc8bed6845fe3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 37551115,
"upload_time": "2025-08-11T17:53:59",
"upload_time_iso_8601": "2025-08-11T17:53:59.099168Z",
"url": "https://files.pythonhosted.org/packages/7c/d0/73cae88d8c25973f2465d5a4457264f95617c16ad321824ed4c243734511/cmake-4.1.0-py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9969744f829b29288720d851e485e2788e530d22783c716ac6decfbf0026b067",
"md5": "e469f99a6b4ca6eaef053fc23a2a6a1c",
"sha256": "8d39bbfee7c181e992875cd390fc6d51a317c9374656b332021a67bb40c0b07f"
},
"downloads": -1,
"filename": "cmake-4.1.0-py3-none-win_arm64.whl",
"has_sig": false,
"md5_digest": "e469f99a6b4ca6eaef053fc23a2a6a1c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 36333811,
"upload_time": "2025-08-11T17:54:02",
"upload_time_iso_8601": "2025-08-11T17:54:02.074129Z",
"url": "https://files.pythonhosted.org/packages/99/69/744f829b29288720d851e485e2788e530d22783c716ac6decfbf0026b067/cmake-4.1.0-py3-none-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2fe30a11eddf5812ab39f96c2b77895a390acfd469cb64052c6a9c2d8d21b88c",
"md5": "a26dd20e3427866fa23c0c1e400eb980",
"sha256": "bacdd21aebdf9a42e5631cfb365beb8221783fcd27c4e04f7db8b79c43fb12df"
},
"downloads": -1,
"filename": "cmake-4.1.0.tar.gz",
"has_sig": false,
"md5_digest": "a26dd20e3427866fa23c0c1e400eb980",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 34981,
"upload_time": "2025-08-11T17:54:05",
"upload_time_iso_8601": "2025-08-11T17:54:05.138437Z",
"url": "https://files.pythonhosted.org/packages/2f/e3/0a11eddf5812ab39f96c2b77895a390acfd469cb64052c6a9c2d8d21b88c/cmake-4.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-11 17:54:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "scikit-build",
"github_project": "cmake-python-distributions",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "cmake"
}