CMake Setuptools
A small library of setuptools extensions to ease building python packages which have a cmake component.
Install
pip install cmake_setup
Usage
from setuptools import setup
from cmake_setup import *
setup(name='mypackage',
description='',
version='0.0.0.dev0',
ext_modules=[CMakeExtension('make_target')],
cmdclass={'build_ext': CMakeBuildExt}
)
upload
$ python setup.py sdist bdist_wheel
$ python -m twine upload dist/*
Release files for cmake-setup 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cmake_setup-0.1.1.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cmake_setup-0.1.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 12.5 kB
Release files / cmake_setup-0.1.1.tar.gz
| Download URL | cmake_setup-0.1.1.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
be40280764c56867bc4f761278026bbda77e83d65fccc7541b3fd5a306b7cfc7
|
|
BLAKE2b-256 checksum How to use checksums |
5542eed908a7139e976569492a6b76277f10a184f683ec5e3d3ef8771393e2de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.16
|
Release files / cmake_setup-0.1.1-py2-none-any.whl
| Download URL | cmake_setup-0.1.1-py2-none-any.whl |
|---|---|
| Size | 8.8 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
a50cc716ecd705dcf7cb5bb4be7b53b65da2636dab9546a88e78c77007296e02
|
|
BLAKE2b-256 checksum How to use checksums |
1800be405c49bce06d5767790ada2da85e8aede3a35d5cc017fe231f978d07f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.16
|