PB-1968: Update python and packages - #major#39
Merged
Conversation
f61482b to
70690bb
Compare
70690bb to
1fed6ab
Compare
868d3f1 to
ce5718e
Compare
ce5718e to
cb1fb53
Compare
rebert
reviewed
Sep 17, 2025
Makefile
Outdated
|
|
||
| all: help | ||
|
|
||
|
|
There was a problem hiding this comment.
Personally I like the way service-control implemented the help part:
https://github.com/geoadmin/service-control/blob/develop/Makefile#L178
Contributor
Author
There was a problem hiding this comment.
Nice, I didn't know this was even possible! I've changed it accordingly...
rebert
approved these changes
Sep 17, 2025
rebert
left a comment
There was a problem hiding this comment.
Merci! I'm looking forward to test it's functionality as soon as the new pyi package is there.
ltclm
approved these changes
Sep 22, 2025
| help: ## Display this help | ||
| # automatically generate the help page based on the documentation after each make target | ||
| # from https://gist.github.com/prwhite/8168133 | ||
| @awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m\033[0m\n"} /^[$$()% a-zA-Z_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST) |
2cf5c89 to
2f91606
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR:
pyproject.tomlMakefilewhich usespipenv(more or less taken from https://github.com/geoadmin/lib-py-logging-utilities)Requires https://github.com/geoadmin/infra-terraform-bgdi/pull/1176