qbatch
qbatch copied to clipboard
Add qbatch to conda
Would certainly be nice to conda install qbatch
http://binstar-client.readthedocs.org/en/latest/getting_started.html
https://conda-forge.github.io/#contribute
Oh cool, conda-forge. That might make the cross-platform/python version stuff easier.
FYI, it's easy enough to push to our own custom channel. I gave it a whirl with v1.0.1: https://anaconda.org/pipitone/qbatch
Involved doing:
conda skeleton pypi qbatch
# add nose to the build requirements in meta.yml
conda build qbatch
anaconda upload qbatch/conda/conda-bld/linux-64/qbatch-1.0.1-py27_0.tar.bz2
I wonder how hard it is to get that into the conda-forge official