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

feat(pre-commit): add binary based install #289

Merged
merged 2 commits into from
Jun 28, 2021
Merged

feat(pre-commit): add binary based install #289

merged 2 commits into from
Jun 28, 2021

Conversation

scop
Copy link
Contributor

@scop scop commented Jun 28, 2021

For no additional build dependencies (besides Python >= 3.6), and faster
install.

The setup.py here is a copy of the one at
https://github.com/shellcheck-py/shellcheck-py with changes kept at the
bare minimum for future diffability.

We don't support checksumming at least yet, because there's no access to
them from cargo-release at the moment.

Closes #285

For no additional build dependencies (besides Python >= 3.6), and faster
install.

The setup.py here is a copy of the one at
https://github.com/shellcheck-py/shellcheck-py with changes kept at the
bare minimum for future diffability.

We don't support checksumming at least yet, because there's no access to
them from cargo-release at the moment.

Closes #285
Copy link
Collaborator

@epage epage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this!

setup.py Show resolved Hide resolved
setup.py Show resolved Hide resolved
@epage
Copy link
Collaborator

epage commented Jun 28, 2021

And ignore the CI failures. One is a CI bug (shouldn't be failing build, just the job) and the other seemed to have been broken by a new Rust release.

@epage
Copy link
Collaborator

epage commented Jun 28, 2021

I should add a cargo release --dry-run to CI to help catch problems with release.toml. shrug

@epage epage merged commit e01a34a into crate-ci:master Jun 28, 2021
@scop scop deleted the feat/pre-commit-py branch June 28, 2021 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Pre-commit] Feature Request (Remove Crate-Dependency)
2 participants