ya.make 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. PY2_LIBRARY()
  2. LICENSE(PSF-2.0)
  3. VERSION(2.2.5)
  4. PEERDIR(
  5. contrib/deprecated/python/backports.functools-lru-cache
  6. contrib/deprecated/python/functools32
  7. contrib/python/mock
  8. contrib/deprecated/python/subprocess32
  9. contrib/python/cycler
  10. contrib/python/python-dateutil
  11. contrib/python/kiwisolver
  12. contrib/python/matplotlib/py2/src
  13. contrib/python/matplotlib/py2/matplotlib/tri
  14. contrib/python/numpy
  15. contrib/python/pyparsing
  16. contrib/python/pytz
  17. contrib/python/six
  18. )
  19. NO_CHECK_IMPORTS(
  20. matplotlib.backends.*
  21. matplotlib.sphinxext.*
  22. matplotlib.testing.*
  23. mpl_toolkits.*
  24. )
  25. NO_COMPILER_WARNINGS()
  26. NO_LINT()
  27. FROM_SANDBOX(FILE 1119073729 OUT_NOAUTO mpl-data.tar.gz)
  28. RESOURCE(
  29. mpl-data.tar.gz /mpl-data/mpl-data.tar.gz
  30. )
  31. PY_SRCS(
  32. TOP_LEVEL
  33. matplotlib/__init__.py
  34. matplotlib/_animation_data.py
  35. matplotlib/_cm.py
  36. matplotlib/_cm_listed.py
  37. matplotlib/_color_data.py
  38. matplotlib/_constrained_layout.py
  39. matplotlib/_layoutbox.py
  40. matplotlib/_mathtext_data.py
  41. matplotlib/_pylab_helpers.py
  42. matplotlib/_version.py
  43. matplotlib/afm.py
  44. matplotlib/animation.py
  45. matplotlib/artist.py
  46. matplotlib/axes/__init__.py
  47. matplotlib/axes/_axes.py
  48. matplotlib/axes/_base.py
  49. matplotlib/axes/_subplots.py
  50. matplotlib/axis.py
  51. matplotlib/backend_bases.py
  52. matplotlib/backend_managers.py
  53. matplotlib/backend_tools.py
  54. matplotlib/backends/__init__.py
  55. matplotlib/backends/_backend_tk.py
  56. matplotlib/backends/_gtk3_compat.py
  57. matplotlib/backends/backend_agg.py
  58. matplotlib/backends/backend_cairo.py
  59. matplotlib/backends/backend_gdk.py
  60. matplotlib/backends/backend_gtk.py
  61. matplotlib/backends/backend_gtk3.py
  62. matplotlib/backends/backend_gtk3agg.py
  63. matplotlib/backends/backend_gtk3cairo.py
  64. matplotlib/backends/backend_gtkagg.py
  65. matplotlib/backends/backend_gtkcairo.py
  66. matplotlib/backends/backend_macosx.py
  67. matplotlib/backends/backend_mixed.py
  68. matplotlib/backends/backend_nbagg.py
  69. matplotlib/backends/backend_pdf.py
  70. matplotlib/backends/backend_pgf.py
  71. matplotlib/backends/backend_ps.py
  72. matplotlib/backends/backend_qt4.py
  73. matplotlib/backends/backend_qt4agg.py
  74. matplotlib/backends/backend_qt4cairo.py
  75. matplotlib/backends/backend_qt5.py
  76. matplotlib/backends/backend_qt5agg.py
  77. matplotlib/backends/backend_qt5cairo.py
  78. matplotlib/backends/backend_svg.py
  79. matplotlib/backends/backend_template.py
  80. matplotlib/backends/backend_tkagg.py
  81. matplotlib/backends/backend_tkcairo.py
  82. matplotlib/backends/backend_webagg.py
  83. matplotlib/backends/backend_webagg_core.py
  84. matplotlib/backends/backend_wx.py
  85. matplotlib/backends/backend_wxagg.py
  86. matplotlib/backends/backend_wxcairo.py
  87. matplotlib/backends/qt_compat.py
  88. matplotlib/backends/qt_editor/__init__.py
  89. matplotlib/backends/qt_editor/figureoptions.py
  90. matplotlib/backends/qt_editor/formlayout.py
  91. matplotlib/backends/qt_editor/formsubplottool.py
  92. matplotlib/backends/tkagg.py
  93. matplotlib/backends/windowing.py
  94. matplotlib/backends/wx_compat.py
  95. matplotlib/bezier.py
  96. matplotlib/blocking_input.py
  97. matplotlib/category.py
  98. matplotlib/cbook/__init__.py
  99. matplotlib/cbook/_backports.py
  100. matplotlib/cbook/deprecation.py
  101. matplotlib/cm.py
  102. matplotlib/collections.py
  103. matplotlib/colorbar.py
  104. matplotlib/colors.py
  105. matplotlib/compat/__init__.py
  106. matplotlib/compat/subprocess.py
  107. matplotlib/container.py
  108. matplotlib/contour.py
  109. matplotlib/dates.py
  110. matplotlib/docstring.py
  111. matplotlib/dviread.py
  112. matplotlib/figure.py
  113. matplotlib/font_manager.py
  114. matplotlib/fontconfig_pattern.py
  115. matplotlib/gridspec.py
  116. matplotlib/hatch.py
  117. matplotlib/image.py
  118. matplotlib/legend.py
  119. matplotlib/legend_handler.py
  120. matplotlib/lines.py
  121. matplotlib/markers.py
  122. matplotlib/mathtext.py
  123. matplotlib/mlab.py
  124. matplotlib/offsetbox.py
  125. matplotlib/patches.py
  126. matplotlib/path.py
  127. matplotlib/patheffects.py
  128. matplotlib/projections/__init__.py
  129. matplotlib/projections/geo.py
  130. matplotlib/projections/polar.py
  131. matplotlib/pylab.py
  132. matplotlib/pyplot.py
  133. matplotlib/quiver.py
  134. matplotlib/rcsetup.py
  135. matplotlib/sankey.py
  136. matplotlib/scale.py
  137. matplotlib/sphinxext/__init__.py
  138. matplotlib/sphinxext/mathmpl.py
  139. matplotlib/sphinxext/only_directives.py
  140. matplotlib/sphinxext/plot_directive.py
  141. matplotlib/spines.py
  142. matplotlib/stackplot.py
  143. matplotlib/streamplot.py
  144. matplotlib/style/__init__.py
  145. matplotlib/style/core.py
  146. matplotlib/table.py
  147. matplotlib/testing/__init__.py
  148. matplotlib/testing/_nose/__init__.py
  149. matplotlib/testing/_nose/decorators.py
  150. matplotlib/testing/_nose/exceptions.py
  151. matplotlib/testing/_nose/plugins/__init__.py
  152. matplotlib/testing/_nose/plugins/knownfailure.py
  153. matplotlib/testing/_nose/plugins/performgc.py
  154. matplotlib/testing/compare.py
  155. matplotlib/testing/conftest.py
  156. matplotlib/testing/decorators.py
  157. matplotlib/testing/determinism.py
  158. matplotlib/testing/disable_internet.py
  159. matplotlib/testing/exceptions.py
  160. matplotlib/testing/jpl_units/Duration.py
  161. matplotlib/testing/jpl_units/Epoch.py
  162. matplotlib/testing/jpl_units/EpochConverter.py
  163. matplotlib/testing/jpl_units/StrConverter.py
  164. matplotlib/testing/jpl_units/UnitDbl.py
  165. matplotlib/testing/jpl_units/UnitDblConverter.py
  166. matplotlib/testing/jpl_units/UnitDblFormatter.py
  167. matplotlib/testing/jpl_units/__init__.py
  168. matplotlib/testing/noseclasses.py
  169. matplotlib/texmanager.py
  170. matplotlib/text.py
  171. matplotlib/textpath.py
  172. matplotlib/ticker.py
  173. matplotlib/tight_bbox.py
  174. matplotlib/tight_layout.py
  175. matplotlib/transforms.py
  176. matplotlib/type1font.py
  177. matplotlib/units.py
  178. matplotlib/widgets.py
  179. mpl_toolkits/__init__.py
  180. mpl_toolkits/axes_grid/__init__.py
  181. mpl_toolkits/axes_grid/anchored_artists.py
  182. mpl_toolkits/axes_grid/angle_helper.py
  183. mpl_toolkits/axes_grid/axes_divider.py
  184. mpl_toolkits/axes_grid/axes_grid.py
  185. mpl_toolkits/axes_grid/axes_rgb.py
  186. mpl_toolkits/axes_grid/axes_size.py
  187. mpl_toolkits/axes_grid/axis_artist.py
  188. mpl_toolkits/axes_grid/axisline_style.py
  189. mpl_toolkits/axes_grid/axislines.py
  190. mpl_toolkits/axes_grid/clip_path.py
  191. mpl_toolkits/axes_grid/colorbar.py
  192. mpl_toolkits/axes_grid/floating_axes.py
  193. mpl_toolkits/axes_grid/grid_finder.py
  194. mpl_toolkits/axes_grid/grid_helper_curvelinear.py
  195. mpl_toolkits/axes_grid/inset_locator.py
  196. mpl_toolkits/axes_grid/parasite_axes.py
  197. mpl_toolkits/axes_grid1/__init__.py
  198. mpl_toolkits/axes_grid1/anchored_artists.py
  199. mpl_toolkits/axes_grid1/axes_divider.py
  200. mpl_toolkits/axes_grid1/axes_grid.py
  201. mpl_toolkits/axes_grid1/axes_rgb.py
  202. mpl_toolkits/axes_grid1/axes_size.py
  203. mpl_toolkits/axes_grid1/colorbar.py
  204. mpl_toolkits/axes_grid1/inset_locator.py
  205. mpl_toolkits/axes_grid1/mpl_axes.py
  206. mpl_toolkits/axes_grid1/parasite_axes.py
  207. mpl_toolkits/axisartist/__init__.py
  208. mpl_toolkits/axisartist/angle_helper.py
  209. mpl_toolkits/axisartist/axes_divider.py
  210. mpl_toolkits/axisartist/axes_grid.py
  211. mpl_toolkits/axisartist/axes_rgb.py
  212. mpl_toolkits/axisartist/axis_artist.py
  213. mpl_toolkits/axisartist/axisline_style.py
  214. mpl_toolkits/axisartist/axislines.py
  215. mpl_toolkits/axisartist/clip_path.py
  216. mpl_toolkits/axisartist/floating_axes.py
  217. mpl_toolkits/axisartist/grid_finder.py
  218. mpl_toolkits/axisartist/grid_helper_curvelinear.py
  219. mpl_toolkits/axisartist/parasite_axes.py
  220. mpl_toolkits/mplot3d/__init__.py
  221. mpl_toolkits/mplot3d/art3d.py
  222. mpl_toolkits/mplot3d/axes3d.py
  223. mpl_toolkits/mplot3d/axis3d.py
  224. mpl_toolkits/mplot3d/proj3d.py
  225. pylab.py
  226. )
  227. END()
  228. RECURSE(
  229. extern
  230. matplotlib/tri
  231. src
  232. )