qbatch icon indicating copy to clipboard operation
qbatch copied to clipboard

Add qbatch to conda

Open pipitone opened this issue 8 years ago • 4 comments

Would certainly be nice to conda install qbatch

pipitone avatar Apr 11 '16 22:04 pipitone

http://binstar-client.readthedocs.org/en/latest/getting_started.html

gdevenyi avatar Apr 12 '16 02:04 gdevenyi

https://conda-forge.github.io/#contribute

gdevenyi avatar Sep 16 '16 20:09 gdevenyi

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

pipitone avatar Sep 16 '16 20:09 pipitone

I wonder how hard it is to get that into the conda-forge official

gdevenyi avatar Sep 19 '16 15:09 gdevenyi