Skip to content

Instantly share code, notes, and snippets.

@srooks10
srooks10 / a_conda_recipe_for_cookiecutter_1.0.0.md
Last active September 2, 2015 19:47
Conda recipe to build cookiecutter 1.0.0

This is how I build, on linux-64, conda packages for cookiecutter 1.0.0 for python 2.7 and 3.4 on linux-64 and win-64.

  1. First build packages for binaryornot 0.3.0 and for click 3.3.

  2. Put the files meta.yaml and build.sh from this gist in a ./cookiecutter folder and run:

conda build --python 2.7 --python 3.4 cookiecutter/
conda convert --platform win-64 ~/anaconda/conda-bld/linux-64/cookiecutter-1.0.0-py27_0.tar.bz2
conda convert --platform win-64 ~/anaconda/conda-bld/linux-64/cookiecutter-1.0.0-py34_0.tar.bz2