pmb.parse.apkindex: Introduce proper typing
- Oct 13, 2024
-
And adjust other code. See individual commits.
Closes #2455 (closed)
Alpine stable's mypy is currently outdated and has bugs in its handling of overloads. As such, just use mypy from pip so we don't have to worry about working aroud bugs in old mypy versions. [ci:skip-build]: already built successfully in CI
Works around circular import.
And adjust other code. Closes #2455