omegacen / conda-depgraph

A command-line utility to plot the dependency graph of a Conda environment.
GNU Lesser General Public License v3.0
52 stars 5 forks source link

Make available via the conda-forge channel #8

Open moorepants opened 4 years ago

moorepants commented 4 years ago

This looks helpful. It would be more helpful if it was available via the conda-forge channel. Please consider submitting your recipe to https://github.com/conda-forge/staged-recipes. Thanks.

teake commented 4 years ago

I have considered this, but unfortunately one of the dependencies (omegacen/asciinet) is build from an untagged git repo (https://github.com/cosminbasca/asciinet). The conda-forge docs clearly state [packages should be build from tarballs], so when there's no proper release of the upstream asciinet library there's not much I can do.

There is an upstream asciinet issue open asking for a proper release (cosminbasca/asciinet#4) though.

teake commented 4 years ago

Btw I'll leave this issue open as a reminder that releasing to conda-forge is on my wishlist.

moorepants commented 4 years ago

Good to know. Looks like there has been no activity on that in years. Probably best that someone forks and releases to PyPi.