loongson/pypi/: cmake-3.21.2 metadata and description

Homepage Simple index Newer version available

CMake is an open-source, cross-platform family of tools designed to build, test and package software

author Jean-Christophe Fillion-Robin
author_email jchris.fillionr@kitware.com
classifiers
  • License :: OSI Approved :: Apache Software License
  • License :: OSI Approved :: BSD License
  • Programming Language :: C
  • Programming Language :: C++
  • Programming Language :: Fortran
  • Programming Language :: Python
  • Operating System :: OS Independent
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Topic :: Software Development :: Build Tools
description_content_type text/x-rst
download_url https://cmake.org/download
keywords CMake build c++ fortran cross-platform cross-compilation
license Apache 2.0
project_urls
  • Documentation, https://cmake-python-distributions.readthedocs.io/
  • Source Code, https://github.com/scikit-build/cmake-python-distributions
  • Mailing list, https://groups.google.com/forum/#!forum/scikit-build
  • Bug Tracker, https://github.com/scikit-build/cmake-python-distributions/issues
provides_extras test
requires_dist
  • codecov (>=2.0.5) ; extra == 'test'
  • coverage (>=4.2) ; extra == 'test'
  • flake8 (>=3.0.4) ; extra == 'test'
  • path.py (>=11.5.0) ; extra == 'test'
  • pytest (>=3.0.3) ; extra == 'test'
  • pytest-cov (>=2.4.0) ; extra == 'test'
  • pytest-runner (>=2.9) ; extra == 'test'
  • pytest-virtualenv (>=1.7.0) ; extra == 'test'
  • scikit-build (>=0.10.0) ; extra == 'test'
  • setuptools (>=28.0.0) ; extra == 'test'
  • virtualenv (>=15.0.3) ; extra == 'test'
  • wheel ; extra == 'test'

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
cmake-3.21.2-cp37-cp37m-linux_loongarch64.whl
Size
16 MB
Type
Python Wheel
Python
3.7
cmake-3.21.2.tar.gz
Size
29 KB
Type
Source

CMake 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.21.2.

Latest Release

Versions Downloads
https://img.shields.io/pypi/v/cmake.svg https://img.shields.io/badge/downloads-3997k%20total-green.svg

Build Status

  GitHub Actions (Windows, macOS, Linux) Travis CI (alternative archs)
PyPI https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml/badge.svg https://travis-ci.com/scikit-build/cmake-python-distributions.svg?branch=master

Platforms

The following platforms are supported with binary wheels:

OS Arch
Windows 64-bit
Windows 32-bit
Linux manylinux1+ 64-bit
Linux manylinux1+ 32-bit
Linux ARM manylinux2014+ AArch64
Linux manylinux2014+ ppc64le
Linux manylinux2014+ s390x
macOS 10.10+ Intel
macOS 11+ Apple Silicon

Until PEP 656 is implemented, we cannot provide wheels for Alpine and other MUSL variants. If you need to use Alpine, the requirements are g++ ninja cmake openssl-dev linux-headers. If those are installed, then pip3 install cmake will work.

License

This project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc. It is covered by the Apache License, Version 2.0.

CMake is distributed under the OSI-approved BSD 3-clause License. For more information about CMake, visit http://cmake.org

History

cmake-python-distributions was initially developed in September 2016 by Jean-Christophe Fillion-Robin to facilitate the distribution of project using scikit-build and depending on CMake.