ya.make 394 B

1234567891011121314151617181920212223242526272829303132
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. PROGRAM()
  3. VERSION(3.11.6)
  4. ORIGINAL_SOURCE(https://github.com/python/cpython/archive/v3.11.6.tar.gz)
  5. LICENSE(Python-2.0)
  6. USE_PYTHON3()
  7. PEERDIR(
  8. contrib/tools/python3/src/Modules/_sqlite
  9. )
  10. CFLAGS(
  11. -DPy_BUILD_CORE
  12. )
  13. SRCS(
  14. src/Programs/python.c
  15. )
  16. END()
  17. RECURSE(
  18. src
  19. src/Lib
  20. src/Modules
  21. src/Modules/_sqlite
  22. )