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.
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/MANIFEST.in +1 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/PKG-INFO +2 -2
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/__init__.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/fontconfig.py +6 -6
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/freetype.py +1 -2
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/win32query.py +0 -8
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/pulse/__init__.py +0 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet.egg-info/SOURCES.txt +9 -5
- pyglet-1.2.0rc2/setup.py +247 -0
- pyglet-1.2.0rc2/tests/media/PLAYER_PLAY_QUEUE.py.orig +29 -0
- pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_LA_LOAD.png.orig +0 -0
- pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_LA_SAVE.png.orig +0 -0
- pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_L_LOAD.png.orig +0 -0
- pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_L_SAVE.png.orig +0 -0
- pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_RGBA_LOAD.png.orig +0 -0
- pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_RGBA_SAVE.png.orig +0 -0
- pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_RGB_LOAD.png.orig +0 -0
- pyglet-1.2.0rc2/tests/regression/images/image.PYPNG_RGB_SAVE.png.orig +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_MULTISAMPLE.py +1 -1
- pyglet-1.2.0/pyglet.egg-info/PKG-INFO +0 -30
- pyglet-1.2.0/pyglet.egg-info/dependency_links.txt +0 -1
- pyglet-1.2.0/pyglet.egg-info/top_level.txt +0 -1
- pyglet-1.2.0/pyglet.egg-info/zip-safe +0 -1
- pyglet-1.2.0/setup.py +0 -73
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/CHANGELOG +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/LICENSE +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/NOTICE +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/README +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/apple_remote.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/apple_remote_demo.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/README +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/assets/app.icns +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/assets/app.ico +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/assets/ship.svg +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/astraea.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/asteroid1.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/asteroid2.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/asteroid3.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/bullet.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/bullet.wav +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/explosion.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/explosion.wav +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/pointer.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/ship.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/smoke.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/res/starfield.jpg +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/astraea/setup.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/events.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/fixed_resolution.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/font_comparison.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/graphics.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/html_label.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/image_convert.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/image_display.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/input.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/joystick.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/media_info.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/media_player.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/multiple_windows.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/noisy/README +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/noisy/ball.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/noisy/ball.wav +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/noisy/noisy.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/opengl.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/opengl_3.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/animation.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/dinosaur.gif +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/events.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/hello_world.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/image_viewer.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/kitten.jpg +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/programming_guide/window_subclass.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/pyglet.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/show_input.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/README +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/reader.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/res/bass.ogg +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/res/drums.ogg +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/res/guitar.ogg +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/res/piano.ogg +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/res/space.txt +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/soundspace/soundspace.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/tablet.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/text_input.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/timer.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/video.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/examples/window_platform_event.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/base.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/carbon.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/cocoa.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/win32.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/app/xlib.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/base.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/carbon.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/cocoa.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/win32.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/xlib.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/canvas/xlib_vidmoderestore.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/clock.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/com.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/compat.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/event.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/extlibs/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/extlibs/png.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/base.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/carbon.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/freetype_lib.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/quartz.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/ttf.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/font/win32.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/agl.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/base.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/carbon.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/cocoa.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/gl.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/gl_info.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glext_arb.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glext_nv.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glu.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glu_info.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glx.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glx_info.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glxext_arb.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glxext_mesa.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/glxext_nv.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/lib.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/lib_agl.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/lib_glx.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/lib_wgl.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/wgl.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/wgl_info.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/wglext_arb.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/wglext_nv.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/win32.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/gl/xlib.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/graphics/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/graphics/allocation.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/graphics/vertexattribute.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/graphics/vertexbuffer.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/graphics/vertexdomain.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/atlas.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/bmp.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/dds.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/gdiplus.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/gdkpixbuf2.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/gif.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/pil.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/png.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/quartz.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/quicktime.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/image/codecs/s3tc.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/info.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/base.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/carbon_hid.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/carbon_tablet.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/darwin_hid.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/directinput.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/evdev.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/evdev_constants.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/wintab.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/x11_xinput.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/input/x11_xinput_tablet.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/lib.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/cocoapy/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/cocoapy/cocoalibs.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/cocoapy/cocoatypes.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/cocoapy/runtime.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/constants.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/quartzkey.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/darwin/types.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/constants.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/dinput.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/libwintab.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/types.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/win32/winkey.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/cursorfont.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/xf86vmode.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/xinerama.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/xinput.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/xlib.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/libs/x11/xsync.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/avbin.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/directsound/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/directsound/lib_dsound.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/openal/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/openal/lib_alc.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/openal/lib_openal.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/pulse/lib_pulseaudio.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/drivers/silent.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/procedural.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/media/riff.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/resource.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/sprite.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/caret.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/document.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/formats/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/formats/attributed.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/formats/html.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/formats/plaintext.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/formats/structured.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/layout.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/text/runlist.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/carbon/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/pyglet_delegate.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/pyglet_textview.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/pyglet_view.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/pyglet_window.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/cocoa/systemcursor.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/event.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/key.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/mouse.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/win32/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/pyglet/window/xlib/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/setup.cfg +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/app/EVENT_LOOP.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/app/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/FPS.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/MULTICORE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/SCHEDULE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/SCHEDULE_INTERVAL.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/SCHEDULE_ONCE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/clock/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/ADD_FONT.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/ALIGN_MULTILINE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/BULLET.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/COLOR.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/COLOR_BLEND.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/DEFAULT.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/FONTCONFIG.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/HALIGN.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/HAVE_FONT.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/HORIZONTAL_METRICS.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/LARGE_FONT.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/METRICS_WORKAROUND.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/README +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/SET_DPI.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/SYSTEM.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/VALIGN.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/WRAP_INVARIANT.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/action_man.ttf +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/action_man_bold.ttf +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/action_man_bold_italic.ttf +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/action_man_italic.ttf +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/base_text.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/font/courR12-ISO8859-1.pcf +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/GRAPHICS_ALLOCATION.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/IMMEDIATE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/IMMEDIATE_INDEXED.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/MULTITEXTURE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/RETAINED.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/RETAINED_INDEXED.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/graphics/graphics_common.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/8bpp.gif +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/ATLAS.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGBA_32BPP_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_16BPP_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_1BPP_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_24BPP_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_32BPP_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_4BPP_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BMP_RGB_8BPP_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BUFFER_COPY.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/BUFFER_SAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/CHECKERBOARD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/DDS_RGBA_DXT1_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/DDS_RGBA_DXT3_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/DDS_RGBA_DXT5_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/DDS_RGB_DXT1_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/DEPTH_SAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/GIF_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/MATRIX_RGB.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/MATRIX_RGBA.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/NO_ENCODER_RGB_SAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_LA_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_LA_SAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_L_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_L_SAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_RGBA_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_RGBA_SAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_RGB_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_RGB_LOAD_NO_DECODER.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PIL_RGB_SAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PLATFORM_LA_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PLATFORM_L_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PLATFORM_RGBA_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PLATFORM_RGB_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PNG_INDEXED_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PNG_INDEXED_TRANS_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_LA_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_LA_SAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_L_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_L_SAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_RGBA_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_RGBA_SAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_RGB_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/PYPNG_RGB_SAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/TEXTURE_3D.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/TEXTURE_GRID.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/base_load.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/base_save.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/l.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/la.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_16bpp.bmp +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_1bpp.bmp +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_24bpp.bmp +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_32bpp.bmp +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_4bpp.bmp +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_8bpp.bmp +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_8bpp.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_8bpp_trans.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgb_dxt1.dds +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgba.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgba_32bpp.bmp +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgba_dxt1.dds +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgba_dxt3.dds +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/rgba_dxt5.dds +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/image/texture_base.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_EOS_NEXT.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_PAUSE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_PAUSE_QUEUE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_PLAY_QUEUE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_QUEUE_PLAY.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/PLAYER_STATIC_STATIC.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/media/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/plan.txt +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/regression/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/regression/images/DELETEME +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/RES_LOAD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/RES_LOAD_IMAGE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/dir1/dir1/file.txt +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/dir1/file.txt +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/dir1/res.zip +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/dir2/file.txt +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/file.txt +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/resource/rgbm.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/test.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/ATTRIBUTED_TEXT_DECODER.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/CONTENT_VALIGN_BOTTOM.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/CONTENT_VALIGN_CENTER.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/ELEMENT.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/ELEMENT_CHANGE_STYLE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/EMPTY.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/EMPTY_BOLD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/HTML.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/ISSUE_471.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/MULTILINE_WRAP.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/PLAIN.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/RUNLIST.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/STYLE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/text/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/top/IMPORT.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/top/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/CONTEXT_SHARE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_ACTIVATE_DEACTIVATE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_BUTTON.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_CLOSE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_EXPOSE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_KEY.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_MOUSE_DRAG.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_MOUSE_ENTER_LEAVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_MOUSE_MOTION.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_MOUSE_SCROLL.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_MOVE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_RESIZE.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SEQUENCE_CREATE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SEQUENCE_CREATE_FULLSCREEN.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SEQUENCE_SET_FULLSCREEN.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SEQUENCE_SHOW.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SEQUENCE_UNSET_FULLSCREEN.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_SHOW_HIDE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/EVENT_TEXT.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/MODE_SWITCH.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/MULTIPLE_SCREEN.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/MULTIPLE_WINDOW_OPEN.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_ACTIVATE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_CAPTION.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_FIXED_SET_SIZE.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_FULLSCREEN_SIZE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_INITIAL_FULLSCREEN.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_MINIMIZE_MAXIMIZE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_OPEN.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_RESIZABLE.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_EXCLUSIVE_KEYBOARD.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_EXCLUSIVE_MOUSE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_FULLSCREEN.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_ICON.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_ICON_SIZES.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_LOCATION.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_MIN_MAX_SIZE.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_MOUSE_CURSOR.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_MOUSE_SYSTEM_CURSOR.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_MOUSE_VISIBLE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_SIZE.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_VISIBLE.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_SET_VSYNC.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_STYLE_BORDERLESS.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_STYLE_DIALOG.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/WINDOW_STYLE_TOOL.py +1 -1
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/__init__.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/base_event_sequence.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/cursor.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon1.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon_size1.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon_size2.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon_size3.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon_size4.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/icon_size5.png +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tests/window/window_util.py +0 -0
- {pyglet-1.2.0 → pyglet-1.2.0rc2}/tools/inspect_font.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 1.1
|
|
2
2
|
Name: pyglet
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.0rc2
|
|
4
4
|
Summary: Cross-platform windowing and multimedia library
|
|
5
|
-
Home-page: http://pyglet.
|
|
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.
|
|
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
|
|
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(
|
|
220
|
-
|
|
219
|
+
if isinstance(name, unicode):
|
|
220
|
+
name = name.encode('utf8')
|
|
221
221
|
|
|
222
|
-
self._fontconfig.FcPatternAddString(self._pattern, name,
|
|
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
|
|
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,
|
|
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
|
|
@@ -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
|
pyglet-1.2.0rc2/setup.py
ADDED
|
@@ -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()
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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
|
-
|
|
@@ -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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|