aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/wheel/ya.make
blob: 15e1b0d4b24dfbe558b4af3ed5a22efcbbe1e1a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(0.45.1)

LICENSE(MIT)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    wheel/__init__.py
    wheel/__main__.py
    wheel/_bdist_wheel.py
    wheel/_setuptools_logging.py
    wheel/bdist_wheel.py
    wheel/cli/__init__.py
    wheel/cli/convert.py
    wheel/cli/pack.py
    wheel/cli/tags.py
    wheel/cli/unpack.py
    wheel/macosx_libfile.py
    wheel/metadata.py
    wheel/util.py
    wheel/vendored/__init__.py
    wheel/vendored/packaging/__init__.py
    wheel/vendored/packaging/_elffile.py
    wheel/vendored/packaging/_manylinux.py
    wheel/vendored/packaging/_musllinux.py
    wheel/vendored/packaging/_parser.py
    wheel/vendored/packaging/_structures.py
    wheel/vendored/packaging/_tokenizer.py
    wheel/vendored/packaging/markers.py
    wheel/vendored/packaging/requirements.py
    wheel/vendored/packaging/specifiers.py
    wheel/vendored/packaging/tags.py
    wheel/vendored/packaging/utils.py
    wheel/vendored/packaging/version.py
    wheel/wheelfile.py
)

RESOURCE_FILES(
    PREFIX contrib/python/wheel/
    .dist-info/METADATA
    .dist-info/entry_points.txt
    wheel/vendored/packaging/LICENSE
    wheel/vendored/packaging/LICENSE.APACHE
    wheel/vendored/packaging/LICENSE.BSD
    wheel/vendored/vendor.txt
)

END()