==========================
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 3.31.0 <https://cmake.org/cmake/help/v3.31/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 | | manylinux2010+ 64-bit |
| | | musllinux_1_1+ 64-bit |
| | | manylinux2010+ 32-bit |
| | | musllinux_1_1+ 32-bit |
+---------------+--------------------------+
| Linux ARM | | manylinux2014+ AArch64 |
| | | musllinux_1_1+ AArch64 |
| | | musllinux_1_2+ armv7l |
+---------------+--------------------------+
| Linux PowerPC | | manylinux2014+ ppc64le |
| | | musllinux_1_1+ ppc64le |
+---------------+--------------------------+
| Linux IBM Z | | manylinux2014+ s390x |
| | | musllinux_1_1+ s390x |
+---------------+--------------------------+
| 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 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.7",
"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/1c/68/e889288e5062b7db51198e1cbc4dc05b416a69452b9ef2bfdf2ec9d152a2/cmake-3.31.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 3.31.0 <https://cmake.org/cmake/help/v3.31/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 | | manylinux2010+ 64-bit |\n | | | musllinux_1_1+ 64-bit |\n | | | manylinux2010+ 32-bit |\n | | | musllinux_1_1+ 32-bit |\n +---------------+--------------------------+\n | Linux ARM | | manylinux2014+ AArch64 |\n | | | musllinux_1_1+ AArch64 |\n | | | musllinux_1_2+ armv7l |\n +---------------+--------------------------+\n | Linux PowerPC | | manylinux2014+ ppc64le |\n | | | musllinux_1_1+ ppc64le |\n +---------------+--------------------------+\n | Linux IBM Z | | manylinux2014+ s390x |\n | | | musllinux_1_1+ s390x |\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 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": "3.31.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": "",
"digests": {
"blake2b_256": "19eb7f806983f2b719970bc093693b78402842b8628c91ac07ce9be1e7a612e8",
"md5": "9fc8fa3507c87b3a50242b2c40b285c2",
"sha256": "96cb8379cb1e1b85f78fcf7370e41b7cceb3388dcba8980d188a2440b1ff732e"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-macosx_10_10_universal2.whl",
"has_sig": false,
"md5_digest": "9fc8fa3507c87b3a50242b2c40b285c2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 47153744,
"upload_time": "2024-11-09T19:01:03",
"upload_time_iso_8601": "2024-11-09T19:01:03.089133Z",
"url": "https://files.pythonhosted.org/packages/19/eb/7f806983f2b719970bc093693b78402842b8628c91ac07ce9be1e7a612e8/cmake-3.31.0-py3-none-macosx_10_10_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eac62926871792aed8222b504644a46f62e025d63369f4ac8b7dee4ff0ce8279",
"md5": "1a1de2897e8ee29040e9dcdd34dfacdb",
"sha256": "d59ac364b6c9a04084ed89474d80eb622adede9ef1eea0271e2b5dd3cfaa1301"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-manylinux_2_12_i686.manylinux2010_i686.whl",
"has_sig": false,
"md5_digest": "1a1de2897e8ee29040e9dcdd34dfacdb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 27528375,
"upload_time": "2024-11-09T19:01:08",
"upload_time_iso_8601": "2024-11-09T19:01:08.405875Z",
"url": "https://files.pythonhosted.org/packages/ea/c6/2926871792aed8222b504644a46f62e025d63369f4ac8b7dee4ff0ce8279/cmake-3.31.0-py3-none-manylinux_2_12_i686.manylinux2010_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "17122d549202a93b21ba374649118ea0bfdc4f2dc836db6f4492351be5326d58",
"md5": "ab44f5088000224074a746a3b41727ea",
"sha256": "28d2fac62b7713a6346581336bfcd1372503ad95725be3c61e5bff9fbdec14ed"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"has_sig": false,
"md5_digest": "ab44f5088000224074a746a3b41727ea",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 26785333,
"upload_time": "2024-11-09T19:01:12",
"upload_time_iso_8601": "2024-11-09T19:01:12.921100Z",
"url": "https://files.pythonhosted.org/packages/17/12/2d549202a93b21ba374649118ea0bfdc4f2dc836db6f4492351be5326d58/cmake-3.31.0-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a304bc31c87a2fba684c5687b926818f9cd42e03415db7dbed91e1f9787f7c84",
"md5": "e268e537e6bcf751ee150dac722383a6",
"sha256": "49ea9d9c8515fe3175ffb722366da77f5e20f13e0d6260cf0e94b6cedfa9e25b"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e268e537e6bcf751ee150dac722383a6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 27096500,
"upload_time": "2024-11-09T19:01:17",
"upload_time_iso_8601": "2024-11-09T19:01:17.394223Z",
"url": "https://files.pythonhosted.org/packages/a3/04/bc31c87a2fba684c5687b926818f9cd42e03415db7dbed91e1f9787f7c84/cmake-3.31.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "35b4f5dd5a47b7305d11b81aa2bed567768658814d640073c6a2fbd7dfaafa95",
"md5": "eb44567d3bc7a4b1e01c12fcbee67d57",
"sha256": "a1605faa5be7b45864d8ee9e32efc64d5dbdbc5072798689eb101c81c97bcb2f"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "eb44567d3bc7a4b1e01c12fcbee67d57",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 28839444,
"upload_time": "2024-11-09T19:01:21",
"upload_time_iso_8601": "2024-11-09T19:01:21.774617Z",
"url": "https://files.pythonhosted.org/packages/35/b4/f5dd5a47b7305d11b81aa2bed567768658814d640073c6a2fbd7dfaafa95/cmake-3.31.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "54158fc7de14a6394c9d241675ee2d3169986af8fd34c71a5f732fa034abb4d5",
"md5": "d58cb974ac736990306b3aba47a7cf3b",
"sha256": "d2614b5499d757fcbe625537202e5255ddb2738f5c168a106a4d640a3baa0b8c"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "d58cb974ac736990306b3aba47a7cf3b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 30704233,
"upload_time": "2024-11-09T19:01:26",
"upload_time_iso_8601": "2024-11-09T19:01:26.123184Z",
"url": "https://files.pythonhosted.org/packages/54/15/8fc7de14a6394c9d241675ee2d3169986af8fd34c71a5f732fa034abb4d5/cmake-3.31.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "523bf639bfe1c4aaa00431ed5926b14b49706360a183b01fa97d41d5bcda8acf",
"md5": "16503cb496cce847ef4fc847a27d1858",
"sha256": "1dede490ab64f818e85a58b484343fe8f05c2ec1d91daf00605d01f8ea1bf7e3"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "16503cb496cce847ef4fc847a27d1858",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 26886491,
"upload_time": "2024-11-09T19:01:30",
"upload_time_iso_8601": "2024-11-09T19:01:30.454428Z",
"url": "https://files.pythonhosted.org/packages/52/3b/f639bfe1c4aaa00431ed5926b14b49706360a183b01fa97d41d5bcda8acf/cmake-3.31.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cf0d8b2ed204f36a6a641974767103a70bf332fcd8db372b7d25634ee5d568b2",
"md5": "364a4939600b334b74eb0b3017d233d7",
"sha256": "77678f0f6a4e36bec5b33fb0a3cb68f9a2e915a157ec0063820c2be69bdd0442"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "364a4939600b334b74eb0b3017d233d7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 27759754,
"upload_time": "2024-11-09T19:01:34",
"upload_time_iso_8601": "2024-11-09T19:01:34.004466Z",
"url": "https://files.pythonhosted.org/packages/cf/0d/8b2ed204f36a6a641974767103a70bf332fcd8db372b7d25634ee5d568b2/cmake-3.31.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8ff00141a9f2f781e7cb477474f61d73ee74452ad7e6ac4c8a881dbcad033126",
"md5": "276037ddfea7b0ac15d2bcc8ed436ca2",
"sha256": "3b4d6b43974e32424f1b5ac89c04f4b0f3cba36d8f9c58ae25faf8c370a9d464"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "276037ddfea7b0ac15d2bcc8ed436ca2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 27797553,
"upload_time": "2024-11-09T19:01:40",
"upload_time_iso_8601": "2024-11-09T19:01:40.676259Z",
"url": "https://files.pythonhosted.org/packages/8f/f0/0141a9f2f781e7cb477474f61d73ee74452ad7e6ac4c8a881dbcad033126/cmake-3.31.0-py3-none-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b10d21c289bdd92048a1a1acf9dec24e21e2cd925b3312e7e118dabf62f9ff87",
"md5": "e751d97b1c99c4bc0c70c06ed5ad2cd7",
"sha256": "40f4143a1bdcfa8042aedcb11d23beff9761af307d918c86b3fff7e880703005"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-musllinux_1_1_i686.whl",
"has_sig": false,
"md5_digest": "e751d97b1c99c4bc0c70c06ed5ad2cd7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 31341676,
"upload_time": "2024-11-09T19:01:44",
"upload_time_iso_8601": "2024-11-09T19:01:44.449071Z",
"url": "https://files.pythonhosted.org/packages/b1/0d/21c289bdd92048a1a1acf9dec24e21e2cd925b3312e7e118dabf62f9ff87/cmake-3.31.0-py3-none-musllinux_1_1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c5da9f407619467ba54368409a92bebd4e199c4ba596ebbc28a189746d8d1c45",
"md5": "4ae697ff8365c2401de136a57ac864db",
"sha256": "ff33217e87b4b92a0168244183f4e5dfda5a64ba9cc761f1acda7e6eb356b877"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-musllinux_1_1_ppc64le.whl",
"has_sig": false,
"md5_digest": "4ae697ff8365c2401de136a57ac864db",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 32046622,
"upload_time": "2024-11-09T19:01:48",
"upload_time_iso_8601": "2024-11-09T19:01:48.896842Z",
"url": "https://files.pythonhosted.org/packages/c5/da/9f407619467ba54368409a92bebd4e199c4ba596ebbc28a189746d8d1c45/cmake-3.31.0-py3-none-musllinux_1_1_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "20a77ce782ae9da899d8ee36c01234d9bd538138b4228d18eb703e76669e5994",
"md5": "62a3ce841ada29e127bed22ceded0377",
"sha256": "244d43ff291fe48c7287613a0e60657b68bd0530ecbd7d6a41131ed2b90cb178"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-musllinux_1_1_s390x.whl",
"has_sig": false,
"md5_digest": "62a3ce841ada29e127bed22ceded0377",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 27919105,
"upload_time": "2024-11-09T19:01:52",
"upload_time_iso_8601": "2024-11-09T19:01:52.580574Z",
"url": "https://files.pythonhosted.org/packages/20/a7/7ce782ae9da899d8ee36c01234d9bd538138b4228d18eb703e76669e5994/cmake-3.31.0-py3-none-musllinux_1_1_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9a3c39428a5496b7fc27fc609741a28f72c0fb597b9af5e2ae67882487528e27",
"md5": "74d8096efa4fbd76c646a293cba7ed43",
"sha256": "3b44d00aa39672d4917ea28db3554349def557a1d6050b3ce4a584f12d5d48e4"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "74d8096efa4fbd76c646a293cba7ed43",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 29441902,
"upload_time": "2024-11-09T19:01:56",
"upload_time_iso_8601": "2024-11-09T19:01:56.149294Z",
"url": "https://files.pythonhosted.org/packages/9a/3c/39428a5496b7fc27fc609741a28f72c0fb597b9af5e2ae67882487528e27/cmake-3.31.0-py3-none-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d550d279a0a105378635fbfa0fed768aa328c53a7c0e0c33cc161747a9355e1a",
"md5": "ab8ed8e0c18de9acc0d260efffb3ba27",
"sha256": "a834d3007463e7ad4c4369fdca3e43ecfa08a982e069fdf65a97bd2d7274df7e"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "ab8ed8e0c18de9acc0d260efffb3ba27",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 32943633,
"upload_time": "2024-11-09T19:02:00",
"upload_time_iso_8601": "2024-11-09T19:02:00.032212Z",
"url": "https://files.pythonhosted.org/packages/d5/50/d279a0a105378635fbfa0fed768aa328c53a7c0e0c33cc161747a9355e1a/cmake-3.31.0-py3-none-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "643284633ba7abc39f2f80fe0ec366e046c4dc46f50cb2ceb94c26343e3aee8a",
"md5": "8a5a0d8a2a7984e842299102234d00a9",
"sha256": "2cc680c95db06610b1e0eff3a01e21fffe0c65f8013f2b56544de25f88fbed41"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-win32.whl",
"has_sig": false,
"md5_digest": "8a5a0d8a2a7984e842299102234d00a9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 33315952,
"upload_time": "2024-11-09T19:02:04",
"upload_time_iso_8601": "2024-11-09T19:02:04.425805Z",
"url": "https://files.pythonhosted.org/packages/64/32/84633ba7abc39f2f80fe0ec366e046c4dc46f50cb2ceb94c26343e3aee8a/cmake-3.31.0-py3-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2e4cd2dce10f8527250b82cf64f642c4797648a001ed4a3fdb84ed611a2e6109",
"md5": "cc32d42bc4e36d41869a64cabe9a695d",
"sha256": "445b944db723ed4aaa6c457b6bda0ef09a29c464070ff2f8d2b365464a5328c6"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "cc32d42bc4e36d41869a64cabe9a695d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 36420195,
"upload_time": "2024-11-09T19:02:08",
"upload_time_iso_8601": "2024-11-09T19:02:08.297782Z",
"url": "https://files.pythonhosted.org/packages/2e/4c/d2dce10f8527250b82cf64f642c4797648a001ed4a3fdb84ed611a2e6109/cmake-3.31.0-py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c9fb2d77b44f35c7f4cf151a295e81244b8e22e563d162b8f33b9760dd3b8faf",
"md5": "3f7154dce13e06753a20fd7443e1426c",
"sha256": "8c20319a5b3a66e91595409e9e40eaf0fe0a404f952767fc6c0c34b68871caa3"
},
"downloads": -1,
"filename": "cmake-3.31.0-py3-none-win_arm64.whl",
"has_sig": false,
"md5_digest": "3f7154dce13e06753a20fd7443e1426c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 35126236,
"upload_time": "2024-11-09T19:02:12",
"upload_time_iso_8601": "2024-11-09T19:02:12.865393Z",
"url": "https://files.pythonhosted.org/packages/c9/fb/2d77b44f35c7f4cf151a295e81244b8e22e563d162b8f33b9760dd3b8faf/cmake-3.31.0-py3-none-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c68e889288e5062b7db51198e1cbc4dc05b416a69452b9ef2bfdf2ec9d152a2",
"md5": "56a63594c3f10461f1d95c8078dc8651",
"sha256": "c9450b0cb6d0b8dd83af50e18a7478f4f7cbf08cf02fa5ca2fc1b28639e30d52"
},
"downloads": -1,
"filename": "cmake-3.31.0.tar.gz",
"has_sig": false,
"md5_digest": "56a63594c3f10461f1d95c8078dc8651",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 31668,
"upload_time": "2024-11-09T19:02:15",
"upload_time_iso_8601": "2024-11-09T19:02:15.709457Z",
"url": "https://files.pythonhosted.org/packages/1c/68/e889288e5062b7db51198e1cbc4dc05b416a69452b9ef2bfdf2ec9d152a2/cmake-3.31.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-09 19:02:15",
"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"
}