massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / distutils / command / bdist_rpm.pyi
1 from typing import Any
2
3 from ..cmd import Command
4
5 class bdist_rpm(Command):
6     description: str
7     user_options: Any
8     boolean_options: Any
9     negative_opt: Any
10     bdist_base: Any
11     rpm_base: Any
12     dist_dir: Any
13     python: Any
14     fix_python: Any
15     spec_only: Any
16     binary_only: Any
17     source_only: Any
18     use_bzip2: Any
19     distribution_name: Any
20     group: Any
21     release: Any
22     serial: Any
23     vendor: Any
24     packager: Any
25     doc_files: Any
26     changelog: Any
27     icon: Any
28     prep_script: Any
29     build_script: Any
30     install_script: Any
31     clean_script: Any
32     verify_script: Any
33     pre_install: Any
34     post_install: Any
35     pre_uninstall: Any
36     post_uninstall: Any
37     prep: Any
38     provides: Any
39     requires: Any
40     conflicts: Any
41     build_requires: Any
42     obsoletes: Any
43     keep_temp: int
44     use_rpm_opt_flags: int
45     rpm3_mode: int
46     no_autoreq: int
47     force_arch: Any
48     quiet: int
49     def initialize_options(self) -> None: ...
50     def finalize_options(self) -> None: ...
51     def finalize_package_data(self) -> None: ...
52     def run(self) -> None: ...