aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/bin/ya.make
blob: 581b5087f4d0117548531378c2e0fe5ffad1c51e (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
# Generated by devtools/yamaker.

PROGRAM(python3)

VERSION(3.12.4)

ORIGINAL_SOURCE(https://github.com/python/cpython/archive/v3.12.4.tar.gz)

LICENSE(Python-2.0)

USE_PYTHON3()

PEERDIR(
    contrib/tools/python3/Modules/_sqlite
)

CFLAGS(
    -DPy_BUILD_CORE
)

SRCS(
    ../Programs/python.c
)

END()