blob: 0cf5ca9b2ec6429bdb80b3b21ec328344917b373 (
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
|
# Generated by devtools/yamaker from nixpkgs 22.11.
PROGRAM()
VERSION(3.11.7)
ORIGINAL_SOURCE(https://github.com/python/cpython/archive/v3.11.7.tar.gz)
LICENSE(Python-2.0)
USE_PYTHON3()
PEERDIR(
contrib/tools/python3/src/Modules/_sqlite
)
CFLAGS(
-DPy_BUILD_CORE
)
SRCS(
src/Programs/python.c
)
END()
RECURSE(
src
src/Lib
src/Modules
src/Modules/_sqlite
)
|