aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/attrs/ya.make
blob: 397cb2e55ebd0e90721299242f3117b10b832166 (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
PY23_LIBRARY()
 
LICENSE(MIT)

OWNER(g:python-contrib) 
 
VERSION(21.2.0)
 
NO_LINT() 
 
PY_SRCS( 
    TOP_LEVEL 
    attr/__init__.py 
    attr/__init__.pyi
    attr/_cmp.py
    attr/_cmp.pyi
    attr/_compat.py 
    attr/_config.py 
    attr/_funcs.py 
    attr/_make.py 
    attr/_version_info.py
    attr/_version_info.pyi
    attr/converters.py 
    attr/converters.pyi
    attr/exceptions.py 
    attr/exceptions.pyi
    attr/filters.py 
    attr/filters.pyi
    attr/setters.py
    attr/setters.pyi
    attr/validators.py 
    attr/validators.pyi
) 
 
IF (PYTHON3)
    PY_SRCS(
        TOP_LEVEL
        attr/_next_gen.py
    )
ENDIF()

RESOURCE_FILES(
    PREFIX contrib/python/attrs/
    .dist-info/METADATA
    .dist-info/top_level.txt
    attr/py.typed
)

END()