blob: 1e223cc7b810000d9904f97a08f7fd0666b502ae (
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
|
# Generated by devtools/yamaker.
PY3_LIBRARY()
VERSION(3.12.5)
ORIGINAL_SOURCE(https://github.com/python/cpython/archive/v3.12.5.tar.gz)
LICENSE(Python-2.0)
PEERDIR(
contrib/libs/sqlite3
)
ADDINCL(
contrib/libs/sqlite3
contrib/tools/python3/Include
contrib/tools/python3/Include/internal
)
NO_COMPILER_WARNINGS()
NO_RUNTIME()
SRCS(
blob.c
connection.c
cursor.c
microprotocols.c
module.c
prepare_protocol.c
row.c
statement.c
util.c
)
PY_REGISTER(
_sqlite3
)
END()
|