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

Improve Makefile #256

Merged
merged 2 commits into from
Nov 13, 2020
Merged

Improve Makefile #256

merged 2 commits into from
Nov 13, 2020

Conversation

brainix
Copy link
Owner

@brainix brainix commented Nov 13, 2020

Prior to this PR, $ make upgrade upgraded only the top-level
requirements specified in requirements-to-freeze.txt, not all of the
requirements specified in requirements.txt. Further, there was no
Makefile target to rebuild a clean venv and generate a clean
requirements.txt (useful for example when removing a requirement that
recursively pulled in other requirements).

  1. Specify a requirements target to rebuild the venv
  2. Make the upgrade target upgrade all requirements
  3. Upgrade all requirements
  4. Add the Distributed Computing Trove classifier

Prior to this PR, `$ make upgrade` upgraded _only_ the top-level
requirements specified in `requirements-to-freeze.txt`, not _all_ of the
requirements specified in `requirements.txt`.  Further, there was no
Makefile target to rebuild a clean `venv` and generate a clean
`requirements.txt` (useful for example when removing a requirement that
recursively pulled in other requirements).

1. Specify a `requirements` target to rebuild the `venv`
2. Make the `upgrade` target upgrade _all_ requirements
3. Upgrade all requirements
4. Add the Distributed Computing Trove classifier
I didn't realize that `--verbose` means I'm going to avalanche vomit on
top of your head.
@brainix
Copy link
Owner Author

brainix commented Nov 13, 2020

🐟

@brainix brainix merged commit e4abcce into master Nov 13, 2020
@brainix brainix deleted the improved-makefile branch November 13, 2020 07:23
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.

1 participant