Optional compilation of C extensions
Project description
zope.optionalextension README
This package provides a distutils extension for building optional C extensions. It is intended for use in projects which have a Python reference implementation of one or more features, and which can function without needing any C extensions to be successfully compiled.
Using the Command
In the setup.py for your package:
from distutils import setup # or setuptools from zope.optionalextension import optional_build_ext setup(name='your.package', ... cmdclass = {'build_ext': optional_build_ext, }, ... )
zope.optionalextension Changelog
1.0 (2010-07-03)
Extracted from zope.i18nmessageid 3.5.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for zope.optionalextension-1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84cf146df5c5137e7650cb4e828b3d4801bebb2fd002efc09272342a14599d38 |
|
MD5 | 698bc2aee73b0e66f4d965e23d2e6e17 |
|
BLAKE2b-256 | f65808316e289ab2541b284eb456bdfc76559b0419811fc3e06e7de98e47388a |