Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question: Consider distributing crane on conda-forge #1899

Closed
matthewfeickert opened this issue Mar 19, 2024 · 4 comments
Closed

question: Consider distributing crane on conda-forge #1899

matthewfeickert opened this issue Mar 19, 2024 · 4 comments
Labels
question Further information is requested

Comments

@matthewfeickert
Copy link

👋 crane is already installable from a collection of different methods, which is great. However, it would be nice if it was also distributed on conda-forge, as this would make it accessible to a wide collection of ecosystems and tools.

Would the team be open to the idea of adding crane as a PR to https://github.com/conda-forge/staged-recipes and then managing the automated release PRs that would come up with its associated conda-forge feedstock?

@matthewfeickert matthewfeickert added the question Further information is requested label Mar 19, 2024
Copy link

This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Keep fresh with the 'lifecycle/frozen' label.

@matthewfeickert
Copy link
Author

While I appreciate that there are go specific package registries, given that go itself is on conda-forge (https://github.com/conda-forge/go-feedstock) it doesn't seem unreasonable to have crane be there too.

@benmoss
Copy link
Contributor

benmoss commented Jul 26, 2024

I created one here https://github.com/conda-forge/crane-feedstock

@matthewfeickert
Copy link
Author

I created one here https://github.com/conda-forge/crane-feedstock

Amazing! Thank you so much @benmoss!

I can now use pixi to get the latest release of crane for my system. :)

$ pixi search crane
Using channels from global config: conda-forge

crane ha8f183a_0
----------------

Name                crane              
Version             0.20.1
Build               ha8f183a_0         
Size                3578432            
License             Apache-2.0         
Subdir              linux-64           
File Name           crane-0.20.1-ha8f183a_0.conda
URL                 https://conda.anaconda.org/conda-forge/linux-64/crane-0.20.1-ha8f183a_0.conda
MD5                 40a6b978252d250f50eee352931a6349
SHA256              d18578b595535ada37dd675d5feed686b2e6e79cbf21985772ee4a56add1b002

Dependencies:
$ pixi global install crane
✔ Installed package crane 0.20.1 ha8f183a_0 from conda-forge
  These executables are now globally available:
   -  crane
$ command -v crane
/home/feickert/.pixi/bin/crane
$ crane version
0.20.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants