agriyakhetarpal / hugo-python-distributions

pip-installable binaries (wheels) for the extended version of the Hugo static site generator with powerful cross-compilation (note: unofficial, community-maintained)
https://pypi.org/project/hugo/
Apache License 2.0
14 stars 1 forks source link

Add `conda` recipe and publish to `conda-forge` #29

Closed agriyakhetarpal closed 7 months ago

agriyakhetarpal commented 10 months ago

Essentially time-taking and is a huge task but ultimately there are no dependencies required, except for the build-time requirements

agriyakhetarpal commented 7 months ago

Closing – it is probably best to build Hugo from source or download the binaries into a conda-forge recipe without the Python scaffolding. Reason: this package essentially provides utilities to place isolated binaries and set the PATH environment variable accordingly, and conda environments do not need that – they can interface the binary directly rather than having a Pythonic intermediate.

I am not aware at this time as to why the Hugo developers never thought of using conda as a distribution channel.