whl2conda build
Usage
usage: whl2conda build [-h] [--no-test] [-c CHANNELS] RECIPE_PATH
Build a conda package from a pure python wheel.
This command is limited drop-in replacement for conda build
.
It requires that the conda recipe has a build script entry
of the form pip install
or pip wheel
.
This is an experimental feature and is still under active change and development.
positional arguments
RECIPE_PATH
options
-h, --help
show this help message and exit
--no-test
-c CHANNELS, --channel CHANNELS