Add conda-forge recipe
See original GitHub issueAdd 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 using conda
.
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: https://github.com/vyperlang/vyper/issues/2214)
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Contributing packages - Conda-Forge
To submit a package to the conda-forge channel, add its recipe and licence to the staged-recipes repository and create a pull request. Once...
Read more >conda-forge/staged-recipes - GitHub
A place to submit conda recipes before they become fully fledged conda-forge feedstocks - GitHub - conda-forge/staged-recipes: A place to submit conda ...
Read more >Conda-build recipes
Conda -forge downloads your package source and then builds the conda package in the context of the build environment. For example, you may...
Read more >How to publish a Python package on conda-forge
Install conda -build using: conda install conda-build · Create the conda recipe using: conda skeleton pypi package-name · Make changes to the ...
Read more >3 Simple Steps to Build a Python Package for Conda Forge
“Enough background, already — let's build!” · Fork the Conda Forge examples recipes repository at GitHub · Tailor the example recipe for your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m fully in support of this, but unfamiliar with how conda works. I’m the principal maintainer of
eth-event
,py-solc-ast
, andvvm
so consider them in support as well.I’ll reach out to you on telegram to discuss.
Perhaps bumping web3’s dependencies would solve the issues for the soft pinning, see: https://github.com/conda-forge/staged-recipes/pull/14625