Visidata: Conda package? (via conda-forge)

Created on 8 Mar 2018  路  6Comments  路  Source: saulpw/visidata

Just a thought - it would be very nice to support conda by providing pre-built Linux / OS X conda package tarballs on conda-forge. It is actually fairly simple to write a feedstock so it gets built/published by conda-forge infrastructure.

Most helpful comment

We are merged in. =)

All 6 comments

Hi @aldanor, I don't really use conda and so I've never done anything like this. Would you be able to write the "feedstock"? (Would it live in the visidata repository or in conda-forge or somewhere else?)

or maybe @anjakefala, do you have time to look into this?

Hi!

I think this is an excellent proposal. I was considering looking into conda, since a lot of scientists do exclusively manage their packages with it.

When deciding whether to add a new package distribution method, we like to investigate what the maintenance cost is before committing. I will look into it (and additionally see if it possible to automate the package updating process).

Thanks! =)

Here's step-by-step instructions on how to do it, pretty simply actually: https://conda-forge.org/docs/recipe.html#step-by-step-instructions

Reference for conda's meta.yaml format: https://conda.io/docs/user-guide/tasks/build-packages/define-metadata.html

Here's a random feedstock, to show how it may look like when done: https://github.com/conda-forge/structlog-feedstock/blob/master/recipe/meta.yaml

Feel free to ping me if there's any problems.

The conda-forge PR

Once it gets merged in:

  • the update process needs to be added to dev/release
  • the user installation info need to be added to the appropriate installation guides

We are merged in. =)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Mikee-3000 picture Mikee-3000  路  4Comments

polm picture polm  路  4Comments

jsvine picture jsvine  路  3Comments

paulklemm picture paulklemm  路  4Comments

pigreco picture pigreco  路  3Comments