1234567891011121314151617181920212223242526272829303132 |
- # 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
- )
|