aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/bin/ya.make
blob: 49dfb8b7c438260bcdb6d4c6b183f2b1eb4a4a59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated by devtools/yamaker.

PY3_PROGRAM(python3)

VERSION(3.12.7)

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

LICENSE(Python-2.0)

PY_MAIN(:main)

END()