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

Building prospector #1216

Closed
20 tasks done
jakirkham opened this issue Aug 10, 2016 · 0 comments
Closed
20 tasks done

Building prospector #1216

jakirkham opened this issue Aug 10, 2016 · 0 comments

Comments

@jakirkham
Copy link
Member

jakirkham commented Aug 10, 2016

This is a list of things needed to build prospector. For those interested prospector is a CLI linting tool used by landscape.io to provide info about code quality. It provides an amalgamation of info from a variety of other Python linting tools and puts it into something coherent. Thus it ends up being a very nice linting tool as it combines so much information from so many different source together.

However, this does mean it has a large stack. I tried building it before in conda and ended up using conda pipbuild for most of it so I could get it done faster. Fortunately conda-forge already has many of these dependencies. Also, thanks to recent improvements to conda-build with PR ( conda/conda-build#1146 ), it should be a bit easier to build this time when encountering Python 3 code on Python 2 (e.g. PyLint). So hopefully this won't be too bad. The list below shows all of the direct dependencies. Though many of them have their own dependencies. Will try to ensure the whole stack can/is buildable from conda-forge. So will include backports as well. Also will start from my last used version (or earlier if requested). So will need to address recent dependencies and older dependencies.

Finally, prospector can be found in PR ( #1232 ).

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

No branches or pull requests

1 participant