ya.make 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(5.10.0)
  4. LICENSE(BSD-3-Clause)
  5. PEERDIR(
  6. contrib/deprecated/python/backports.shutil-get-terminal-size
  7. contrib/python/Pygments
  8. contrib/python/decorator
  9. contrib/python/pathlib2
  10. contrib/python/pickleshare
  11. contrib/python/prompt-toolkit
  12. contrib/python/setuptools
  13. contrib/python/simplegeneric
  14. contrib/python/traitlets
  15. )
  16. IF (OS_WINDOWS)
  17. PEERDIR(
  18. contrib/python/colorama
  19. contrib/deprecated/python/win-unicode-console
  20. )
  21. ELSE ()
  22. PEERDIR(
  23. contrib/python/pexpect
  24. )
  25. ENDIF ()
  26. IF (OS_DARWIN)
  27. PEERDIR(
  28. contrib/python/appnope
  29. )
  30. ENDIF ()
  31. NO_LINT()
  32. NO_CHECK_IMPORTS(
  33. IPython.*
  34. )
  35. PY_SRCS(
  36. TOP_LEVEL
  37. IPython/__init__.py
  38. IPython/__main__.py
  39. IPython/config.py
  40. IPython/consoleapp.py
  41. IPython/core/__init__.py
  42. IPython/core/alias.py
  43. IPython/core/application.py
  44. IPython/core/autocall.py
  45. IPython/core/builtin_trap.py
  46. IPython/core/compilerop.py
  47. IPython/core/completer.py
  48. IPython/core/completerlib.py
  49. IPython/core/crashhandler.py
  50. IPython/core/debugger.py
  51. IPython/core/display.py
  52. IPython/core/display_trap.py
  53. IPython/core/displayhook.py
  54. IPython/core/displaypub.py
  55. IPython/core/error.py
  56. IPython/core/events.py
  57. IPython/core/excolors.py
  58. IPython/core/extensions.py
  59. IPython/core/formatters.py
  60. IPython/core/getipython.py
  61. IPython/core/history.py
  62. IPython/core/historyapp.py
  63. IPython/core/hooks.py
  64. IPython/core/inputsplitter.py
  65. IPython/core/inputtransformer.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/auto.py
  74. IPython/core/magics/basic.py
  75. IPython/core/magics/code.py
  76. IPython/core/magics/config.py
  77. IPython/core/magics/display.py
  78. IPython/core/magics/execution.py
  79. IPython/core/magics/extension.py
  80. IPython/core/magics/history.py
  81. IPython/core/magics/logging.py
  82. IPython/core/magics/namespace.py
  83. IPython/core/magics/osm.py
  84. IPython/core/magics/pylab.py
  85. IPython/core/magics/script.py
  86. IPython/core/oinspect.py
  87. IPython/core/page.py
  88. IPython/core/payload.py
  89. IPython/core/payloadpage.py
  90. IPython/core/prefilter.py
  91. IPython/core/profileapp.py
  92. IPython/core/profiledir.py
  93. IPython/core/prompts.py
  94. IPython/core/pylabtools.py
  95. IPython/core/release.py
  96. IPython/core/shadowns.py
  97. IPython/core/shellapp.py
  98. IPython/core/splitinput.py
  99. IPython/core/ultratb.py
  100. IPython/core/usage.py
  101. IPython/display.py
  102. IPython/extensions/__init__.py
  103. IPython/extensions/autoreload.py
  104. IPython/extensions/cythonmagic.py
  105. IPython/extensions/rmagic.py
  106. IPython/extensions/storemagic.py
  107. IPython/extensions/sympyprinting.py
  108. IPython/external/__init__.py
  109. IPython/external/decorators/__init__.py
  110. IPython/external/decorators/_decorators.py
  111. IPython/external/decorators/_numpy_testing_noseclasses.py
  112. IPython/external/decorators/_numpy_testing_utils.py
  113. IPython/external/mathjax.py
  114. IPython/external/qt_for_kernel.py
  115. IPython/external/qt_loaders.py
  116. IPython/frontend.py
  117. IPython/html.py
  118. IPython/kernel/__init__.py
  119. IPython/kernel/__main__.py
  120. IPython/kernel/adapter.py
  121. IPython/kernel/channels.py
  122. IPython/kernel/channelsabc.py
  123. IPython/kernel/client.py
  124. IPython/kernel/clientabc.py
  125. IPython/kernel/connect.py
  126. IPython/kernel/kernelspec.py
  127. IPython/kernel/kernelspecapp.py
  128. IPython/kernel/launcher.py
  129. IPython/kernel/manager.py
  130. IPython/kernel/managerabc.py
  131. IPython/kernel/multikernelmanager.py
  132. IPython/kernel/restarter.py
  133. IPython/kernel/threaded.py
  134. IPython/lib/__init__.py
  135. IPython/lib/backgroundjobs.py
  136. IPython/lib/clipboard.py
  137. IPython/lib/deepreload.py
  138. IPython/lib/demo.py
  139. IPython/lib/display.py
  140. IPython/lib/editorhooks.py
  141. IPython/lib/guisupport.py
  142. IPython/lib/inputhook.py
  143. IPython/lib/inputhookglut.py
  144. IPython/lib/inputhookgtk.py
  145. IPython/lib/inputhookgtk3.py
  146. IPython/lib/inputhookpyglet.py
  147. IPython/lib/inputhookqt4.py
  148. IPython/lib/inputhookwx.py
  149. IPython/lib/kernel.py
  150. IPython/lib/latextools.py
  151. IPython/lib/lexers.py
  152. IPython/lib/pretty.py
  153. IPython/lib/security.py
  154. IPython/nbconvert.py
  155. IPython/nbformat.py
  156. IPython/parallel.py
  157. IPython/paths.py
  158. IPython/qt.py
  159. IPython/sphinxext/__init__.py
  160. IPython/sphinxext/custom_doctests.py
  161. IPython/sphinxext/ipython_console_highlighting.py
  162. IPython/sphinxext/ipython_directive.py
  163. IPython/terminal/__init__.py
  164. IPython/terminal/console.py
  165. IPython/terminal/debugger.py
  166. IPython/terminal/embed.py
  167. IPython/terminal/interactiveshell.py
  168. IPython/terminal/ipapp.py
  169. IPython/terminal/magics.py
  170. IPython/terminal/prompts.py
  171. IPython/terminal/pt_inputhooks/__init__.py
  172. IPython/terminal/pt_inputhooks/glut.py
  173. IPython/terminal/pt_inputhooks/gtk.py
  174. IPython/terminal/pt_inputhooks/gtk3.py
  175. IPython/terminal/pt_inputhooks/osx.py
  176. IPython/terminal/pt_inputhooks/pyglet.py
  177. IPython/terminal/pt_inputhooks/qt.py
  178. IPython/terminal/pt_inputhooks/tk.py
  179. IPython/terminal/pt_inputhooks/wx.py
  180. IPython/terminal/ptshell.py
  181. IPython/terminal/ptutils.py
  182. IPython/terminal/shortcuts.py
  183. IPython/testing/__init__.py
  184. IPython/testing/__main__.py
  185. IPython/testing/decorators.py
  186. IPython/testing/globalipapp.py
  187. IPython/testing/iptest.py
  188. IPython/testing/iptestcontroller.py
  189. IPython/testing/ipunittest.py
  190. IPython/testing/plugin/__init__.py
  191. IPython/testing/plugin/dtexample.py
  192. IPython/testing/plugin/ipdoctest.py
  193. IPython/testing/plugin/iptest.py
  194. IPython/testing/plugin/setup.py
  195. IPython/testing/plugin/show_refs.py
  196. IPython/testing/plugin/simple.py
  197. IPython/testing/plugin/simplevars.py
  198. IPython/testing/plugin/test_ipdoctest.py
  199. IPython/testing/plugin/test_refs.py
  200. IPython/testing/skipdoctest.py
  201. IPython/testing/tools.py
  202. IPython/utils/PyColorize.py
  203. IPython/utils/__init__.py
  204. IPython/utils/_get_terminal_size.py
  205. IPython/utils/_process_cli.py
  206. IPython/utils/_process_common.py
  207. IPython/utils/_process_posix.py
  208. IPython/utils/_process_win32.py
  209. IPython/utils/_process_win32_controller.py
  210. IPython/utils/_signatures.py
  211. IPython/utils/_sysinfo.py
  212. IPython/utils/_tokenize_py2.py
  213. IPython/utils/_tokenize_py3.py
  214. IPython/utils/capture.py
  215. IPython/utils/colorable.py
  216. IPython/utils/coloransi.py
  217. IPython/utils/contexts.py
  218. IPython/utils/daemonize.py
  219. IPython/utils/data.py
  220. IPython/utils/decorators.py
  221. IPython/utils/dir2.py
  222. IPython/utils/encoding.py
  223. IPython/utils/eventful.py
  224. IPython/utils/frame.py
  225. IPython/utils/generics.py
  226. IPython/utils/importstring.py
  227. IPython/utils/io.py
  228. IPython/utils/ipstruct.py
  229. IPython/utils/jsonutil.py
  230. IPython/utils/localinterfaces.py
  231. IPython/utils/log.py
  232. IPython/utils/module_paths.py
  233. IPython/utils/openpy.py
  234. IPython/utils/path.py
  235. IPython/utils/pickleutil.py
  236. IPython/utils/process.py
  237. IPython/utils/py3compat.py
  238. IPython/utils/rlineimpl.py
  239. IPython/utils/sentinel.py
  240. IPython/utils/shimmodule.py
  241. IPython/utils/signatures.py
  242. IPython/utils/strdispatch.py
  243. IPython/utils/sysinfo.py
  244. IPython/utils/syspathcontext.py
  245. IPython/utils/tempdir.py
  246. IPython/utils/terminal.py
  247. IPython/utils/text.py
  248. IPython/utils/timing.py
  249. IPython/utils/tokenize2.py
  250. IPython/utils/tokenutil.py
  251. IPython/utils/traitlets.py
  252. IPython/utils/tz.py
  253. IPython/utils/ulinecache.py
  254. IPython/utils/version.py
  255. IPython/utils/warn.py
  256. IPython/utils/wildcard.py
  257. )
  258. RESOURCE_FILES(
  259. PREFIX contrib/python/ipython/py2/
  260. .dist-info/METADATA
  261. .dist-info/entry_points.txt
  262. .dist-info/top_level.txt
  263. IPython/core/profile/README_STARTUP
  264. )
  265. END()
  266. RECURSE(
  267. bin
  268. )