aboutsummaryrefslogblamecommitdiffstats
path: root/library/python/runtime_py3/ya.make
blob: fa5c11341ad7ddd99e7f75b355fc3c790f0d208b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
             
 



          
 
            
        
                                
                        
 
                                



                      
        
                   
             


                    
             
                     
 
 








                                                            
 
     


                  
PY3_LIBRARY()

OWNER(
    borman
    orivej
    pg
)

NO_WSHADOW()

PEERDIR(
    contrib/tools/python3/src
    contrib/tools/python3/lib/py
    library/cpp/resource
)

CFLAGS(-DCYTHON_REGISTER_ABCS=0)

NO_PYTHON_INCLUDES()

ENABLE(PYBUILD_NO_PYC)

PY_SRCS(
    entry_points.py
    TOP_LEVEL

    CYTHON_DIRECTIVE
    language_level=3

    __res.pyx
    sitecustomize.pyx
)

IF (CYTHON_COVERAGE)
    # Let covarage support add all needed files to resources
ELSE()
    RESOURCE_FILES(
        PREFIX ${MODDIR}/
        __res.pyx
        importer.pxi
        sitecustomize.pyx
    )
ENDIF()

END()

RECURSE_FOR_TESTS(
    test
)