-
Notifications
You must be signed in to change notification settings - Fork 553
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
Add conda-forge recipe #902
Comments
I'm fully in support of this, but unfamiliar with how conda works. I'm the principal maintainer of I'll reach out to you on telegram to discuss. |
We now have most dependencies on conda-forge, but we're missing a few for which I haven't yet found any maintainers apart from myself: |
Will close this for now given the state of Ethereum Python packages on which brownie depends. |
Well, all deps are on conda-forge now, but for some reason, even with soft pinning,
|
Perhaps bumping web3's dependencies would solve the issues for the soft pinning, see: conda-forge/staged-recipes#14625 |
Hello, all! I know this is an older issue but maybe it is time to revive it. I tried running grayskull and the only dependency that is missing is |
@calina-c by all means, go ahead and add a recipe for |
@spinoch conda-forge/staged-recipes#22056 It took a while for me to get back to this, but thank you very much for the support :) Let me know once you've completed the step for conda (agreeing to be a maintainer by commenting on that PR) and I'll ping the team to approve |
@spinoch unfortunately I can't add both packages in the same PR, but I added eip712 for now. I tagged you as a maintainer and you need to confirm in that PR that you agree. I'll come back with the brownie recipe after eip712 is confirmed and merged. Thank you a lot! |
I haven't heard about this one in a while, so I'm commenting again. @spinoch are you still up to be a maintainer? Or should I add someone else? |
Add a recipe to https://github.com/conda-forge/staged-recipes to have brownie available as a package on
conda-forge
, so that brownie can be installed usingconda
.Not all of brownie's dependencies are available as conda packages, though, so we may want to look into adding recipes for those before we add a recipe for brownie (it shouldn't take more than a few minutes if the package specification is up to date).
Those packages are:
eth-event
py-solc-ast
pygments-lexer-solidity
pythx
vvm
vyper (xref: vyperlang/vyper#2214)
The text was updated successfully, but these errors were encountered: