ya.make 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(8.26.0)
  4. LICENSE(BSD-3-Clause)
  5. PEERDIR(
  6. contrib/python/Pygments
  7. contrib/python/decorator
  8. contrib/python/jedi
  9. contrib/python/matplotlib-inline
  10. contrib/python/prompt-toolkit
  11. contrib/python/stack-data
  12. contrib/python/traitlets
  13. )
  14. IF (OS_WINDOWS)
  15. PEERDIR(
  16. contrib/python/colorama
  17. )
  18. ELSE()
  19. PEERDIR(
  20. contrib/python/pexpect
  21. )
  22. ENDIF()
  23. IF (OS_DARWIN)
  24. PEERDIR(
  25. contrib/python/appnope
  26. )
  27. ENDIF()
  28. NO_LINT()
  29. NO_CHECK_IMPORTS(
  30. IPython.*
  31. )
  32. PY_SRCS(
  33. TOP_LEVEL
  34. IPython/__init__.py
  35. IPython/__main__.py
  36. IPython/consoleapp.py
  37. IPython/core/__init__.py
  38. IPython/core/alias.py
  39. IPython/core/application.py
  40. IPython/core/async_helpers.py
  41. IPython/core/autocall.py
  42. IPython/core/builtin_trap.py
  43. IPython/core/compilerop.py
  44. IPython/core/completer.py
  45. IPython/core/completerlib.py
  46. IPython/core/crashhandler.py
  47. IPython/core/debugger.py
  48. IPython/core/display.py
  49. IPython/core/display_functions.py
  50. IPython/core/display_trap.py
  51. IPython/core/displayhook.py
  52. IPython/core/displaypub.py
  53. IPython/core/error.py
  54. IPython/core/events.py
  55. IPython/core/excolors.py
  56. IPython/core/extensions.py
  57. IPython/core/formatters.py
  58. IPython/core/getipython.py
  59. IPython/core/guarded_eval.py
  60. IPython/core/history.py
  61. IPython/core/historyapp.py
  62. IPython/core/hooks.py
  63. IPython/core/inputsplitter.py
  64. IPython/core/inputtransformer.py
  65. IPython/core/inputtransformer2.py
  66. IPython/core/interactiveshell.py
  67. IPython/core/latex_symbols.py
  68. IPython/core/logger.py
  69. IPython/core/macro.py
  70. IPython/core/magic.py
  71. IPython/core/magic_arguments.py
  72. IPython/core/magics/__init__.py
  73. IPython/core/magics/ast_mod.py
  74. IPython/core/magics/auto.py
  75. IPython/core/magics/basic.py
  76. IPython/core/magics/code.py
  77. IPython/core/magics/config.py
  78. IPython/core/magics/display.py
  79. IPython/core/magics/execution.py
  80. IPython/core/magics/extension.py
  81. IPython/core/magics/history.py
  82. IPython/core/magics/logging.py
  83. IPython/core/magics/namespace.py
  84. IPython/core/magics/osm.py
  85. IPython/core/magics/packaging.py
  86. IPython/core/magics/pylab.py
  87. IPython/core/magics/script.py
  88. IPython/core/oinspect.py
  89. IPython/core/page.py
  90. IPython/core/payload.py
  91. IPython/core/payloadpage.py
  92. IPython/core/prefilter.py
  93. IPython/core/profileapp.py
  94. IPython/core/profiledir.py
  95. IPython/core/prompts.py
  96. IPython/core/pylabtools.py
  97. IPython/core/release.py
  98. IPython/core/shellapp.py
  99. IPython/core/splitinput.py
  100. IPython/core/ultratb.py
  101. IPython/core/usage.py
  102. IPython/display.py
  103. IPython/extensions/__init__.py
  104. IPython/extensions/autoreload.py
  105. IPython/extensions/storemagic.py
  106. IPython/external/__init__.py
  107. IPython/external/qt_for_kernel.py
  108. IPython/external/qt_loaders.py
  109. IPython/lib/__init__.py
  110. IPython/lib/backgroundjobs.py
  111. IPython/lib/clipboard.py
  112. IPython/lib/deepreload.py
  113. IPython/lib/demo.py
  114. IPython/lib/display.py
  115. IPython/lib/editorhooks.py
  116. IPython/lib/guisupport.py
  117. IPython/lib/latextools.py
  118. IPython/lib/lexers.py
  119. IPython/lib/pretty.py
  120. IPython/paths.py
  121. IPython/sphinxext/__init__.py
  122. IPython/sphinxext/custom_doctests.py
  123. IPython/sphinxext/ipython_console_highlighting.py
  124. IPython/sphinxext/ipython_directive.py
  125. IPython/terminal/__init__.py
  126. IPython/terminal/console.py
  127. IPython/terminal/debugger.py
  128. IPython/terminal/embed.py
  129. IPython/terminal/interactiveshell.py
  130. IPython/terminal/ipapp.py
  131. IPython/terminal/magics.py
  132. IPython/terminal/prompts.py
  133. IPython/terminal/pt_inputhooks/__init__.py
  134. IPython/terminal/pt_inputhooks/asyncio.py
  135. IPython/terminal/pt_inputhooks/glut.py
  136. IPython/terminal/pt_inputhooks/gtk.py
  137. IPython/terminal/pt_inputhooks/gtk3.py
  138. IPython/terminal/pt_inputhooks/gtk4.py
  139. IPython/terminal/pt_inputhooks/osx.py
  140. IPython/terminal/pt_inputhooks/pyglet.py
  141. IPython/terminal/pt_inputhooks/qt.py
  142. IPython/terminal/pt_inputhooks/tk.py
  143. IPython/terminal/pt_inputhooks/wx.py
  144. IPython/terminal/ptutils.py
  145. IPython/terminal/shortcuts/__init__.py
  146. IPython/terminal/shortcuts/auto_match.py
  147. IPython/terminal/shortcuts/auto_suggest.py
  148. IPython/terminal/shortcuts/filters.py
  149. IPython/testing/__init__.py
  150. IPython/testing/decorators.py
  151. IPython/testing/globalipapp.py
  152. IPython/testing/ipunittest.py
  153. IPython/testing/plugin/__init__.py
  154. IPython/testing/plugin/dtexample.py
  155. IPython/testing/plugin/ipdoctest.py
  156. IPython/testing/plugin/pytest_ipdoctest.py
  157. IPython/testing/plugin/setup.py
  158. IPython/testing/plugin/simple.py
  159. IPython/testing/plugin/simplevars.py
  160. IPython/testing/plugin/test_ipdoctest.py
  161. IPython/testing/plugin/test_refs.py
  162. IPython/testing/skipdoctest.py
  163. IPython/testing/tools.py
  164. IPython/utils/PyColorize.py
  165. IPython/utils/__init__.py
  166. IPython/utils/_process_cli.py
  167. IPython/utils/_process_common.py
  168. IPython/utils/_process_emscripten.py
  169. IPython/utils/_process_posix.py
  170. IPython/utils/_process_win32.py
  171. IPython/utils/_process_win32_controller.py
  172. IPython/utils/_sysinfo.py
  173. IPython/utils/capture.py
  174. IPython/utils/colorable.py
  175. IPython/utils/coloransi.py
  176. IPython/utils/contexts.py
  177. IPython/utils/daemonize.py
  178. IPython/utils/data.py
  179. IPython/utils/decorators.py
  180. IPython/utils/dir2.py
  181. IPython/utils/docs.py
  182. IPython/utils/encoding.py
  183. IPython/utils/eventful.py
  184. IPython/utils/frame.py
  185. IPython/utils/generics.py
  186. IPython/utils/importstring.py
  187. IPython/utils/io.py
  188. IPython/utils/ipstruct.py
  189. IPython/utils/jsonutil.py
  190. IPython/utils/localinterfaces.py
  191. IPython/utils/log.py
  192. IPython/utils/module_paths.py
  193. IPython/utils/openpy.py
  194. IPython/utils/path.py
  195. IPython/utils/process.py
  196. IPython/utils/py3compat.py
  197. IPython/utils/sentinel.py
  198. IPython/utils/shimmodule.py
  199. IPython/utils/signatures.py
  200. IPython/utils/strdispatch.py
  201. IPython/utils/sysinfo.py
  202. IPython/utils/syspathcontext.py
  203. IPython/utils/tempdir.py
  204. IPython/utils/terminal.py
  205. IPython/utils/text.py
  206. IPython/utils/timing.py
  207. IPython/utils/tokenutil.py
  208. IPython/utils/traitlets.py
  209. IPython/utils/tz.py
  210. IPython/utils/ulinecache.py
  211. IPython/utils/version.py
  212. IPython/utils/wildcard.py
  213. )
  214. RESOURCE_FILES(
  215. PREFIX contrib/python/ipython/py3/
  216. .dist-info/METADATA
  217. .dist-info/entry_points.txt
  218. .dist-info/top_level.txt
  219. IPython/core/profile/README_STARTUP
  220. IPython/py.typed
  221. )
  222. END()
  223. RECURSE(
  224. bin
  225. )