Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-23 | move various imports into TYPE_CHECKING blocks for neatness | Eli Schwartz | 1 | -2/+3 |
2022-02-02 | openssl dependency: add cmake support | Eli Schwartz | 1 | -1/+5 |
2021-10-10 | Fix typos discovered by codespell | Christian Clauss | 1 | -1/+1 |
2021-06-17 | add new dependency type "builtin" | Eli Schwartz | 1 | -1/+3 |
2021-06-17 | move base class for system dependencies into base.py | Eli Schwartz | 1 | -1/+1 |
2021-06-14 | dependencies: Use a typing.NewType for Dependency.type_name | Dylan Baker | 1 | -5/+8 |
2021-06-09 | typing: Rename some variables | Daniel Mensinger | 1 | -10/+10 |
2021-06-06 | typing: Fully annotate dependencies.{detect,factory} + some other fixes | Daniel Mensinger | 1 | -15/+36 |
2021-06-03 | deps: Split dependencies.base | Daniel Mensinger | 1 | -0/+125 |