cmake


Namecmake JSON
Version 3.31.6 PyPI version JSON
download
home_pageNone
SummaryCMake is an open-source, cross-platform family of tools designed to build, test and package software
upload_time2025-02-28 00:16:15
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.6 <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/00/95/ed1ad3763da30c963a941d3c641c9ec9f1397742407a3ab00f94263a5d9d/cmake-3.31.6.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.6 <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.6",
    "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": "7f09516b0d709672bc430eb13278f0316acd34869269447744f5d136daeef689",
                "md5": "41239054ae1396c6c0988def6e479d66",
                "sha256": "da9d4fd9abd571fd016ddb27da0428b10277010b23bb21e3678f8b9e96e1686e"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-macosx_10_10_universal2.whl",
            "has_sig": false,
            "md5_digest": "41239054ae1396c6c0988def6e479d66",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 47224338,
            "upload_time": "2025-02-28T00:14:40",
            "upload_time_iso_8601": "2025-02-28T00:14:40.995081Z",
            "url": "https://files.pythonhosted.org/packages/7f/09/516b0d709672bc430eb13278f0316acd34869269447744f5d136daeef689/cmake-3.31.6-py3-none-macosx_10_10_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ca7c12bc44214397a0429d08cb90adb8fdcfa643a03121daade5ee6bbfe060f",
                "md5": "26623f79ce95639e481132d115a17c80",
                "sha256": "689441fc74fbb03673c67e20d4636614a231634d5e803387cd213d2cdf9675fc"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "26623f79ce95639e481132d115a17c80",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27569682,
            "upload_time": "2025-02-28T00:14:47",
            "upload_time_iso_8601": "2025-02-28T00:14:47.646063Z",
            "url": "https://files.pythonhosted.org/packages/4c/a7/c12bc44214397a0429d08cb90adb8fdcfa643a03121daade5ee6bbfe060f/cmake-3.31.6-py3-none-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e5285550dfcadca90b59809a1225461bfaadfcbbcc8fe62fa24f75edbe6e0b1",
                "md5": "ffb2dce72a47b1ea017574860c8e5197",
                "sha256": "2297e9591307d9c61e557efe737bcf4d7c13a30f1f860732f684a204fee24dca"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ffb2dce72a47b1ea017574860c8e5197",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26820570,
            "upload_time": "2025-02-28T00:14:52",
            "upload_time_iso_8601": "2025-02-28T00:14:52.256587Z",
            "url": "https://files.pythonhosted.org/packages/1e/52/85550dfcadca90b59809a1225461bfaadfcbbcc8fe62fa24f75edbe6e0b1/cmake-3.31.6-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e97c950850b00daf4a79c38a9f2e463dc75581a43a9575186439cff43cf4740",
                "md5": "33064e990eb344bb37a29c1934ebd341",
                "sha256": "42d9883b8958da285d53d5f69d40d9650c2d1bcf922d82b3ebdceb2b3a7d4521"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "33064e990eb344bb37a29c1934ebd341",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27155601,
            "upload_time": "2025-02-28T00:14:58",
            "upload_time_iso_8601": "2025-02-28T00:14:58.201470Z",
            "url": "https://files.pythonhosted.org/packages/1e/97/c950850b00daf4a79c38a9f2e463dc75581a43a9575186439cff43cf4740/cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a2a4d1fa5222f399cb6c304fc96d18d2144e61c1e5146f6fc98063dfa6b61ea2",
                "md5": "f3c44774a31dde2a2026ffee2d9020de",
                "sha256": "cefb910be81e1b4fdc3b89ef61819c3e848b3906ed56ac36d090f37cfa05666b"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f3c44774a31dde2a2026ffee2d9020de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 28882832,
            "upload_time": "2025-02-28T00:15:03",
            "upload_time_iso_8601": "2025-02-28T00:15:03.969350Z",
            "url": "https://files.pythonhosted.org/packages/a2/a4/d1fa5222f399cb6c304fc96d18d2144e61c1e5146f6fc98063dfa6b61ea2/cmake-3.31.6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82e33c4057e797e2151ae57ce0cb9ca10310e5b2ff3da4e2089b713f1a680280",
                "md5": "f2446ab061f2e37de2b72d7ad3b62ff3",
                "sha256": "4326f6c6f39867a60e2822fea8e6aedbcac09c9f59ad3f0f3386a890a2c8d89d"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f2446ab061f2e37de2b72d7ad3b62ff3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 30746172,
            "upload_time": "2025-02-28T00:15:08",
            "upload_time_iso_8601": "2025-02-28T00:15:08.698019Z",
            "url": "https://files.pythonhosted.org/packages/82/e3/3c4057e797e2151ae57ce0cb9ca10310e5b2ff3da4e2089b713f1a680280/cmake-3.31.6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1eecd1c50c2a283bd0f567da1a0a70d99e0c8056104b3d857829b5759ee5321f",
                "md5": "e76ceaa96977550b6ef9cd2a92d04daa",
                "sha256": "6f77db820af725bb92fab60c4c9d67f64442ac0ea9b933aca4cd4586219cbd1f"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "e76ceaa96977550b6ef9cd2a92d04daa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26923376,
            "upload_time": "2025-02-28T00:15:14",
            "upload_time_iso_8601": "2025-02-28T00:15:14.204229Z",
            "url": "https://files.pythonhosted.org/packages/1e/ec/d1c50c2a283bd0f567da1a0a70d99e0c8056104b3d857829b5759ee5321f/cmake-3.31.6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "59e8096984b89133681533650b9078c5ed1c5c9b534e869b5487f22d4de1935c",
                "md5": "3021743671dd4b3737fd6feb07bc3d3f",
                "sha256": "1c8b05df0602365da91ee6a3336fe57525b137706c4ab5675498f662ae1dbcec"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3021743671dd4b3737fd6feb07bc3d3f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27800904,
            "upload_time": "2025-02-28T00:15:19",
            "upload_time_iso_8601": "2025-02-28T00:15:19.697542Z",
            "url": "https://files.pythonhosted.org/packages/59/e8/096984b89133681533650b9078c5ed1c5c9b534e869b5487f22d4de1935c/cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9f9715a389ebbca277fb9d90e512ed5643e99139283c6f1fb211d7b62e18641",
                "md5": "9bc32abc8cf2e046346c7114695500e8",
                "sha256": "9eed74a1f2a29a7cd92a9f071a35d64645b19802beb393ec250d6e7c09441314"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-manylinux_2_31_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9bc32abc8cf2e046346c7114695500e8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 24978138,
            "upload_time": "2025-02-28T00:15:24",
            "upload_time_iso_8601": "2025-02-28T00:15:24.533921Z",
            "url": "https://files.pythonhosted.org/packages/a9/f9/715a389ebbca277fb9d90e512ed5643e99139283c6f1fb211d7b62e18641/cmake-3.31.6-py3-none-manylinux_2_31_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e0c75dd5349f17070858428ab4d8109581236724aa9ab8bf7702c48fb242ac8",
                "md5": "b86ff27767f4d0c949fab090aa2d2428",
                "sha256": "112b36427e59bd26145b705a49d5f70b16433a655ce807cb8fdd81dd4d0e60c2"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b86ff27767f4d0c949fab090aa2d2428",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27838267,
            "upload_time": "2025-02-28T00:15:30",
            "upload_time_iso_8601": "2025-02-28T00:15:30.131341Z",
            "url": "https://files.pythonhosted.org/packages/1e/0c/75dd5349f17070858428ab4d8109581236724aa9ab8bf7702c48fb242ac8/cmake-3.31.6-py3-none-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "028c8c71a96e54192d81dfe696920b8cc018a1acf34029fcb18d47f21ba1d582",
                "md5": "6675871baa47707783669be7092878fd",
                "sha256": "13f2e636dc27834fe096f53301d6efb913b4b501fdc0ed03f386c0a7e7ec1a21"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "6675871baa47707783669be7092878fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 31379771,
            "upload_time": "2025-02-28T00:15:35",
            "upload_time_iso_8601": "2025-02-28T00:15:35.566313Z",
            "url": "https://files.pythonhosted.org/packages/02/8c/8c71a96e54192d81dfe696920b8cc018a1acf34029fcb18d47f21ba1d582/cmake-3.31.6-py3-none-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7a5837f09b8e6dcdbcbeb165c36e7def24463b3a05e9c95018f3b45ea779c975",
                "md5": "902bfd1c819d0bb47883a913835a7ddc",
                "sha256": "8b67bf9613dfb59c12ce643c6be582c49c981e6eee28c4c244aeb3248b33f05e"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "902bfd1c819d0bb47883a913835a7ddc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 32092248,
            "upload_time": "2025-02-28T00:15:40",
            "upload_time_iso_8601": "2025-02-28T00:15:40.510150Z",
            "url": "https://files.pythonhosted.org/packages/7a/58/37f09b8e6dcdbcbeb165c36e7def24463b3a05e9c95018f3b45ea779c975/cmake-3.31.6-py3-none-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e1f8b09c58e08ab7e9c1d1da28fde86fc8f48228dc9dbf3530ee695346b72f42",
                "md5": "a8dad2b2d29a15904f68040efba87f05",
                "sha256": "024a79ca3d2c355f75875b6cc92d907afd710d1a4ffde2f20a7da712a2f4b1c3"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "a8dad2b2d29a15904f68040efba87f05",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27960713,
            "upload_time": "2025-02-28T00:15:45",
            "upload_time_iso_8601": "2025-02-28T00:15:45.594803Z",
            "url": "https://files.pythonhosted.org/packages/e1/f8/b09c58e08ab7e9c1d1da28fde86fc8f48228dc9dbf3530ee695346b72f42/cmake-3.31.6-py3-none-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e4008cdebe9f4ab7e3299c4a3a10c7f209bbe8b25781c40ea1788a3aca39222",
                "md5": "cc6e195d501b211732b4ac3bd0c68bb2",
                "sha256": "ce5fc0299ecafe489b2614daa6176c3c2baacea6bc3b359bac9aa25b46ed43e9"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cc6e195d501b211732b4ac3bd0c68bb2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 29486066,
            "upload_time": "2025-02-28T00:15:50",
            "upload_time_iso_8601": "2025-02-28T00:15:50.767047Z",
            "url": "https://files.pythonhosted.org/packages/1e/40/08cdebe9f4ab7e3299c4a3a10c7f209bbe8b25781c40ea1788a3aca39222/cmake-3.31.6-py3-none-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec23fea759f3e09e1d42e58ce64e5acddb96c95d48bb1b0495d20d6b3ec0da88",
                "md5": "d3fc8ea8cf9b276e22b7bcfd8b61d442",
                "sha256": "547efc1d0e27a194da819a0392fe645a9b8f1485bc2c3f34ae4f1e682cfd3153"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d3fc8ea8cf9b276e22b7bcfd8b61d442",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 32986603,
            "upload_time": "2025-02-28T00:15:55",
            "upload_time_iso_8601": "2025-02-28T00:15:55.536360Z",
            "url": "https://files.pythonhosted.org/packages/ec/23/fea759f3e09e1d42e58ce64e5acddb96c95d48bb1b0495d20d6b3ec0da88/cmake-3.31.6-py3-none-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2dbe3c8fb670b75ff2850ba2269dd5d2b76ba12545e3c0c6ce064334ac4edf9f",
                "md5": "7e8bbb46f479ad1eb3e8a8e79ffd48a8",
                "sha256": "9f170e3c6933dba64f333cb456823bbb1d0ac126f94aa4a577e40855d2b1ca49"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "7e8bbb46f479ad1eb3e8a8e79ffd48a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 33420573,
            "upload_time": "2025-02-28T00:16:00",
            "upload_time_iso_8601": "2025-02-28T00:16:00.427133Z",
            "url": "https://files.pythonhosted.org/packages/2d/be/3c8fb670b75ff2850ba2269dd5d2b76ba12545e3c0c6ce064334ac4edf9f/cmake-3.31.6-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1858909d6d99acb4e0886d0f660cf4e0fb26f586590e370b2e4ce7a10d06b145",
                "md5": "7a843879b0ace3db9ad57bdbee7807b0",
                "sha256": "bbaed969cef3c427f4f17591feb28db4ae595e3a4bbd45cb35522cee14df6a32"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7a843879b0ace3db9ad57bdbee7807b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 36396448,
            "upload_time": "2025-02-28T00:16:05",
            "upload_time_iso_8601": "2025-02-28T00:16:05.702615Z",
            "url": "https://files.pythonhosted.org/packages/18/58/909d6d99acb4e0886d0f660cf4e0fb26f586590e370b2e4ce7a10d06b145/cmake-3.31.6-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c28959ce2d293dfb2da1360e3c21b775559dd18b9f9d34c5cb5ed128d5a8faf5",
                "md5": "081dfd1bf5093ff326d7003e16e3503e",
                "sha256": "6cb97adae7e5390ce68f8b7f38e1be1c72bf19e9f6727f31f8fa1c095b39be88"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6-py3-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "081dfd1bf5093ff326d7003e16e3503e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 35422613,
            "upload_time": "2025-02-28T00:16:11",
            "upload_time_iso_8601": "2025-02-28T00:16:11.529992Z",
            "url": "https://files.pythonhosted.org/packages/c2/89/59ce2d293dfb2da1360e3c21b775559dd18b9f9d34c5cb5ed128d5a8faf5/cmake-3.31.6-py3-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0095ed1ad3763da30c963a941d3c641c9ec9f1397742407a3ab00f94263a5d9d",
                "md5": "2bcb05e56f4e3d94d8cc5a2cd00981b9",
                "sha256": "8edddfbf367fa1bcf4b9f3064470bc0e1022f70609c0cf69c863961897826205"
            },
            "downloads": -1,
            "filename": "cmake-3.31.6.tar.gz",
            "has_sig": false,
            "md5_digest": "2bcb05e56f4e3d94d8cc5a2cd00981b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 34370,
            "upload_time": "2025-02-28T00:16:15",
            "upload_time_iso_8601": "2025-02-28T00:16:15.693557Z",
            "url": "https://files.pythonhosted.org/packages/00/95/ed1ad3763da30c963a941d3c641c9ec9f1397742407a3ab00f94263a5d9d/cmake-3.31.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-28 00:16: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"
}
        
Elapsed time: 0.56082s