Bump setuptools to 70.0 (#11994)

This commit is contained in:
Avasam
2024-05-22 11:21:17 -04:00
committed by GitHub
parent 425c69a6b9
commit 06efe457d4
6 changed files with 33 additions and 30 deletions

View File

@@ -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

View File

@@ -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__(

View File

@@ -1 +0,0 @@
from ._distutils._modified import newer_group as newer_group, newer_pairwise_group as newer_pairwise_group