mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-12 21:21:43 +08:00
Bump setuptools to 70.0 (#11994)
This commit is contained in:
@@ -2,8 +2,7 @@ from typing import Protocol
|
||||
|
||||
from .._distutils.command.build import build as _build
|
||||
|
||||
class build(_build):
|
||||
def get_sub_commands(self): ...
|
||||
class build(_build): ...
|
||||
|
||||
class SubCommand(Protocol):
|
||||
editable_mode: bool
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
from _typeshed import Incomplete, StrPath
|
||||
from collections.abc import Iterator
|
||||
from enum import Enum
|
||||
from pathlib import Path
|
||||
from types import TracebackType
|
||||
@@ -63,6 +64,8 @@ class _TopLevelFinder:
|
||||
dist: Incomplete
|
||||
name: Incomplete
|
||||
def __init__(self, dist: Distribution, name: str) -> None: ...
|
||||
def template_vars(self) -> tuple[str, str, dict[str, str], dict[str, list[str]]]: ...
|
||||
def get_implementation(self) -> Iterator[tuple[str, bytes]]: ...
|
||||
def __call__(self, wheel: _WheelFile, files: list[str], mapping: dict[str, str]): ...
|
||||
def __enter__(self) -> Self: ...
|
||||
def __exit__(
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
from ._distutils._modified import newer_group as newer_group, newer_pairwise_group as newer_pairwise_group
|
||||
Reference in New Issue
Block a user