-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[portage] Start of stubs #15391
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
base: main
Are you sure you want to change the base?
[portage] Start of stubs #15391
Changes from 1 commit
9f514a3
1982232
d5c1f02
b9a07ae
5f37280
f9ea290
7f5f27e
598e452
b40d18b
38dd002
7b67e8f
53070df
98f9c49
24a1c7e
938cce8
1cbb95d
05e717a
99099c4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| version = "3.0.*" | ||
| upstream_repository = "https://gitweb.gentoo.org/proj/portage.git" | ||
| partial_stub = true | ||
|
|
||
| [tool.stubtest] | ||
| ci_platforms = ["linux"] | ||
| ignore_missing_stub = true | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,11 +5,11 @@ from .dbapi.porttree import portagetree | |
| from .package.ebuild.config import config | ||
|
|
||
| @type_check_only | ||
| class DBRootDict(TypedDict): | ||
| class _DBRootDict(TypedDict): | ||
| bintree: Any | ||
|
||
| porttree: portagetree | ||
| virtuals: Any | ||
|
|
||
| db: Mapping[str, DBRootDict] | ||
| db: Mapping[str, _DBRootDict] | ||
| root: str | ||
| settings: config | ||
brianschubert marked this conversation as resolved.
Show resolved
Hide resolved
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub mirror, which seems to be up to date and used for active development. Generally github upstream repos play nicer with our automation