aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/allure-python-commons/ya.make
blob: 7f3ae9bda7344b7b2a88fc11bf2dd41642195fbb (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
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(2.13.5)

LICENSE(Apache-2.0)

PEERDIR(
    contrib/python/attrs
    contrib/python/pluggy
)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    allure.py
    allure_commons/__init__.py
    allure_commons/_allure.py
    allure_commons/_core.py
    allure_commons/_hooks.py
    allure_commons/lifecycle.py
    allure_commons/logger.py
    allure_commons/mapping.py
    allure_commons/model2.py
    allure_commons/reporter.py
    allure_commons/types.py
    allure_commons/utils.py
)

RESOURCE_FILES(
    PREFIX contrib/python/allure-python-commons/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

END()