File: pyproject_hooks.pyi

package info (click to toggle)
python-test-stages 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 792; sh: 24; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
# SPDX-License-Identifier: BSD-2-Clause

import pathlib


class BuildBackendHookCaller:
    def __init__(self, source_dir: pathlib.Path, build_backend: str) -> None: ...
    def build_sdist(self, distdir: pathlib.Path) -> str: ...