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

PY3_LIBRARY()

VERSION(2.14.2)

LICENSE(Apache-2.0)

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

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    allure/__init__.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
    allure/py.typed
    allure_commons/py.typed
)

END()