fugue icon indicating copy to clipboard operation
fugue copied to clipboard

[FEATURE] Add fugue to conda-forge

Open rdmolony opened this issue 2 years ago • 6 comments

Is your feature request related to a problem? Please describe. fugue isn't available on conda yet, packages with non-python dependencies are usually more easily installed via conda

Describe the solution you'd like conda install fugue -c conda-forge


The following dependencies need to be added to anaconda (conda-forge requires all dependencies be on the conda-forge channel) to make this possible:

  • [x] adagio: github, dependencies: only triad not on anaconda
  • [ ] qpd: pypi, dependencies: only triad not on anaconda (the hompage link to the github is broken so found by extracting setup.py from the tar.gz file)
  • [x] triad - all dependencies on anaconda

I added a package (ploomber) to conda-forge, and am happy to do the same for fugue


Additional tasks:

  • [ ] (optional) Update fugue Makefile make setupinconda for conda-forge install
  • [ ] (Optional) Add an environment.yml for local development
  • [ ] Update README with conda badges
  • [ ] Open source qpd (conda-forge requires a LICENSE)

rdmolony avatar Sep 01 '21 09:09 rdmolony

That will be fantastic!!

@rdmolony can you join the slack channel let's chat about the details? I started a little bit on the conda side long time ago, it would be great if you can drive this.

goodwanghan avatar Sep 01 '21 17:09 goodwanghan

No problem @goodwanghan :)

rdmolony avatar Sep 01 '21 18:09 rdmolony

Thanks for the effort!

You might as well edit the Makefile of this repo to support installing with conda also when you finish. If you're willing of course.

kvnkho avatar Sep 02 '21 01:09 kvnkho

Happy to Kevin, please feel free to add any tasks you can think of to the list above

rdmolony avatar Sep 02 '21 07:09 rdmolony

Actually, I realized makeinconda is for the installation of a development environment. We probably just want to update the README for installation as you have above.

kvnkho avatar Sep 02 '21 14:09 kvnkho

  • Ref conda-forge/staged-recipes#16044
  • Ref conda-forge/staged-recipes#16099

rdmolony avatar Sep 07 '21 07:09 rdmolony

This got done. We are on conda-forge: https://anaconda.org/conda-forge/fugue

kvnkho avatar Mar 07 '23 19:03 kvnkho