pyglet 1.2.0__zip → 1.2.0rc2__zip

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. {pyglet-1.2.0 → pyglet-1.2.0rc2}/MANIFEST.in +1 -0
  2. {pyglet-1.2.0 → pyglet-1.2.0rc2}/PKG-INFO +2 -2
  3. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/__init__.py +1 -1
  4. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/fontconfig.py +6 -6
  5. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/freetype.py +1 -2
  6. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/win32query.py +0 -8
  7. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/pulse/__init__.py +0 -1
  8. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet.egg-info/SOURCES.txt +9 -5
  9. pyglet-1.2.0rc2/setup.py +247 -0
  10. pyglet-1.2.0rc2/tests/media/PLAYER_PLAY_QUEUE.py.orig +29 -0
  11. pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_LA_LOAD.png.orig +0 -0
  12. pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_LA_SAVE.png.orig +0 -0
  13. pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_L_LOAD.png.orig +0 -0
  14. pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_L_SAVE.png.orig +0 -0
  15. pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_RGBA_LOAD.png.orig +0 -0
  16. pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_RGBA_SAVE.png.orig +0 -0
  17. pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_RGB_LOAD.png.orig +0 -0
  18. pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_RGB_SAVE.png.orig +0 -0
  19. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_MULTISAMPLE.py +1 -1
  20. pyglet-1.2.0/pyglet.egg-info/PKG-INFO +0 -30
  21. pyglet-1.2.0/pyglet.egg-info/dependency_links.txt +0 -1
  22. pyglet-1.2.0/pyglet.egg-info/top_level.txt +0 -1
  23. pyglet-1.2.0/pyglet.egg-info/zip-safe +0 -1
  24. pyglet-1.2.0/setup.py +0 -73
  25. {pyglet-1.2.0 → pyglet-1.2.0rc2}/CHANGELOG +0 -0
  26. {pyglet-1.2.0 → pyglet-1.2.0rc2}/LICENSE +0 -0
  27. {pyglet-1.2.0 → pyglet-1.2.0rc2}/NOTICE +0 -0
  28. {pyglet-1.2.0 → pyglet-1.2.0rc2}/README +0 -0
  29. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/apple_remote.py +0 -0
  30. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/apple_remote_demo.py +0 -0
  31. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/README +0 -0
  32. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/assets/app.icns +0 -0
  33. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/assets/app.ico +0 -0
  34. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/assets/ship.svg +0 -0
  35. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/astraea.py +0 -0
  36. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/asteroid1.png +0 -0
  37. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/asteroid2.png +0 -0
  38. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/asteroid3.png +0 -0
  39. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/bullet.png +0 -0
  40. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/bullet.wav +0 -0
  41. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/explosion.png +0 -0
  42. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/explosion.wav +0 -0
  43. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/pointer.png +0 -0
  44. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/ship.png +0 -0
  45. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/smoke.png +0 -0
  46. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/starfield.jpg +0 -0
  47. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/setup.py +0 -0
  48. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/events.py +0 -0
  49. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/fixed_resolution.py +0 -0
  50. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/font_comparison.py +0 -0
  51. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/graphics.py +0 -0
  52. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/html_label.py +0 -0
  53. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/image_convert.py +0 -0
  54. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/image_display.py +0 -0
  55. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/input.py +0 -0
  56. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/joystick.py +0 -0
  57. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/media_info.py +0 -0
  58. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/media_player.py +0 -0
  59. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/multiple_windows.py +0 -0
  60. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/noisy/README +0 -0
  61. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/noisy/ball.png +0 -0
  62. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/noisy/ball.wav +0 -0
  63. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/noisy/noisy.py +0 -0
  64. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/opengl.py +0 -0
  65. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/opengl_3.py +0 -0
  66. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/animation.py +0 -0
  67. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/dinosaur.gif +0 -0
  68. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/events.py +0 -0
  69. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/hello_world.py +0 -0
  70. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/image_viewer.py +0 -0
  71. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/kitten.jpg +0 -0
  72. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/window_subclass.py +0 -0
  73. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/pyglet.png +0 -0
  74. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/show_input.py +0 -0
  75. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/README +0 -0
  76. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/reader.py +0 -0
  77. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/res/bass.ogg +0 -0
  78. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/res/drums.ogg +0 -0
  79. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/res/guitar.ogg +0 -0
  80. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/res/piano.ogg +0 -0
  81. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/res/space.txt +0 -0
  82. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/soundspace.py +0 -0
  83. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/tablet.py +0 -0
  84. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/text_input.py +0 -0
  85. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/timer.py +0 -0
  86. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/video.py +0 -0
  87. {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/window_platform_event.py +0 -0
  88. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/__init__.py +0 -0
  89. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/base.py +0 -0
  90. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/carbon.py +0 -0
  91. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/cocoa.py +0 -0
  92. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/win32.py +0 -0
  93. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/xlib.py +0 -0
  94. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/__init__.py +0 -0
  95. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/base.py +0 -0
  96. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/carbon.py +0 -0
  97. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/cocoa.py +0 -0
  98. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/win32.py +0 -0
  99. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/xlib.py +0 -0
  100. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/xlib_vidmoderestore.py +0 -0
  101. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/clock.py +0 -0
  102. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/com.py +0 -0
  103. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/compat.py +0 -0
  104. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/event.py +0 -0
  105. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/extlibs/__init__.py +0 -0
  106. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/extlibs/png.py +0 -0
  107. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/__init__.py +0 -0
  108. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/base.py +0 -0
  109. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/carbon.py +0 -0
  110. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/freetype_lib.py +0 -0
  111. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/quartz.py +0 -0
  112. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/ttf.py +0 -0
  113. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/win32.py +0 -0
  114. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/__init__.py +0 -0
  115. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/agl.py +0 -0
  116. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/base.py +0 -0
  117. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/carbon.py +0 -0
  118. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/cocoa.py +0 -0
  119. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/gl.py +0 -0
  120. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/gl_info.py +0 -0
  121. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glext_arb.py +0 -0
  122. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glext_nv.py +0 -0
  123. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glu.py +0 -0
  124. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glu_info.py +0 -0
  125. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glx.py +0 -0
  126. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glx_info.py +0 -0
  127. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glxext_arb.py +0 -0
  128. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glxext_mesa.py +0 -0
  129. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glxext_nv.py +0 -0
  130. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/lib.py +0 -0
  131. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/lib_agl.py +0 -0
  132. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/lib_glx.py +0 -0
  133. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/lib_wgl.py +0 -0
  134. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/wgl.py +0 -0
  135. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/wgl_info.py +0 -0
  136. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/wglext_arb.py +0 -0
  137. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/wglext_nv.py +0 -0
  138. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/win32.py +0 -0
  139. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/xlib.py +0 -0
  140. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/graphics/__init__.py +0 -0
  141. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/graphics/allocation.py +0 -0
  142. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/graphics/vertexattribute.py +0 -0
  143. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/graphics/vertexbuffer.py +0 -0
  144. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/graphics/vertexdomain.py +0 -0
  145. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/__init__.py +0 -0
  146. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/atlas.py +0 -0
  147. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/__init__.py +0 -0
  148. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/bmp.py +0 -0
  149. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/dds.py +0 -0
  150. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/gdiplus.py +0 -0
  151. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/gdkpixbuf2.py +0 -0
  152. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/gif.py +0 -0
  153. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/pil.py +0 -0
  154. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/png.py +0 -0
  155. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/quartz.py +0 -0
  156. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/quicktime.py +0 -0
  157. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/s3tc.py +0 -0
  158. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/info.py +0 -0
  159. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/__init__.py +0 -0
  160. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/base.py +0 -0
  161. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/carbon_hid.py +0 -0
  162. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/carbon_tablet.py +0 -0
  163. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/darwin_hid.py +0 -0
  164. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/directinput.py +0 -0
  165. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/evdev.py +0 -0
  166. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/evdev_constants.py +0 -0
  167. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/wintab.py +0 -0
  168. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/x11_xinput.py +0 -0
  169. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/x11_xinput_tablet.py +0 -0
  170. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/lib.py +0 -0
  171. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/__init__.py +0 -0
  172. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/__init__.py +0 -0
  173. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/cocoapy/__init__.py +0 -0
  174. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/cocoapy/cocoalibs.py +0 -0
  175. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/cocoapy/cocoatypes.py +0 -0
  176. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/cocoapy/runtime.py +0 -0
  177. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/constants.py +0 -0
  178. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/quartzkey.py +0 -0
  179. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/types.py +0 -0
  180. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/__init__.py +0 -0
  181. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/constants.py +0 -0
  182. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/dinput.py +0 -0
  183. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/libwintab.py +0 -0
  184. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/types.py +0 -0
  185. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/winkey.py +0 -0
  186. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/__init__.py +0 -0
  187. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/cursorfont.py +0 -0
  188. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/xf86vmode.py +0 -0
  189. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/xinerama.py +0 -0
  190. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/xinput.py +0 -0
  191. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/xlib.py +0 -0
  192. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/xsync.py +0 -0
  193. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/__init__.py +0 -0
  194. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/avbin.py +0 -0
  195. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/__init__.py +0 -0
  196. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/directsound/__init__.py +0 -0
  197. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/directsound/lib_dsound.py +0 -0
  198. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/openal/__init__.py +0 -0
  199. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/openal/lib_alc.py +0 -0
  200. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/openal/lib_openal.py +0 -0
  201. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/pulse/lib_pulseaudio.py +0 -0
  202. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/silent.py +0 -0
  203. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/procedural.py +0 -0
  204. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/riff.py +0 -0
  205. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/resource.py +0 -0
  206. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/sprite.py +0 -0
  207. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/__init__.py +0 -0
  208. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/caret.py +0 -0
  209. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/document.py +0 -0
  210. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/formats/__init__.py +0 -0
  211. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/formats/attributed.py +0 -0
  212. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/formats/html.py +0 -0
  213. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/formats/plaintext.py +0 -0
  214. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/formats/structured.py +0 -0
  215. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/layout.py +0 -0
  216. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/runlist.py +0 -0
  217. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/__init__.py +0 -0
  218. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/carbon/__init__.py +0 -0
  219. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/__init__.py +0 -0
  220. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/pyglet_delegate.py +0 -0
  221. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/pyglet_textview.py +0 -0
  222. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/pyglet_view.py +0 -0
  223. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/pyglet_window.py +0 -0
  224. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/systemcursor.py +0 -0
  225. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/event.py +0 -0
  226. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/key.py +0 -0
  227. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/mouse.py +0 -0
  228. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/win32/__init__.py +0 -0
  229. {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/xlib/__init__.py +0 -0
  230. {pyglet-1.2.0 → pyglet-1.2.0rc2}/setup.cfg +0 -0
  231. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/__init__.py +0 -0
  232. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/app/EVENT_LOOP.py +0 -0
  233. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/app/__init__.py +0 -0
  234. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/FPS.py +0 -0
  235. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/MULTICORE.py +0 -0
  236. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/SCHEDULE.py +0 -0
  237. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/SCHEDULE_INTERVAL.py +0 -0
  238. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/SCHEDULE_ONCE.py +0 -0
  239. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/__init__.py +0 -0
  240. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/ADD_FONT.py +0 -0
  241. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/ALIGN_MULTILINE.py +0 -0
  242. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/BULLET.py +0 -0
  243. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/COLOR.py +0 -0
  244. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/COLOR_BLEND.py +0 -0
  245. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/DEFAULT.py +0 -0
  246. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/FONTCONFIG.py +0 -0
  247. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/HALIGN.py +0 -0
  248. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/HAVE_FONT.py +0 -0
  249. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/HORIZONTAL_METRICS.py +0 -0
  250. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/LARGE_FONT.py +0 -0
  251. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/METRICS_WORKAROUND.py +0 -0
  252. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/README +0 -0
  253. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/SET_DPI.py +0 -0
  254. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/SYSTEM.py +0 -0
  255. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/VALIGN.py +0 -0
  256. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/WRAP_INVARIANT.py +0 -0
  257. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/__init__.py +0 -0
  258. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/action_man.ttf +0 -0
  259. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/action_man_bold.ttf +0 -0
  260. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/action_man_bold_italic.ttf +0 -0
  261. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/action_man_italic.ttf +0 -0
  262. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/base_text.py +0 -0
  263. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/courR12-ISO8859-1.pcf +0 -0
  264. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/GRAPHICS_ALLOCATION.py +0 -0
  265. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/IMMEDIATE.py +0 -0
  266. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/IMMEDIATE_INDEXED.py +0 -0
  267. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/MULTITEXTURE.py +0 -0
  268. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/RETAINED.py +0 -0
  269. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/RETAINED_INDEXED.py +0 -0
  270. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/__init__.py +0 -0
  271. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/graphics_common.py +0 -0
  272. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/8bpp.gif +0 -0
  273. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/ATLAS.py +0 -0
  274. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGBA_32BPP_LOAD.py +0 -0
  275. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_16BPP_LOAD.py +0 -0
  276. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_1BPP_LOAD.py +0 -0
  277. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_24BPP_LOAD.py +0 -0
  278. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_32BPP_LOAD.py +0 -0
  279. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_4BPP_LOAD.py +0 -0
  280. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_8BPP_LOAD.py +0 -0
  281. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BUFFER_COPY.py +0 -0
  282. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BUFFER_SAVE.py +0 -0
  283. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/CHECKERBOARD.py +0 -0
  284. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/DDS_RGBA_DXT1_LOAD.py +0 -0
  285. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/DDS_RGBA_DXT3_LOAD.py +0 -0
  286. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/DDS_RGBA_DXT5_LOAD.py +0 -0
  287. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/DDS_RGB_DXT1_LOAD.py +0 -0
  288. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/DEPTH_SAVE.py +0 -0
  289. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/GIF_LOAD.py +0 -0
  290. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/MATRIX_RGB.py +0 -0
  291. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/MATRIX_RGBA.py +0 -0
  292. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/NO_ENCODER_RGB_SAVE.py +0 -0
  293. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_LA_LOAD.py +0 -0
  294. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_LA_SAVE.py +0 -0
  295. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_L_LOAD.py +0 -0
  296. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_L_SAVE.py +0 -0
  297. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_RGBA_LOAD.py +0 -0
  298. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_RGBA_SAVE.py +0 -0
  299. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_RGB_LOAD.py +0 -0
  300. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_RGB_LOAD_NO_DECODER.py +0 -0
  301. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_RGB_SAVE.py +0 -0
  302. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PLATFORM_LA_LOAD.py +0 -0
  303. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PLATFORM_L_LOAD.py +0 -0
  304. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PLATFORM_RGBA_LOAD.py +0 -0
  305. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PLATFORM_RGB_LOAD.py +0 -0
  306. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PNG_INDEXED_LOAD.py +0 -0
  307. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PNG_INDEXED_TRANS_LOAD.py +0 -0
  308. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_LA_LOAD.py +0 -0
  309. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_LA_SAVE.py +0 -0
  310. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_L_LOAD.py +0 -0
  311. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_L_SAVE.py +0 -0
  312. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_RGBA_LOAD.py +0 -0
  313. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_RGBA_SAVE.py +0 -0
  314. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_RGB_LOAD.py +0 -0
  315. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_RGB_SAVE.py +0 -0
  316. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/TEXTURE_3D.py +0 -0
  317. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/TEXTURE_GRID.py +0 -0
  318. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/__init__.py +0 -0
  319. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/base_load.py +0 -0
  320. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/base_save.py +0 -0
  321. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/l.png +0 -0
  322. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/la.png +0 -0
  323. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb.png +0 -0
  324. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_16bpp.bmp +0 -0
  325. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_1bpp.bmp +0 -0
  326. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_24bpp.bmp +0 -0
  327. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_32bpp.bmp +0 -0
  328. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_4bpp.bmp +0 -0
  329. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_8bpp.bmp +0 -0
  330. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_8bpp.png +0 -0
  331. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_8bpp_trans.png +0 -0
  332. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_dxt1.dds +0 -0
  333. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgba.png +0 -0
  334. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgba_32bpp.bmp +0 -0
  335. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgba_dxt1.dds +0 -0
  336. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgba_dxt3.dds +0 -0
  337. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgba_dxt5.dds +0 -0
  338. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/texture_base.py +0 -0
  339. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_EOS_NEXT.py +0 -0
  340. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_PAUSE.py +0 -0
  341. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_PAUSE_QUEUE.py +0 -0
  342. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_PLAY_QUEUE.py +0 -0
  343. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_QUEUE_PLAY.py +0 -0
  344. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_STATIC_STATIC.py +0 -0
  345. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/__init__.py +0 -0
  346. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/plan.txt +0 -0
  347. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/regression/__init__.py +0 -0
  348. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/regression/images/DELETEME +0 -0
  349. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/RES_LOAD.py +0 -0
  350. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/RES_LOAD_IMAGE.py +0 -0
  351. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/__init__.py +0 -0
  352. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/dir1/dir1/file.txt +0 -0
  353. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/dir1/file.txt +0 -0
  354. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/dir1/res.zip +0 -0
  355. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/dir2/file.txt +0 -0
  356. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/file.txt +0 -0
  357. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/rgbm.png +0 -0
  358. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/test.py +0 -0
  359. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/ATTRIBUTED_TEXT_DECODER.py +0 -0
  360. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/CONTENT_VALIGN_BOTTOM.py +0 -0
  361. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/CONTENT_VALIGN_CENTER.py +0 -0
  362. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/ELEMENT.py +0 -0
  363. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/ELEMENT_CHANGE_STYLE.py +0 -0
  364. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/EMPTY.py +0 -0
  365. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/EMPTY_BOLD.py +0 -0
  366. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/HTML.py +0 -0
  367. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/ISSUE_471.py +0 -0
  368. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/MULTILINE_WRAP.py +0 -0
  369. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/PLAIN.py +0 -0
  370. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/RUNLIST.py +0 -0
  371. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/STYLE.py +0 -0
  372. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/__init__.py +0 -0
  373. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/top/IMPORT.py +0 -0
  374. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/top/__init__.py +0 -0
  375. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/CONTEXT_SHARE.py +0 -0
  376. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_ACTIVATE_DEACTIVATE.py +0 -0
  377. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_BUTTON.py +0 -0
  378. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_CLOSE.py +0 -0
  379. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_EXPOSE.py +0 -0
  380. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_KEY.py +0 -0
  381. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_MOUSE_DRAG.py +0 -0
  382. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_MOUSE_ENTER_LEAVE.py +0 -0
  383. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_MOUSE_MOTION.py +0 -0
  384. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_MOUSE_SCROLL.py +0 -0
  385. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_MOVE.py +0 -0
  386. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_RESIZE.py +1 -1
  387. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SEQUENCE_CREATE.py +0 -0
  388. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SEQUENCE_CREATE_FULLSCREEN.py +0 -0
  389. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SEQUENCE_SET_FULLSCREEN.py +0 -0
  390. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SEQUENCE_SHOW.py +0 -0
  391. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SEQUENCE_UNSET_FULLSCREEN.py +0 -0
  392. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SHOW_HIDE.py +0 -0
  393. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_TEXT.py +0 -0
  394. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/MODE_SWITCH.py +0 -0
  395. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/MULTIPLE_SCREEN.py +0 -0
  396. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/MULTIPLE_WINDOW_OPEN.py +0 -0
  397. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_ACTIVATE.py +0 -0
  398. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_CAPTION.py +0 -0
  399. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_FIXED_SET_SIZE.py +1 -1
  400. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_FULLSCREEN_SIZE.py +0 -0
  401. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_INITIAL_FULLSCREEN.py +0 -0
  402. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_MINIMIZE_MAXIMIZE.py +0 -0
  403. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_OPEN.py +0 -0
  404. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_RESIZABLE.py +1 -1
  405. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_EXCLUSIVE_KEYBOARD.py +0 -0
  406. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_EXCLUSIVE_MOUSE.py +0 -0
  407. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_FULLSCREEN.py +0 -0
  408. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_ICON.py +1 -1
  409. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_ICON_SIZES.py +1 -1
  410. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_LOCATION.py +0 -0
  411. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_MIN_MAX_SIZE.py +1 -1
  412. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_MOUSE_CURSOR.py +1 -1
  413. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_MOUSE_SYSTEM_CURSOR.py +1 -1
  414. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_MOUSE_VISIBLE.py +0 -0
  415. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_SIZE.py +1 -1
  416. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_VISIBLE.py +0 -0
  417. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_VSYNC.py +0 -0
  418. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_STYLE_BORDERLESS.py +1 -1
  419. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_STYLE_DIALOG.py +1 -1
  420. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_STYLE_TOOL.py +1 -1
  421. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/__init__.py +0 -0
  422. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/base_event_sequence.py +0 -0
  423. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/cursor.png +0 -0
  424. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon1.png +0 -0
  425. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon_size1.png +0 -0
  426. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon_size2.png +0 -0
  427. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon_size3.png +0 -0
  428. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon_size4.png +0 -0
  429. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon_size5.png +0 -0
  430. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/window_util.py +0 -0
  431. {pyglet-1.2.0 → pyglet-1.2.0rc2}/tools/inspect_font.py +0 -0
@@ -24,3 +24,4 @@ recursive-exclude tests *.log
24
24
  prune **/.svn
25
25
  recursive-exclude * *.pyc
26
26
  recursive-exclude * *.pyo
27
+ prune pyglet.egg-info
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: pyglet
3
- Version: 1.2.0
3
+ Version: 1.2.0rc2
4
4
  Summary: Cross-platform windowing and multimedia library
5
- Home-page: http://pyglet.readthedocs.org/en/pyglet-1.2-maintenance/
5
+ Home-page: http://www.pyglet.org/
6
6
  Author: Alex Holkner
7
7
  Author-email: Alex.Holkner@gmail.com
8
8
  License: BSD
@@ -57,7 +57,7 @@ _is_epydoc = hasattr(sys, 'is_epydoc') and sys.is_epydoc
57
57
  #: >>> parse_version(pyglet.version) >= parse_version('1.1')
58
58
  #: True
59
59
  #:
60
- version = '1.2.0'
60
+ version = '1.2rc1'
61
61
 
62
62
  # Pyglet platform treats *BSD systems as Linux
63
63
  compat_platform = sys.platform
@@ -42,7 +42,7 @@ from collections import OrderedDict
42
42
  from ctypes import *
43
43
 
44
44
  import pyglet.lib
45
- from pyglet.compat import asbytes, asstr
45
+ from pyglet.compat import asbytes
46
46
  from pyglet.font.base import FontException
47
47
 
48
48
  # fontconfig library definitions
@@ -216,10 +216,10 @@ class FontConfigPattern(object):
216
216
  if not value:
217
217
  return
218
218
 
219
- if isinstance(value, unicode):
220
- value = value.encode('utf8')
219
+ if isinstance(name, unicode):
220
+ name = name.encode('utf8')
221
221
 
222
- self._fontconfig.FcPatternAddString(self._pattern, name, asbytes(value))
222
+ self._fontconfig.FcPatternAddString(self._pattern, name, value)
223
223
 
224
224
  def _set_double(self, name, value):
225
225
  assert self._pattern
@@ -257,7 +257,7 @@ class FontConfigPattern(object):
257
257
  value = self._get_value(name)
258
258
 
259
259
  if value and value.type == FcTypeString:
260
- return asstr(value.u.s)
260
+ return value.u.s
261
261
  else:
262
262
  return None
263
263
 
@@ -381,4 +381,4 @@ def get_fontconfig():
381
381
  global _fontconfig_instance
382
382
  if not _fontconfig_instance:
383
383
  _fontconfig_instance = FontConfig()
384
- return _fontconfig_instance
384
+ return _fontconfig_instance
@@ -36,7 +36,6 @@ __docformat__ = 'restructuredtext'
36
36
  __version__ = '$Id$'
37
37
 
38
38
  import ctypes
39
- from pyglet.compat import asbytes
40
39
  from pyglet.font import base
41
40
  from pyglet import image
42
41
  from pyglet.font.fontconfig import get_fontconfig
@@ -294,7 +293,7 @@ class FreeTypeFont(base.Font):
294
293
  def _load_font_face_from_file(file_name):
295
294
  font_face = FT_Face()
296
295
  ft_library = ft_get_library()
297
- error = FT_New_Face(ft_library, asbytes(file_name), 0, byref(font_face))
296
+ error = FT_New_Face(ft_library, file_name, 0, byref(font_face))
298
297
  FreeTypeError.check_and_raise_on_error('Could not load font from "%s"' % file_name, error)
299
298
  return font_face
300
299
 
@@ -287,14 +287,6 @@ FONTENUMPROC = ctypes.WINFUNCTYPE(
287
287
  wintypes.LPARAM
288
288
  )
289
289
 
290
- # When running 64 bit windows, some types are not 32 bit, so Python/ctypes guesses wrong
291
- gdi32.EnumFontFamiliesExA.argtypes = [
292
- wintypes.HDC,
293
- ctypes.POINTER(LOGFONT),
294
- FONTENUMPROC,
295
- wintypes.LPARAM,
296
- wintypes.DWORD]
297
-
298
290
 
299
291
  def _enum_font_names(logfont, textmetricex, fonttype, param):
300
292
  """callback function to be executed during EnumFontFamiliesEx
@@ -401,7 +401,6 @@ class PulseAudioPlayer(AbstractAudioPlayer):
401
401
 
402
402
  context.lock()
403
403
  pa.pa_stream_disconnect(self.stream)
404
- pa.pa_stream_set_state_callback(self.stream, None, None)
405
404
  context.unlock()
406
405
  pa.pa_stream_unref(self.stream)
407
406
  self.stream = None
@@ -72,11 +72,6 @@ pyglet/info.py
72
72
  pyglet/lib.py
73
73
  pyglet/resource.py
74
74
  pyglet/sprite.py
75
- pyglet.egg-info/PKG-INFO
76
- pyglet.egg-info/SOURCES.txt
77
- pyglet.egg-info/dependency_links.txt
78
- pyglet.egg-info/top_level.txt
79
- pyglet.egg-info/zip-safe
80
75
  pyglet/app/__init__.py
81
76
  pyglet/app/base.py
82
77
  pyglet/app/carbon.py
@@ -329,11 +324,20 @@ tests/media/PLAYER_EOS_NEXT.py
329
324
  tests/media/PLAYER_PAUSE.py
330
325
  tests/media/PLAYER_PAUSE_QUEUE.py
331
326
  tests/media/PLAYER_PLAY_QUEUE.py
327
+ tests/media/PLAYER_PLAY_QUEUE.py.orig
332
328
  tests/media/PLAYER_QUEUE_PLAY.py
333
329
  tests/media/PLAYER_STATIC_STATIC.py
334
330
  tests/media/__init__.py
335
331
  tests/regression/__init__.py
336
332
  tests/regression/images/DELETEME
333
+ tests/regression/images/image.PYPNG_LA_LOAD.png.orig
334
+ tests/regression/images/image.PYPNG_LA_SAVE.png.orig
335
+ tests/regression/images/image.PYPNG_L_LOAD.png.orig
336
+ tests/regression/images/image.PYPNG_L_SAVE.png.orig
337
+ tests/regression/images/image.PYPNG_RGBA_LOAD.png.orig
338
+ tests/regression/images/image.PYPNG_RGBA_SAVE.png.orig
339
+ tests/regression/images/image.PYPNG_RGB_LOAD.png.orig
340
+ tests/regression/images/image.PYPNG_RGB_SAVE.png.orig
337
341
  tests/resource/RES_LOAD.py
338
342
  tests/resource/RES_LOAD_IMAGE.py
339
343
  tests/resource/__init__.py
@@ -0,0 +1,247 @@
1
+ #!/usr/bin/env python
2
+
3
+ '''
4
+ '''
5
+
6
+ __docformat__ = 'restructuredtext'
7
+ __version__ = '$Id$'
8
+
9
+ import os
10
+ import shutil
11
+ import sys
12
+ from setuptools import setup, find_packages
13
+
14
+ # Bump pyglet/__init__.py version as well.
15
+ VERSION = '1.2.0rc2'
16
+
17
+ long_description = '''pyglet provides an object-oriented programming
18
+ interface for developing games and other visually-rich applications
19
+ for Windows, Mac OS X and Linux.'''
20
+
21
+ def create_package_list(base_package):
22
+ return [base_package + '.' + pkg for pkg in find_packages(base_package)]
23
+
24
+
25
+ setup_info = dict(
26
+ # Metadata
27
+ name='pyglet',
28
+ version=VERSION,
29
+ author='Alex Holkner',
30
+ author_email='Alex.Holkner@gmail.com',
31
+ url='http://www.pyglet.org/',
32
+ download_url='http://pypi.python.org/pypi/pyglet',
33
+ description='Cross-platform windowing and multimedia library',
34
+ long_description=long_description,
35
+ license='BSD',
36
+ classifiers=[
37
+ 'Development Status :: 5 - Production/Stable',
38
+ 'Environment :: MacOS X',
39
+ 'Environment :: Win32 (MS Windows)',
40
+ 'Environment :: X11 Applications',
41
+ 'Intended Audience :: Developers',
42
+ 'License :: OSI Approved :: BSD License',
43
+ 'Operating System :: MacOS :: MacOS X',
44
+ 'Operating System :: Microsoft :: Windows', # XP
45
+ 'Operating System :: POSIX :: Linux',
46
+ 'Programming Language :: Python :: 2',
47
+ 'Programming Language :: Python :: 2.6',
48
+ 'Programming Language :: Python :: 2.7',
49
+ 'Programming Language :: Python :: 3',
50
+ 'Programming Language :: Python :: 3.3',
51
+ 'Programming Language :: Python :: 3.4',
52
+ 'Topic :: Games/Entertainment',
53
+ 'Topic :: Software Development :: Libraries :: Python Modules',
54
+ ],
55
+
56
+ # Package info
57
+ packages=create_package_list('pyglet'),
58
+
59
+ # Add _ prefix to the names of temporary build dirs
60
+ options={
61
+ 'build': {'build_base': '_build'},
62
+ # 'sdist': {'dist_dir': '_dist'},
63
+ },
64
+ zip_safe=True,
65
+ )
66
+
67
+
68
+ if 'bdist_mpkg' in sys.argv:
69
+ from setuptools import setup
70
+ _have_setuptools = True
71
+
72
+ from bdist_mpkg_pyglet import plists, pkg, cmd_bdist_mpkg, tools
73
+
74
+ # Check for ctypes if installing into Python 2.4
75
+ def ctypes_requirement(pkgname, prefix):
76
+ prefix = os.path.join(prefix, 'ctypes')
77
+ title = '%s requires ctypes 1.0 or later to install with Python 2.4' \
78
+ % pkgname
79
+ kw = dict(
80
+ LabelKey='ctypes',
81
+ TitleKey=title,
82
+ MessageKey=title,
83
+ )
84
+
85
+ return plists.path_requirement(prefix, **kw)
86
+
87
+ # Subclass bdist_mpkg
88
+ class pyglet_bdist_mpkg(cmd_bdist_mpkg.bdist_mpkg):
89
+ # Don't include platform or python version in mpkg name (aesthetics)
90
+ def finalize_package_data(self):
91
+ cmd_bdist_mpkg.bdist_mpkg.finalize_package_data(self)
92
+ self.metapackagename = '-'.join([self.get_name(),
93
+ self.get_version()]) + '.mpkg'
94
+ self.pseudoinstall_root = self.get_pseudoinstall_root()
95
+ self.packagesdir = os.path.join(
96
+ self.get_metapackage(),
97
+ self.component_directory
98
+ )
99
+
100
+ def get_metapackage_info(self):
101
+ info = dict(cmd_bdist_mpkg.bdist_mpkg.get_metapackage_info(self))
102
+ info.update(dict(
103
+ # Set background image alignment
104
+ IFPkgFlagBackgroundScaling='none',
105
+ IFPkgFlagBackgroundAlignment='topleft',
106
+ # Remove specific Python version requirement from metapackage,
107
+ # is per-package now.
108
+ IFRequirementDicts=[],
109
+ ))
110
+ return info
111
+
112
+ # Override how packages are made. purelib forces creation of a
113
+ # separate package for each required python version, all symlinked to
114
+ # the same Archive.bom.
115
+ def make_scheme_package(self, scheme):
116
+ assert scheme == 'purelib'
117
+
118
+ # Make AVbin package
119
+ pkgname = 'AVbin'
120
+ pkgfile = pkgname + '.pkg'
121
+ self.packages.append((pkgfile, self.get_scheme_status(scheme)))
122
+ pkgdir = os.path.join(self.packagesdir, pkgfile)
123
+ self.mkpath(pkgdir)
124
+ version = self.get_scheme_version(scheme)
125
+ info = dict(self.get_scheme_info(scheme))
126
+ description = 'AVbin audio and video support (recommended)'
127
+ files = list(tools.walk_files('build/avbin'))
128
+ common = 'build/avbin'
129
+ prefix = '/usr/local/lib'
130
+ pkg.make_package(self,
131
+ pkgname, version,
132
+ files, common, prefix,
133
+ pkgdir,
134
+ info, description)
135
+
136
+ # pyglet packages
137
+ files, common, prefix = self.get_scheme_root(scheme)
138
+
139
+ def add_package(python_dir, package_dir,
140
+ pyver, pkgname, description):
141
+ scheme_prefix = package_dir
142
+ pkgfile = pkgname + '.pkg'
143
+ self.packages.append((pkgfile, self.get_scheme_status(scheme)))
144
+ pkgdir = os.path.join(self.packagesdir, pkgfile)
145
+ self.mkpath(pkgdir)
146
+ version = self.get_scheme_version(scheme)
147
+
148
+ requirements = [
149
+ plists.python_requirement(self.get_name(),
150
+ prefix=python_dir,
151
+ version=pyver)]
152
+ if pyver == '2.4':
153
+ requirements.append(ctypes_requirement(self.get_name(),
154
+ prefix=scheme_prefix))
155
+
156
+ info = dict(self.get_scheme_info(scheme))
157
+ info.update(dict(
158
+ IFRequirementDicts=requirements,
159
+ ))
160
+
161
+ pkg.make_package(self,
162
+ pkgname, version,
163
+ files, common, scheme_prefix,
164
+ pkgdir,
165
+ info,
166
+ description,
167
+ )
168
+
169
+ # Move the archive up to the metapackage and symlink to it
170
+ pkgfile = os.path.join(pkgdir, 'Contents/Archive.pax.gz')
171
+ shutil.move(pkgfile,
172
+ os.path.join(pkgdir, '../../Archive.pax.gz'))
173
+ os.symlink('../../../Archive.pax.gz', pkgfile)
174
+
175
+ pkgfile = os.path.join(pkgdir, 'Contents/Archive.bom')
176
+ shutil.move(pkgfile,
177
+ os.path.join(pkgdir, '../../Archive.bom'))
178
+ os.symlink('../../../Archive.bom', pkgfile)
179
+
180
+ self.scheme_hook(scheme, pkgname, version, files, common,
181
+ prefix, pkgdir)
182
+
183
+ add_package(
184
+ '/System/Library/Frameworks/Python.framework/Versions/2.5',
185
+ '/Library/Python/2.5/site-packages',
186
+ '2.5', 'pyglet-syspy2.5',
187
+ 'pyglet for Python 2.5 in /System/Library')
188
+ add_package(
189
+ '/System/Library/Frameworks/Python.framework/Versions/2.6',
190
+ '/Library/Python/2.6/site-packages',
191
+ '2.6', 'pyglet-syspy2.6',
192
+ 'pyglet for Python 2.6 in /System/Library')
193
+ add_package(
194
+ '/Library/Frameworks/Python.framework/Versions/2.4',
195
+ '/Library/Frameworks/Python.framework/Versions/2.4' \
196
+ '/lib/python2.4/site-packages',
197
+ '2.4', 'pyglet-py2.4',
198
+ 'pyglet for Python 2.4 in /Library')
199
+ add_package(
200
+ '/Library/Frameworks/Python.framework/Versions/2.5',
201
+ '/Library/Frameworks/Python.framework/Versions/2.5' \
202
+ '/lib/python2.5/site-packages',
203
+ '2.5', 'pyglet-py2.5',
204
+ 'pyglet for Python 2.5 in /Library')
205
+ add_package(
206
+ '/Library/Frameworks/Python.framework/Versions/2.6',
207
+ '/Library/Frameworks/Python.framework/Versions/2.6' \
208
+ '/lib/python2.6/site-packages',
209
+ '2.6', 'pyglet-py2.6',
210
+ 'pyglet for Python 2.6 in /Library')
211
+ add_package(
212
+ '/opt/local/',
213
+ '/opt/local/lib/python2.4/site-packages',
214
+ '2.4', 'pyglet-macports-py2.4',
215
+ 'pyglet for MacPorts Python 2.4 in /opt/local')
216
+ add_package(
217
+ '/opt/local/',
218
+ '/opt/local/lib/python2.5/site-packages',
219
+ '2.5', 'pyglet-macports-py2.5',
220
+ 'pyglet for MacPorts Python 2.5 in /opt/local')
221
+ add_package(
222
+ '/opt/local/',
223
+ '/opt/local/Library/Frameworks/Python.framework/Versions/2.6' \
224
+ '/lib/python2.6/site-packages',
225
+ '2.6', 'pyglet-macports-py2.6',
226
+ 'pyglet for MacPorts Python 2.6 in /opt/local')
227
+
228
+ # Don't build to an absolute path, assume within site-packages (makes
229
+ # it easier to symlink the same archive for all packages)
230
+ def get_scheme_install_prefix(self, scheme):
231
+ return scheme
232
+
233
+ # Don't byte compile (waste of space, try to do it in postflight TODO).
234
+ def byte_compile(self):
235
+ pass
236
+
237
+ setuptools_info.update(dict(
238
+ cmdclass={'bdist_mpkg': pyglet_bdist_mpkg,}
239
+ ))
240
+
241
+
242
+
243
+ if sys.version_info >= (3,):
244
+ # Automatically run 2to3 when using Python 3
245
+ setup_info["use_2to3"] = True
246
+
247
+ setup(**setup_info)
@@ -0,0 +1,29 @@
1
+ #!/usr/bin/env python
2
+
3
+ '''Test that audio playback works.
4
+
5
+ You should hear white noise (static) for 0.5 seconds. The test will exit
6
+ immediately after.
7
+
8
+ You may want to turn down the volume of your speakers.
9
+ '''
10
+
11
+ import time
12
+ import unittest
13
+
14
+ from pyglet import media
15
+ from pyglet.media import procedural
16
+
17
+ class TEST_CASE(unittest.TestCase):
18
+ def test_method(self):
19
+ source = procedural.WhiteNoise(0.5)
20
+ player = media.Player()
21
+ player.queue(source)
22
+ player.play()
23
+
24
+ while player.source:
25
+ player.update_texture(1. / 30.)
26
+ time.sleep(1. / 30.)
27
+
28
+ if __name__ == '__main__':
29
+ unittest.main()
@@ -125,9 +125,9 @@ class WINDOW_MULTISAMPLE(unittest.TestCase):
125
125
  dt = clock.tick()
126
126
  self.angle += dt
127
127
 
128
+ self.win.dispatch_events()
128
129
  self.render()
129
130
  self.win.flip()
130
- self.win.dispatch_events()
131
131
  self.win.close()
132
132
 
133
133
  if __name__ == '__main__':
@@ -1,30 +0,0 @@
1
- Metadata-Version: 1.1
2
- Name: pyglet
3
- Version: 1.2.0
4
- Summary: Cross-platform windowing and multimedia library
5
- Home-page: http://pyglet.readthedocs.org/en/pyglet-1.2-maintenance/
6
- Author: Alex Holkner
7
- Author-email: Alex.Holkner@gmail.com
8
- License: BSD
9
- Download-URL: http://pypi.python.org/pypi/pyglet
10
- Description: pyglet provides an object-oriented programming
11
- interface for developing games and other visually-rich applications
12
- for Windows, Mac OS X and Linux.
13
- Platform: UNKNOWN
14
- Classifier: Development Status :: 5 - Production/Stable
15
- Classifier: Environment :: MacOS X
16
- Classifier: Environment :: Win32 (MS Windows)
17
- Classifier: Environment :: X11 Applications
18
- Classifier: Intended Audience :: Developers
19
- Classifier: License :: OSI Approved :: BSD License
20
- Classifier: Operating System :: MacOS :: MacOS X
21
- Classifier: Operating System :: Microsoft :: Windows
22
- Classifier: Operating System :: POSIX :: Linux
23
- Classifier: Programming Language :: Python :: 2
24
- Classifier: Programming Language :: Python :: 2.6
25
- Classifier: Programming Language :: Python :: 2.7
26
- Classifier: Programming Language :: Python :: 3
27
- Classifier: Programming Language :: Python :: 3.3
28
- Classifier: Programming Language :: Python :: 3.4
29
- Classifier: Topic :: Games/Entertainment
30
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
@@ -1 +0,0 @@
1
- pyglet
@@ -1 +0,0 @@
1
-
pyglet-1.2.0/setup.py DELETED
@@ -1,73 +0,0 @@
1
- #!/usr/bin/env python
2
-
3
- '''
4
- '''
5
-
6
- __docformat__ = 'restructuredtext'
7
- __version__ = '$Id$'
8
-
9
- import os
10
- import shutil
11
- import sys
12
- from setuptools import setup, find_packages
13
-
14
- # Bump pyglet/__init__.py version as well.
15
- VERSION = '1.2.0'
16
-
17
- long_description = '''pyglet provides an object-oriented programming
18
- interface for developing games and other visually-rich applications
19
- for Windows, Mac OS X and Linux.'''
20
-
21
- def create_package_list(base_package):
22
- return ([base_package] +
23
- [base_package + '.' + pkg for pkg in find_packages(base_package)])
24
-
25
-
26
- setup_info = dict(
27
- # Metadata
28
- name='pyglet',
29
- version=VERSION,
30
- author='Alex Holkner',
31
- author_email='Alex.Holkner@gmail.com',
32
- url='http://pyglet.readthedocs.org/en/pyglet-1.2-maintenance/',
33
- download_url='http://pypi.python.org/pypi/pyglet',
34
- description='Cross-platform windowing and multimedia library',
35
- long_description=long_description,
36
- license='BSD',
37
- classifiers=[
38
- 'Development Status :: 5 - Production/Stable',
39
- 'Environment :: MacOS X',
40
- 'Environment :: Win32 (MS Windows)',
41
- 'Environment :: X11 Applications',
42
- 'Intended Audience :: Developers',
43
- 'License :: OSI Approved :: BSD License',
44
- 'Operating System :: MacOS :: MacOS X',
45
- 'Operating System :: Microsoft :: Windows', # XP
46
- 'Operating System :: POSIX :: Linux',
47
- 'Programming Language :: Python :: 2',
48
- 'Programming Language :: Python :: 2.6',
49
- 'Programming Language :: Python :: 2.7',
50
- 'Programming Language :: Python :: 3',
51
- 'Programming Language :: Python :: 3.3',
52
- 'Programming Language :: Python :: 3.4',
53
- 'Topic :: Games/Entertainment',
54
- 'Topic :: Software Development :: Libraries :: Python Modules',
55
- ],
56
-
57
- # Package info
58
- packages=create_package_list('pyglet'),
59
-
60
- # Add _ prefix to the names of temporary build dirs
61
- options={
62
- 'build': {'build_base': '_build'},
63
- # 'sdist': {'dist_dir': '_dist'},
64
- },
65
- zip_safe=True,
66
- )
67
-
68
-
69
- if sys.version_info >= (3,):
70
- # Automatically run 2to3 when using Python 3
71
- setup_info["use_2to3"] = True
72
-
73
- setup(**setup_info)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes