Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

upload on conda-forge #67

Closed
carlodri opened this issue Dec 18, 2017 · 10 comments
Closed

upload on conda-forge #67

carlodri opened this issue Dec 18, 2017 · 10 comments

Comments

@carlodri
Copy link
Contributor

Hi @metachris, I was wondering if you were interested in uploading the package on conda-forge, which, as you probably know, is a widespread package managing system. If you agree, I can prepare the feedstock recipe.

@metachris
Copy link
Owner

Hi!

Thanks for the suggestion, this was not on my radar. Would be happy have logzero available on conda-forge! What would be the steps, and what kind of maintenance would be needed for new releases?

@carlodri
Copy link
Contributor Author

the steps are summarized here, if you want I already did this and I can prepare the recipe putting you as well as a maintainer.

maintenance requires manual bumping of versions there, but there is a single place where the number has to be changed (together with the package SHA256). It's not a big deal.

@metachris
Copy link
Owner

Thanks, I would appreciate if you could prepare this 👍

@metachris
Copy link
Owner

metachris commented Dec 20, 2017

@carlodri thanks. What are now extra steps when i release a new version of logzero on pypi so that is available on conda-forge as well?

@carlodri
Copy link
Contributor Author

you have precise instructons here and here.

In summary, you need to:

  • fork the feedstock repo
  • update the package version tag in recipe/meta.yaml (e.g. {% set version = "1.3.1" %})
  • update the package source SHA256 in recipe/meta.yaml (e.g. {% set sha256 = ...}). You can easily copy & paste it from here
  • submit a PR, wait for tests to succeed and merge it

@metachris
Copy link
Owner

Great, thanks!

@metachris
Copy link
Owner

@carlodri I've published v1.6.2 just now: https://pypi.org/project/logzero/

Could you update the build on conda-forge?

@carlodri
Copy link
Contributor Author

sure, looking into it now, there are some CI fails

@carlodri
Copy link
Contributor Author

done! just give a couple of hours for the conda DBs to update

@metachris
Copy link
Owner

Awesome, thank you ❤️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants