cmake


Namecmake JSON
Version 3.31.2 PyPI version JSON
download
home_pageNone
SummaryCMake is an open-source, cross-platform family of tools designed to build, test and package software
upload_time2024-12-15 13:18:52
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseApache 2.0
keywords cmake build c++ fortran cross-platform cross-compilation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ==========================
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.2 <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+  x86_64  |
  |               | | musllinux_1_1+  x86_64  |
  |               | | manylinux2010+  i686    |
  |               | | musllinux_1_1+  i686    |
  +---------------+---------------------------+
  | Linux ARM     | | manylinux2014+  AArch64 |
  |               | | musllinux_1_1+  AArch64 |
  |               | | manylinux_2_31+ armv7l  |
  |               | | 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/56/3e/7ffec8579746fcc7e961324cd987a73caca644309f65bc9415821f3b5e25/cmake-3.31.2.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.2 <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+  x86_64  |\n  |               | | musllinux_1_1+  x86_64  |\n  |               | | manylinux2010+  i686    |\n  |               | | musllinux_1_1+  i686    |\n  +---------------+---------------------------+\n  | Linux ARM     | | manylinux2014+  AArch64 |\n  |               | | musllinux_1_1+  AArch64 |\n  |               | | manylinux_2_31+ armv7l  |\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.2",
    "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": "9a2df1f718eadd56fa89097a294a25e26b712126b7353e5e146144f43820ad12",
                "md5": "d22a28fe0d43439a1b657c1454b002b7",
                "sha256": "8c1fa50cafe54f9aa074d03cda1ade54271039d939194adc9cd1ac388b1af055"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-macosx_10_10_universal2.whl",
            "has_sig": false,
            "md5_digest": "d22a28fe0d43439a1b657c1454b002b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 47191006,
            "upload_time": "2024-12-15T13:16:57",
            "upload_time_iso_8601": "2024-12-15T13:16:57.221350Z",
            "url": "https://files.pythonhosted.org/packages/9a/2d/f1f718eadd56fa89097a294a25e26b712126b7353e5e146144f43820ad12/cmake-3.31.2-py3-none-macosx_10_10_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e718c7a409d1e47ebce31e8b40fb0bffb2b136ec85bdb77ba60b7c17910c218",
                "md5": "b5553061a518335cbd33b8af80546693",
                "sha256": "8210a40d5b08bec7c752974f2b217a062a092480e33dcbd39d46a8cd96c29ddc"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "b5553061a518335cbd33b8af80546693",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27555436,
            "upload_time": "2024-12-15T13:17:05",
            "upload_time_iso_8601": "2024-12-15T13:17:05.147265Z",
            "url": "https://files.pythonhosted.org/packages/2e/71/8c7a409d1e47ebce31e8b40fb0bffb2b136ec85bdb77ba60b7c17910c218/cmake-3.31.2-py3-none-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b30f99f6303b47d30870640b05919b0c83881f0cd8cbe902e065c5202c53373f",
                "md5": "2c329950468d2d9b02f4dc476e4722e5",
                "sha256": "82ec0a96b965874dc793ed6d3aa7edad6f364d4ba8b86307548bfbbca70fd2dd"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c329950468d2d9b02f4dc476e4722e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26810752,
            "upload_time": "2024-12-15T13:17:11",
            "upload_time_iso_8601": "2024-12-15T13:17:11.899331Z",
            "url": "https://files.pythonhosted.org/packages/b3/0f/99f6303b47d30870640b05919b0c83881f0cd8cbe902e065c5202c53373f/cmake-3.31.2-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b4469e66432861694bc7740b33bafbc94c113e67167e78ba13fe086da387382",
                "md5": "a2930801e24d85623219671b22010aa6",
                "sha256": "604c44684dbcbec1458310bd57b9e69b7768ddd7cd2fc852607ca24616f34518"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a2930801e24d85623219671b22010aa6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27137360,
            "upload_time": "2024-12-15T13:17:17",
            "upload_time_iso_8601": "2024-12-15T13:17:17.848729Z",
            "url": "https://files.pythonhosted.org/packages/5b/44/69e66432861694bc7740b33bafbc94c113e67167e78ba13fe086da387382/cmake-3.31.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c32ae3b8afc83303f6742fcf9f0c4560604afa865974ceb2d047fe8cbca71587",
                "md5": "e5b25d8c5750457f41640f10c43a8cf9",
                "sha256": "8d8c840502f84a16562820ee23f963583953939de63a9582f0f7735868cd18e6"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e5b25d8c5750457f41640f10c43a8cf9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 28868206,
            "upload_time": "2024-12-15T13:17:23",
            "upload_time_iso_8601": "2024-12-15T13:17:23.948927Z",
            "url": "https://files.pythonhosted.org/packages/c3/2a/e3b8afc83303f6742fcf9f0c4560604afa865974ceb2d047fe8cbca71587/cmake-3.31.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6a8d8ade7efbf462a56315fbdc9d45df226a5fed0f2f90e1e0c22657c3cba6b",
                "md5": "1f9b04352cd0866cbecfe20971088ede",
                "sha256": "2988aac62b9ada74bb802a8065ea58abe57bf203c057bb7e0456c3575a89c48a"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1f9b04352cd0866cbecfe20971088ede",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 30728966,
            "upload_time": "2024-12-15T13:17:29",
            "upload_time_iso_8601": "2024-12-15T13:17:29.842196Z",
            "url": "https://files.pythonhosted.org/packages/a6/a8/d8ade7efbf462a56315fbdc9d45df226a5fed0f2f90e1e0c22657c3cba6b/cmake-3.31.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "994b6ef3bbf5a95a0d839a7f00ff349cf43823f1717ecb2915588c0743f3b1d6",
                "md5": "91f87031ae97a57f1306f9c1a03765ed",
                "sha256": "c8f9d7f8371a6739bbec7c238d213877f31b22a10930c91dea59b8b9463b6ee1"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "91f87031ae97a57f1306f9c1a03765ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26908876,
            "upload_time": "2024-12-15T13:17:36",
            "upload_time_iso_8601": "2024-12-15T13:17:36.023710Z",
            "url": "https://files.pythonhosted.org/packages/99/4b/6ef3bbf5a95a0d839a7f00ff349cf43823f1717ecb2915588c0743f3b1d6/cmake-3.31.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0a7d7c3e87d1547af16810b8b1bbfc8ffaa1c83a26725b6c152ab979df65dc1",
                "md5": "e1513477c1871b48b2866191a6fb1396",
                "sha256": "31aaa73c6bf49109b2a7ab86b3e6887b5db0da6be30ddfb30bed160b84787f89"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e1513477c1871b48b2866191a6fb1396",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27784919,
            "upload_time": "2024-12-15T13:17:42",
            "upload_time_iso_8601": "2024-12-15T13:17:42.554884Z",
            "url": "https://files.pythonhosted.org/packages/e0/a7/d7c3e87d1547af16810b8b1bbfc8ffaa1c83a26725b6c152ab979df65dc1/cmake-3.31.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1786905e614d302806e9c810939912f0f8ad3e9bc6b970c07dc34a8a42bf26c3",
                "md5": "5bdab9215beab6d46f1f2e79e266e424",
                "sha256": "79b7eb78aea04e363a736e544afc4b4489f50415075bd77131e5314778b8e879"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-manylinux_2_31_armv7l.whl",
            "has_sig": false,
            "md5_digest": "5bdab9215beab6d46f1f2e79e266e424",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 24963426,
            "upload_time": "2024-12-15T13:17:49",
            "upload_time_iso_8601": "2024-12-15T13:17:49.589264Z",
            "url": "https://files.pythonhosted.org/packages/17/86/905e614d302806e9c810939912f0f8ad3e9bc6b970c07dc34a8a42bf26c3/cmake-3.31.2-py3-none-manylinux_2_31_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b6ed2c8b91d47bdfa0e47aed660fd3b4d580e0ef28f4edca4cdb8d0820232bb",
                "md5": "adb96fc59ffa04a4c2141116d579f3c9",
                "sha256": "09b3b1c919c76d25272bd9a0f15baf954d6c883abffdd1cfb3fbf1afa7a2c556"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "adb96fc59ffa04a4c2141116d579f3c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27824509,
            "upload_time": "2024-12-15T13:17:59",
            "upload_time_iso_8601": "2024-12-15T13:17:59.958744Z",
            "url": "https://files.pythonhosted.org/packages/5b/6e/d2c8b91d47bdfa0e47aed660fd3b4d580e0ef28f4edca4cdb8d0820232bb/cmake-3.31.2-py3-none-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f77fec5ff91ad2954dbe4b2d8fb2e2e34d19579a570fffaebdca36b1fb996cab",
                "md5": "a196f102b4f2e8fb5e8cb54ba218bffe",
                "sha256": "aec014f19536f2b6b0a94f4e20990c28fb93c4bdf9193d57fa5e50ef829aaf78"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "a196f102b4f2e8fb5e8cb54ba218bffe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 31367498,
            "upload_time": "2024-12-15T13:18:07",
            "upload_time_iso_8601": "2024-12-15T13:18:07.981891Z",
            "url": "https://files.pythonhosted.org/packages/f7/7f/ec5ff91ad2954dbe4b2d8fb2e2e34d19579a570fffaebdca36b1fb996cab/cmake-3.31.2-py3-none-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e9a7b3daf8db08f4377b3cfb26f3f60dea59f841a542eef86af68ac438ebe5d",
                "md5": "3431dc7d3fb5bc2355e78e27f95f3abd",
                "sha256": "994e14f485329d58d316487bd1759ad89717b895079e8b892a8220f03c1c5267"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3431dc7d3fb5bc2355e78e27f95f3abd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 32073503,
            "upload_time": "2024-12-15T13:18:14",
            "upload_time_iso_8601": "2024-12-15T13:18:14.240630Z",
            "url": "https://files.pythonhosted.org/packages/2e/9a/7b3daf8db08f4377b3cfb26f3f60dea59f841a542eef86af68ac438ebe5d/cmake-3.31.2-py3-none-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56c1ed93f0b9a143d5e41af693533187f823df60593da68bb352efddc2dbf7bb",
                "md5": "043aec607f16b8f786ac8465fc57f26c",
                "sha256": "e8fc23d376b3fae8945067f397d8503fff210eefe1e49ab9ece1d99a88679cf4"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "043aec607f16b8f786ac8465fc57f26c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27945493,
            "upload_time": "2024-12-15T13:18:19",
            "upload_time_iso_8601": "2024-12-15T13:18:19.206636Z",
            "url": "https://files.pythonhosted.org/packages/56/c1/ed93f0b9a143d5e41af693533187f823df60593da68bb352efddc2dbf7bb/cmake-3.31.2-py3-none-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4b2e2aadbace9d5d83e7b76f4129be2d1130e8f37dedffd8f3c4817428bf18a",
                "md5": "f2bd8aa168a3115dd698b77d422f518e",
                "sha256": "fa3b23b8bd52c0ae9e3c6b635ac8ee70d8f35d24bacf39cc4cea22aec6e4ed84"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f2bd8aa168a3115dd698b77d422f518e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 29473116,
            "upload_time": "2024-12-15T13:18:23",
            "upload_time_iso_8601": "2024-12-15T13:18:23.936844Z",
            "url": "https://files.pythonhosted.org/packages/f4/b2/e2aadbace9d5d83e7b76f4129be2d1130e8f37dedffd8f3c4817428bf18a/cmake-3.31.2-py3-none-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bd7bdf86e883bc17a97e6465deac0c2c7ef39878985097e3cf4146c9722f1c2",
                "md5": "d71ec382580df927defd0901fd4eab44",
                "sha256": "7b5f4f5ec4b0d6275369881a2a7bf7230af1cb60afdb20a7b2fbc70690f13564"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d71ec382580df927defd0901fd4eab44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 32968718,
            "upload_time": "2024-12-15T13:18:29",
            "upload_time_iso_8601": "2024-12-15T13:18:29.868746Z",
            "url": "https://files.pythonhosted.org/packages/5b/d7/bdf86e883bc17a97e6465deac0c2c7ef39878985097e3cf4146c9722f1c2/cmake-3.31.2-py3-none-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80e16153ca77294b08ff0470b98c5d0e2fb8360c981b467381f36224a1126e65",
                "md5": "5dc764a72a98eaa7276290151249febf",
                "sha256": "378036396394dad7673cdfc603bb85af34945607df43e8dad731f5907c755f3b"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "5dc764a72a98eaa7276290151249febf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 33308353,
            "upload_time": "2024-12-15T13:18:35",
            "upload_time_iso_8601": "2024-12-15T13:18:35.376348Z",
            "url": "https://files.pythonhosted.org/packages/80/e1/6153ca77294b08ff0470b98c5d0e2fb8360c981b467381f36224a1126e65/cmake-3.31.2-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "202444ebe92f371f277592f6c2043f6749c2bf9534ca43c2b82615038e3fbef7",
                "md5": "3f43ace9ce4a88d910079bc44eadbf3e",
                "sha256": "cedb6de320a65ff0137e5c6090b9b7fba459788237d3d4deb6e66be19fe9b61d"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3f43ace9ce4a88d910079bc44eadbf3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 36493555,
            "upload_time": "2024-12-15T13:18:41",
            "upload_time_iso_8601": "2024-12-15T13:18:41.146069Z",
            "url": "https://files.pythonhosted.org/packages/20/24/44ebe92f371f277592f6c2043f6749c2bf9534ca43c2b82615038e3fbef7/cmake-3.31.2-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59ee805ce3a356cac687b8eba6cb296fa6494cf0e234f85bb49914b92471463f",
                "md5": "a3379e7b49c33ead8c7aedf400cd6977",
                "sha256": "3bd054996b8a36ff5beb3cdd0ffbf8edf23d719cf946762662a9fb70525b1d1b"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2-py3-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "a3379e7b49c33ead8c7aedf400cd6977",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 35540751,
            "upload_time": "2024-12-15T13:18:46",
            "upload_time_iso_8601": "2024-12-15T13:18:46.548492Z",
            "url": "https://files.pythonhosted.org/packages/59/ee/805ce3a356cac687b8eba6cb296fa6494cf0e234f85bb49914b92471463f/cmake-3.31.2-py3-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "563e7ffec8579746fcc7e961324cd987a73caca644309f65bc9415821f3b5e25",
                "md5": "35290cda480331e1c619eaf07b240d75",
                "sha256": "16a323fcbb86cf8a10aea82cd4deecb33edb3ed7e8907be8a06933ce04f6e6d1"
            },
            "downloads": -1,
            "filename": "cmake-3.31.2.tar.gz",
            "has_sig": false,
            "md5_digest": "35290cda480331e1c619eaf07b240d75",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 34269,
            "upload_time": "2024-12-15T13:18:52",
            "upload_time_iso_8601": "2024-12-15T13:18:52.091955Z",
            "url": "https://files.pythonhosted.org/packages/56/3e/7ffec8579746fcc7e961324cd987a73caca644309f65bc9415821f3b5e25/cmake-3.31.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-15 13:18:52",
    "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"
}
        
Elapsed time: 0.43404s