The following packages will be installed: python3-sge Fetching README... 0%100%100%100%100%100%Done Fetching python3-sge.SlackBuild... 0%100%100%100%100%100%Done Fetching python3-sge.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done sge-2.0.post0/ sge-2.0.post0/.github/ sge-2.0.post0/.github/FUNDING.yml sge-2.0.post0/.gitignore sge-2.0.post0/MANIFEST.in sge-2.0.post0/README sge-2.0.post0/README.pygame sge-2.0.post0/VERSION_NUMBERING sge-2.0.post0/WHATSNEW sge-2.0.post0/WHATSNEW.pygame sge-2.0.post0/doc-src/ sge-2.0.post0/doc-src/Makefile sge-2.0.post0/doc-src/_static/ sge-2.0.post0/doc-src/_static/LICENSES sge-2.0.post0/doc-src/_static/favicon.ico sge-2.0.post0/doc-src/_static/sge_logo_alpha_black.png sge-2.0.post0/doc-src/collision.rst sge-2.0.post0/doc-src/conf.py sge-2.0.post0/doc-src/dsp.rst sge-2.0.post0/doc-src/gfx.rst sge-2.0.post0/doc-src/hello_world.rst sge-2.0.post0/doc-src/index.rst sge-2.0.post0/doc-src/input.rst sge-2.0.post0/doc-src/joystick.rst sge-2.0.post0/doc-src/keyboard.rst sge-2.0.post0/doc-src/make.bat sge-2.0.post0/doc-src/mouse.rst sge-2.0.post0/doc-src/pong.rst sge-2.0.post0/doc-src/pong_better.rst sge-2.0.post0/doc-src/s.rst sge-2.0.post0/doc-src/sge.rst sge-2.0.post0/doc-src/snd.rst sge-2.0.post0/examples/ sge-2.0.post0/examples/cc0-1.0.txt sge-2.0.post0/examples/circle_popper.py sge-2.0.post0/examples/data/ sge-2.0.post0/examples/data/LICENSES sge-2.0.post0/examples/data/WhereWasI.ogg sge-2.0.post0/examples/data/bounce.wav sge-2.0.post0/examples/data/bounce_wall.wav sge-2.0.post0/examples/data/circle.png sge-2.0.post0/examples/data/circle_pop-0.png sge-2.0.post0/examples/data/circle_pop-1.png sge-2.0.post0/examples/data/circle_pop-10.png sge-2.0.post0/examples/data/circle_pop-11.png sge-2.0.post0/examples/data/circle_pop-12.png sge-2.0.post0/examples/data/circle_pop-2.png sge-2.0.post0/examples/data/circle_pop-3.png sge-2.0.post0/examples/data/circle_pop-4.png sge-2.0.post0/examples/data/circle_pop-5.png sge-2.0.post0/examples/data/circle_pop-6.png sge-2.0.post0/examples/data/circle_pop-7.png sge-2.0.post0/examples/data/circle_pop-8.png sge-2.0.post0/examples/data/circle_pop-9.png sge-2.0.post0/examples/data/fence.png sge-2.0.post0/examples/data/pop.ogg sge-2.0.post0/examples/data/rotator.png sge-2.0.post0/examples/data/score.wav sge-2.0.post0/examples/jstest.py sge-2.0.post0/examples/large_room.py sge-2.0.post0/examples/pong.py sge-2.0.post0/examples/rotation.py sge-2.0.post0/examples/splitscreen.py sge-2.0.post0/examples/transitions.py sge-2.0.post0/setup.py sge-2.0.post0/sge/ sge-2.0.post0/sge/COPYING sge-2.0.post0/sge/COPYING.LESSER sge-2.0.post0/sge/__init__.py sge-2.0.post0/sge/collision.py sge-2.0.post0/sge/dsp.py sge-2.0.post0/sge/gfx.py sge-2.0.post0/sge/input.py sge-2.0.post0/sge/joystick.py sge-2.0.post0/sge/keyboard.py sge-2.0.post0/sge/mouse.py sge-2.0.post0/sge/r.py sge-2.0.post0/sge/s.py sge-2.0.post0/sge/snd.py running install running build running build_py creating build creating build/lib creating build/lib/sge copying sge/__init__.py -> build/lib/sge copying sge/collision.py -> build/lib/sge copying sge/dsp.py -> build/lib/sge copying sge/gfx.py -> build/lib/sge copying sge/input.py -> build/lib/sge copying sge/joystick.py -> build/lib/sge copying sge/keyboard.py -> build/lib/sge copying sge/mouse.py -> build/lib/sge copying sge/r.py -> build/lib/sge copying sge/s.py -> build/lib/sge copying sge/snd.py -> build/lib/sge copying sge/COPYING -> build/lib/sge copying sge/COPYING.LESSER -> build/lib/sge running install_lib creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9 creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/__init__.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/collision.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/dsp.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/gfx.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/input.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/joystick.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/keyboard.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/mouse.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/r.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/s.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/snd.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/COPYING -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge copying build/lib/sge/COPYING.LESSER -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge/collision.py to collision.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge/dsp.py to dsp.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge/gfx.py to gfx.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge/input.py to input.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge/joystick.py to joystick.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge/keyboard.py to keyboard.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge/mouse.py to mouse.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge/r.py to r.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge/s.py to s.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge/snd.py to snd.cpython-39.pyc running install_egg_info Writing /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/sge-2.0.post0-py3.9.egg-info make: Entering directory '/usr/src/slapt-src/python/python3-sge/sge-2.0.post0/doc-src' Running Sphinx v4.2.0 making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 14 source files that are out of date updating environment: [new config] 14 added, 0 changed, 0 removed reading sources... [ 7%] collision reading sources... [ 14%] dsp reading sources... [ 21%] gfx reading sources... [ 28%] hello_world reading sources... [ 35%] index reading sources... [ 42%] input reading sources... [ 50%] joystick reading sources... [ 57%] keyboard reading sources... [ 64%] mouse reading sources... [ 71%] pong reading sources... [ 78%] pong_better reading sources... [ 85%] s reading sources... [ 92%] sge reading sources... [100%] snd WARNING: autodoc: failed to import module 'collision' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'collision.rectangles_collide' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'collision.masks_collide' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'collision.rectangle' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'collision.ellipse' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'collision.circle' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'collision.line' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import module 'dsp' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'dsp.Game' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.__init__' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.start' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.end' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.pause' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.unpause' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.pump_input' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.regulate_speed' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.refresh' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.project_dot' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.project_line' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.project_rectangle' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.project_ellipse' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.project_circle' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.project_polyline' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.project_polygon' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.project_sprite' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.project_text' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_step' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_alarm' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_key_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_key_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_mouse_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_mouse_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_mouse_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_mouse_wheel_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_joystick' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_joystick_axis_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_joystick_hat_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_joystick_trackball_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_joystick_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_joystick_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_gain_keyboard_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_lose_keyboard_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_gain_mouse_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_lose_mouse_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_window_resize' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_close' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_mouse_collision' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_step' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_key_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_key_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_mouse_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_mouse_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_mouse_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_mouse_wheel_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_joystick' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_joystick_axis_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_joystick_hat_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_joystick_trackball_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_joystick_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_joystick_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_gain_keyboard_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_lose_keyboard_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_gain_mouse_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_lose_mouse_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_window_resize' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.event_paused_close' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'dsp.Room' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.__init__' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.add' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.remove' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.start' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.get_objects_at' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.project_dot' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.project_line' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.project_rectangle' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.project_ellipse' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.project_circle' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Game.project_polyline' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.project_polygon' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.project_sprite' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.project_text' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_room_start' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_room_resume' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_room_end' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_step' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_alarm' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_key_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_key_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_mouse_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_mouse_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_mouse_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_mouse_wheel_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_joystick' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_joystick_axis_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_joystick_hat_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_joystick_trackball_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_joystick_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_joystick_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_gain_keyboard_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_lose_keyboard_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_gain_mouse_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_lose_mouse_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_close' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_step' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_key_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_key_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_mouse_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_mouse_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_mouse_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_mouse_wheel_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_joystick' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_joystick_axis_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_joystick_hat_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_joystick_trackball_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_joystick_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_joystick_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_gain_keyboard_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_lose_keyboard_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_gain_mouse_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_lose_mouse_focus' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Room.event_paused_close' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'dsp.View' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.View.__init__' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'dsp.Object' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.__init__' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.move_x' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.move_y' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.collision' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.destroy' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.create' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_create' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_destroy' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_step' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_alarm' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_animation_end' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_key_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_key_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_mouse_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_mouse_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_mouse_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_mouse_wheel_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_joystick' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_joystick_axis_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_joystick_hat_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_joystick_trackball_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_joystick_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_joystick_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_update_position' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_collision' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_step' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_key_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_key_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_mouse_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_mouse_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_mouse_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_mouse_wheel_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_joystick' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_joystick_axis_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_joystick_hat_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_joystick_trackball_move' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_joystick_button_press' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'dsp.Object.event_paused_joystick_button_release' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'dsp.list_fullscreen_modes' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'dsp.fullscreen_mode_ok' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import module 'gfx' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'gfx.Color' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Color.__init__' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'gfx.Sprite' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.__init__' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.append_frame' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.insert_frame' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.extend' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.delete_frame' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.get_pixel' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.get_pixels' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_dot' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_line' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_rectangle' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_ellipse' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_circle' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_polyline' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_polygon' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_sprite' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_text' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_shader' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_erase' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_clear' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_lock' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.draw_unlock' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.mirror' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.flip' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.resize_canvas' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.scale' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.rotate' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.swap_color' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.copy' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.get_spritelist' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.save' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.from_tween' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.from_text' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.from_tileset' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Sprite.from_screenshot' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'gfx.Font' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Font.__init__' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Font.get_width' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Font.get_height' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Font.from_sprite' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'gfx.BackgroundLayer' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.BackgroundLayer.__init__' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'gfx.Background' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'gfx.Background.__init__' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import module 'input' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.KeyPress' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.KeyRelease' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.MouseMove' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.MouseButtonPress' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.MouseButtonRelease' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.MouseWheelMove' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.JoystickAxisMove' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.JoystickHatMove' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.JoystickTrackballMove' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.JoystickButtonPress' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.JoystickButtonRelease' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.KeyboardFocusGain' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.KeyboardFocusLose' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.MouseFocusGain' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.MouseFocusLose' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.WindowResize' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'input.QuitRequest' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import module 'joystick' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.refresh' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.get_axis' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.get_hat_x' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.get_hat_y' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.get_pressed' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.get_joysticks' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.get_name' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.get_id' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.get_axes' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.get_hats' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.get_trackballs' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'joystick.get_buttons' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import module 'keyboard' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'keyboard.get_pressed' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'keyboard.get_modifier' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'keyboard.get_focused' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'keyboard.set_repeat' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'keyboard.get_repeat_enabled' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'keyboard.get_repeat_interval' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'keyboard.get_repeat_delay' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import module 'mouse' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'mouse.get_pressed' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'mouse.get_x' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'mouse.get_y' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'mouse.set_x' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'mouse.set_y' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import module 's' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import module 'snd' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'snd.Sound' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Sound.__init__' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Sound.play' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Sound.stop' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Sound.pause' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Sound.unpause' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import class 'snd.Music' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Music.__init__' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Music.play' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Music.queue' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Music.stop' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Music.pause' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Music.unpause' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import method 'snd.Music.clear_queue' from module 'sge'; the following exception was raised: No module named 'sge' WARNING: autodoc: failed to import function 'snd.stop_all' from module 'sge'; the following exception was raised: No module named 'sge' looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 7%] collision writing output... [ 14%] dsp writing output... [ 21%] gfx writing output... [ 28%] hello_world writing output... [ 35%] index writing output... [ 42%] input writing output... [ 50%] joystick writing output... [ 57%] keyboard writing output... [ 64%] mouse writing output... [ 71%] pong writing output... [ 78%] pong_better writing output... [ 85%] s writing output... [ 92%] sge writing output... [100%] snd generating indices... genindex done writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 274 warnings. The HTML pages are in ../doc/html. make: Leaving directory '/usr/src/slapt-src/python/python3-sge/sge-2.0.post0/doc-src' xsge-2021.10.11/xsge_lighting/doc/html/_static/file.png xsge-2021.10.11/xsge_particle/doc/html/_static/doctools.js xsge-2021.10.11/xsge_physics/doc/html/.buildinfo xsge-2021.10.11/xsge_tiled/doc/doctrees/environment.pickle xsge-2021.10.11/xsge_particle/doc/html/_sources/index.rst.txt xsge-2021.10.11/xsge_physics/doc-src/conf.py xsge-2021.10.11/xsge_lighting/examples/data/light.png xsge-2021.10.11/xsge_gui/doc/html/_static/favicon.ico xsge-2021.10.11/xsge_tiled/WHATSNEW xsge-2021.10.11/xsge_gui/doc/html/_static/pygments.css xsge-2021.10.11/xsge_gui/xsge_gui/data/checkbox_on.png xsge-2021.10.11/xsge_gui/xsge_gui/data/Roboto-Bold.ttf xsge-2021.10.11/xsge_particle/doc/html/_static/pygments.css xsge-2021.10.11/xsge_gui/xsge_gui/data/progressbar_right.png xsge-2021.10.11/xsge_tiled/xsge_tiled/COPYING.LESSER xsge-2021.10.11/xsge_particle/examples/ xsge-2021.10.11/xsge_gui/xsge_gui/data/textbox_bottomleft.png xsge-2021.10.11/xsge_gui/doc-src/index.rst xsge-2021.10.11/xsge_particle/doc/html/_static/searchtools.js xsge-2021.10.11/xsge_gui/xsge_gui/data/textbox_topleft.png xsge-2021.10.11/xsge_path/MANIFEST xsge-2021.10.11/xsge_gui/xsge_gui/data/button_selected_top.png xsge-2021.10.11/xsge_gui/doc/html/_static/underscore.js xsge-2021.10.11/xsge_particle/doc/html/_static/documentation_options.js xsge-2021.10.11/xsge_tiled/doc/html/index.html xsge-2021.10.11/xsge_gui/xsge_gui/data/textbox_bottomright_old.png xsge-2021.10.11/xsge_gui/xsge_gui/data/button_right.png xsge-2021.10.11/xsge_gui/xsge_gui/data/button_pressed_left.png xsge-2021.10.11/xsge_gui/doc/text/index.txt xsge-2021.10.11/xsge_tiled/doc/html/_sources/ xsge-2021.10.11/xsge_physics/doc/doctrees/index.doctree xsge-2021.10.11/xsge_tiled/doc-src/ xsge-2021.10.11/xsge_physics/doc/html/_static/searchtools.js xsge-2021.10.11/xsge_tiled/doc/doctrees/ xsge-2021.10.11/xsge_gui/xsge_gui/data/button_pressed_topleft.png xsge-2021.10.11/xsge_lighting/doc/html/_sources/index.rst.txt xsge-2021.10.11/xsge_lighting/doc/html/_static/pygments.css xsge-2021.10.11/xsge_path/README xsge-2021.10.11/xsge_gui/xsge_gui/data/textbox_top.png xsge-2021.10.11/xsge_physics/xsge_physics/ xsge-2021.10.11/xsge_physics/doc/html/index.html xsge-2021.10.11/xsge_lighting/doc/html/_static/plus.png xsge-2021.10.11/xsge_path/doc/html/_static/pygments.css xsge-2021.10.11/xsge_gui/xsge_gui/data/button_selected_right.png xsge-2021.10.11/xsge_gui/doc/html/search.html xsge-2021.10.11/xsge_physics/MANIFEST.in xsge-2021.10.11/xsge_gui/examples/ xsge-2021.10.11/xsge_gui/xsge_gui/data/button_topleft.png xsge-2021.10.11/xsge_path/doc/html/_static/searchtools.js xsge-2021.10.11/xsge_gui/doc/html/genindex.html xsge-2021.10.11/xsge_particle/doc/html/_sources/ xsge-2021.10.11/xsge_lighting/doc-src/_static/ xsge-2021.10.11/xsge_particle/doc/html/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_particle/doc/html/search.html xsge-2021.10.11/xsge_lighting/doc-src/_static/favicon.ico xsge-2021.10.11/xsge_path/doc/html/.buildinfo xsge-2021.10.11/xsge_lighting/doc/html/_static/basic.css xsge-2021.10.11/xsge_physics/doc/html/_static/file.png xsge-2021.10.11/xsge_path/doc/html/_static/file.png xsge-2021.10.11/xsge_path/doc-src/index.rst xsge-2021.10.11/xsge_path/doc/html/_static/jquery.js xsge-2021.10.11/xsge_gui/xsge_gui/data/button_selected_bottom.png xsge-2021.10.11/xsge_particle/doc/html/_static/language_data.js xsge-2021.10.11/xsge_gui/doc/doctrees/index.doctree xsge-2021.10.11/xsge_path/doc/html/_static/documentation_options.js xsge-2021.10.11/xsge_gui/xsge_gui/data/window_border_topleft.png xsge-2021.10.11/xsge_tiled/doc/html/_static/documentation_options.js xsge-2021.10.11/xsge_path/doc/html/_static/favicon.ico xsge-2021.10.11/xsge_gui/xsge_gui/data/button_left.png xsge-2021.10.11/xsge_tiled/doc/html/_static/favicon.ico xsge-2021.10.11/xsge_gui/README xsge-2021.10.11/ xsge-2021.10.11/xsge_path/examples/ xsge-2021.10.11/xsge_gui/xsge_gui/data/progressbar_container_right.png xsge-2021.10.11/xsge_path/doc-src/_static/ xsge-2021.10.11/xsge_particle/doc-src/conf.py xsge-2021.10.11/xsge_lighting/MANIFEST xsge-2021.10.11/xsge_lighting/VERSION_NUMBERING xsge-2021.10.11/xsge_tiled/doc/text/index.txt xsge-2021.10.11/xsge_lighting/doc/doctrees/ xsge-2021.10.11/xsge_particle/doc/text/ xsge-2021.10.11/xsge_gui/doc/html/objects.inv xsge-2021.10.11/xsge_physics/examples/data/ xsge-2021.10.11/xsge_lighting/doc/html/_static/language_data.js xsge-2021.10.11/xsge_gui/doc-src/ xsge-2021.10.11/xsge_lighting/doc/html/search.html xsge-2021.10.11/xsge_tiled/doc/html/ xsge-2021.10.11/xsge_physics/doc/html/_static/custom.css xsge-2021.10.11/make_docs.py xsge-2021.10.11/xsge_gui/examples/menu.py xsge-2021.10.11/xsge_particle/xsge_particle/__init__.py xsge-2021.10.11/xsge_particle/doc/html/objects.inv xsge-2021.10.11/xsge_gui/doc/html/_static/language_data.js xsge-2021.10.11/xsge_tiled/doc/html/py-modindex.html xsge-2021.10.11/xsge_gui/doc/html/py-modindex.html xsge-2021.10.11/xsge_physics/doc/html/_static/ xsge-2021.10.11/xsge_lighting/doc/html/_static/ xsge-2021.10.11/xsge_lighting/doc/html/genindex.html xsge-2021.10.11/xsge_tiled/doc/html/_static/pygments.css xsge-2021.10.11/xsge_lighting/doc/html/index.html xsge-2021.10.11/xsge_physics/examples/data/tiles.png xsge-2021.10.11/xsge_path/doc/html/_static/plus.png xsge-2021.10.11/xsge_gui/doc/html/.buildinfo xsge-2021.10.11/xsge_physics/doc/text/ xsge-2021.10.11/xsge_tiled/doc/doctrees/index.doctree xsge-2021.10.11/xsge_path/doc/html/_static/alabaster.css xsge-2021.10.11/xsge_path/doc/html/_static/doctools.js xsge-2021.10.11/xsge_particle/doc-src/ xsge-2021.10.11/xsge_gui/xsge_gui/data/apache-2.0.txt xsge-2021.10.11/xsge_gui/doc-src/_static/favicon.ico xsge-2021.10.11/xsge_physics/doc/html/_static/documentation_options.js xsge-2021.10.11/xsge_gui/xsge_gui/data/progressbar.png xsge-2021.10.11/xsge_lighting/examples/data/LICENSES xsge-2021.10.11/xsge_tiled/doc/html/_static/custom.css xsge-2021.10.11/xsge_path/doc/ xsge-2021.10.11/xsge_lighting/doc/html/objects.inv xsge-2021.10.11/xsge_tiled/MANIFEST xsge-2021.10.11/xsge_path/examples/cc0-1.0.txt xsge-2021.10.11/xsge_gui/xsge_gui/data/button_selected_topleft.png xsge-2021.10.11/xsge_physics/doc/html/_static/alabaster.css xsge-2021.10.11/xsge_lighting/doc/html/_sources/ xsge-2021.10.11/xsge_physics/xsge_physics/COPYING xsge-2021.10.11/xsge_particle/WHATSNEW xsge-2021.10.11/xsge_gui/doc-src/_static/ xsge-2021.10.11/xsge_particle/doc/html/_static/alabaster.css xsge-2021.10.11/xsge_gui/doc/html/_static/LICENSES xsge-2021.10.11/xsge_physics/doc/html/_static/language_data.js xsge-2021.10.11/xsge_gui/xsge_gui/data/radiobutton_off.png xsge-2021.10.11/xsge_lighting/doc/text/index.txt xsge-2021.10.11/xsge_lighting/doc-src/_static/LICENSES xsge-2021.10.11/xsge_particle/xsge_particle/COPYING xsge-2021.10.11/xsge_gui/xsge_gui/COPYING.LESSER xsge-2021.10.11/xsge_physics/doc-src/_static/LICENSES xsge-2021.10.11/xsge_physics/doc/html/_static/minus.png xsge-2021.10.11/xsge_tiled/doc/html/genindex.html xsge-2021.10.11/xsge_path/doc/text/ xsge-2021.10.11/xsge_gui/xsge_gui/data/textbox_topright.png xsge-2021.10.11/xsge_gui/xsge_gui/data/button_pressed_topright.png xsge-2021.10.11/xsge_lighting/doc-src/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_tiled/doc-src/conf.py xsge-2021.10.11/xsge_physics/examples/data/tiles.json xsge-2021.10.11/xsge_tiled/doc/html/_sources/index.rst.txt xsge-2021.10.11/xsge_particle/doc/html/py-modindex.html xsge-2021.10.11/xsge_particle/doc/html/_static/plus.png xsge-2021.10.11/xsge_gui/setup.py xsge-2021.10.11/xsge_gui/xsge_gui/data/checkbox_off.png xsge-2021.10.11/xsge_gui/doc/html/index.html xsge-2021.10.11/xsge_physics/doc/html/searchindex.js xsge-2021.10.11/xsge_physics/doc/doctrees/environment.pickle xsge-2021.10.11/xsge_particle/doc/html/_static/minus.png xsge-2021.10.11/xsge_gui/xsge_gui/data/button_selected_bottomleft.png xsge-2021.10.11/xsge_gui/xsge_gui/data/window_border_right.png xsge-2021.10.11/xsge_path/doc/doctrees/ xsge-2021.10.11/xsge_gui/WHATSNEW xsge-2021.10.11/xsge_physics/examples/ xsge-2021.10.11/xsge_path/doc-src/ xsge-2021.10.11/xsge_lighting/doc/html/py-modindex.html xsge-2021.10.11/xsge_gui/xsge_gui/data/button_bottomright.png xsge-2021.10.11/xsge_physics/doc/ xsge-2021.10.11/xsge_lighting/doc/html/ xsge-2021.10.11/xsge_path/doc-src/make.bat xsge-2021.10.11/xsge_path/doc/html/searchindex.js xsge-2021.10.11/xsge_path/doc-src/Makefile xsge-2021.10.11/xsge_gui/doc/html/_static/doctools.js xsge-2021.10.11/xsge_gui/doc/html/_static/minus.png xsge-2021.10.11/xsge_physics/doc-src/_static/favicon.ico xsge-2021.10.11/xsge_path/doc/html/_static/custom.css xsge-2021.10.11/xsge_tiled/doc-src/index.rst xsge-2021.10.11/xsge_physics/doc/doctrees/ xsge-2021.10.11/xsge_physics/examples/cc0-1.0.txt xsge-2021.10.11/xsge_lighting/doc/html/_static/searchtools.js xsge-2021.10.11/xsge_lighting/doc/html/_static/favicon.ico xsge-2021.10.11/README xsge-2021.10.11/xsge_particle/doc/html/_static/custom.css xsge-2021.10.11/xsge_gui/doc/html/_sources/index.rst.txt xsge-2021.10.11/xsge_path/WHATSNEW xsge-2021.10.11/xsge_gui/xsge_gui/data/LICENSES xsge-2021.10.11/xsge_lighting/doc/html/_static/jquery.js xsge-2021.10.11/xsge_gui/doc/html/_static/searchtools.js xsge-2021.10.11/xsge_gui/doc-src/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_physics/VERSION_NUMBERING xsge-2021.10.11/xsge_physics/examples/data/level.json xsge-2021.10.11/xsge_particle/doc-src/index.rst xsge-2021.10.11/xsge_physics/examples/data/LICENSES xsge-2021.10.11/xsge_path/doc/doctrees/environment.pickle xsge-2021.10.11/xsge_particle/examples/cc0-1.0.txt xsge-2021.10.11/xsge_lighting/doc/html/_static/documentation_options.js xsge-2021.10.11/xsge_gui/doc/html/_sources/ xsge-2021.10.11/xsge_gui/xsge_gui/data/progressbar_container_left.png xsge-2021.10.11/xsge_gui/xsge_gui/data/ xsge-2021.10.11/xsge_physics/doc/html/_static/underscore.js xsge-2021.10.11/xsge_path/doc/doctrees/index.doctree xsge-2021.10.11/xsge_gui/doc/html/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_physics/doc/html/_static/basic.css xsge-2021.10.11/xsge_gui/doc/html/_static/file.png xsge-2021.10.11/xsge_gui/xsge_gui/data/textbox_left.png xsge-2021.10.11/xsge_physics/doc-src/ xsge-2021.10.11/xsge_lighting/xsge_lighting/COPYING.LESSER xsge-2021.10.11/xsge_physics/doc/html/_static/favicon.ico xsge-2021.10.11/xsge_path/doc/html/_static/underscore.js xsge-2021.10.11/xsge_tiled/doc/html/_static/doctools.js xsge-2021.10.11/xsge_tiled/doc/html/_static/minus.png xsge-2021.10.11/xsge_gui/xsge_gui/data/button_pressed_top.png xsge-2021.10.11/xsge_gui/VERSION_NUMBERING xsge-2021.10.11/xsge_lighting/examples/data/light_green.png xsge-2021.10.11/xsge_gui/doc/doctrees/ xsge-2021.10.11/xsge_tiled/doc/html/_static/alabaster.css xsge-2021.10.11/xsge_gui/xsge_gui/data/button_pressed_bottom.png xsge-2021.10.11/xsge_gui/MANIFEST.in xsge-2021.10.11/xsge_path/doc/html/index.html xsge-2021.10.11/xsge_tiled/doc/ xsge-2021.10.11/xsge_physics/doc/html/py-modindex.html xsge-2021.10.11/xsge_path/doc/html/py-modindex.html xsge-2021.10.11/xsge_lighting/examples/cc0-1.0.txt xsge-2021.10.11/xsge_physics/doc/html/_static/plus.png xsge-2021.10.11/xsge_lighting/doc-src/conf.py xsge-2021.10.11/xsge_physics/doc-src/_static/ xsge-2021.10.11/xsge_particle/doc/html/_static/basic.css xsge-2021.10.11/xsge_gui/doc/html/_static/basic.css xsge-2021.10.11/xsge_particle/xsge_particle/ xsge-2021.10.11/xsge_gui/xsge_gui/data/button_selected_left.png xsge-2021.10.11/xsge_particle/setup.py xsge-2021.10.11/xsge_lighting/doc/html/_static/custom.css xsge-2021.10.11/xsge_particle/doc/html/.buildinfo xsge-2021.10.11/xsge_lighting/doc/html/_static/alabaster.css xsge-2021.10.11/xsge_lighting/xsge_lighting/ xsge-2021.10.11/xsge_physics/ xsge-2021.10.11/xsge_particle/MANIFEST xsge-2021.10.11/xsge_tiled/doc/text/ xsge-2021.10.11/xsge_gui/doc/html/ xsge-2021.10.11/xsge_path/doc/html/_static/ xsge-2021.10.11/xsge_particle/doc/html/_static/underscore.js xsge-2021.10.11/xsge_physics/doc/html/_sources/ xsge-2021.10.11/xsge_path/examples/path.py xsge-2021.10.11/xsge_particle/doc-src/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_gui/xsge_gui/data/button_pressed_right.png xsge-2021.10.11/xsge_tiled/doc-src/_static/ xsge-2021.10.11/xsge_tiled/ xsge-2021.10.11/xsge_tiled/doc/html/_static/LICENSES xsge-2021.10.11/xsge_tiled/doc/html/searchindex.js xsge-2021.10.11/xsge_path/doc-src/conf.py xsge-2021.10.11/xsge_tiled/doc-src/make.bat xsge-2021.10.11/xsge_lighting/examples/ xsge-2021.10.11/xsge_gui/xsge_gui/data/button_bottom.png xsge-2021.10.11/xsge_tiled/doc-src/Makefile xsge-2021.10.11/xsge_tiled/xsge_tiled/__init__.py xsge-2021.10.11/xsge_path/doc-src/_static/favicon.ico xsge-2021.10.11/xsge_physics/setup.py xsge-2021.10.11/xsge_path/doc/html/search.html xsge-2021.10.11/xsge_particle/doc/doctrees/ xsge-2021.10.11/xsge_particle/doc/doctrees/environment.pickle xsge-2021.10.11/xsge_gui/xsge_gui/data/progressbar_container.png xsge-2021.10.11/xsge_path/VERSION_NUMBERING xsge-2021.10.11/xsge_gui/doc-src/_static/LICENSES xsge-2021.10.11/xsge_path/ xsge-2021.10.11/xsge_gui/doc/ xsge-2021.10.11/xsge_tiled/MANIFEST.in xsge-2021.10.11/xsge_gui/doc/html/searchindex.js xsge-2021.10.11/xsge_gui/xsge_gui/data/button_selected_topright.png xsge-2021.10.11/xsge_path/doc-src/_static/LICENSES xsge-2021.10.11/xsge_gui/doc-src/make.bat xsge-2021.10.11/xsge_particle/doc-src/make.bat xsge-2021.10.11/xsge_gui/MANIFEST xsge-2021.10.11/xsge_physics/WHATSNEW xsge-2021.10.11/xsge_particle/MANIFEST.in xsge-2021.10.11/xsge_particle/doc-src/Makefile xsge-2021.10.11/xsge_gui/doc-src/Makefile xsge-2021.10.11/xsge_particle/doc/html/index.html xsge-2021.10.11/xsge_particle/xsge_particle/COPYING.LESSER xsge-2021.10.11/xsge_gui/xsge_gui/COPYING xsge-2021.10.11/xsge_lighting/doc-src/index.rst xsge-2021.10.11/xsge_lighting/examples/data/fence.png xsge-2021.10.11/xsge_gui/xsge_gui/data/window_border_left.png xsge-2021.10.11/xsge_tiled/doc/html/_static/searchtools.js xsge-2021.10.11/xsge_tiled/doc/html/_static/basic.css xsge-2021.10.11/xsge_gui/xsge_gui/data/window_border_topright.png xsge-2021.10.11/xsge_gui/xsge_gui/data/button_selected_bottomright.png xsge-2021.10.11/xsge_gui/doc/html/_static/plus.png xsge-2021.10.11/xsge_gui/xsge_gui/data/Roboto-Regular.ttf xsge-2021.10.11/xsge_path/doc-src/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_lighting/doc/doctrees/index.doctree xsge-2021.10.11/xsge_tiled/xsge_tiled/ xsge-2021.10.11/xsge_tiled/doc-src/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_gui/xsge_gui/data/textbox_right.png xsge-2021.10.11/xsge_path/setup.py xsge-2021.10.11/xsge_gui/xsge_gui/data/window_border_bottomright.png xsge-2021.10.11/xsge_particle/doc/ xsge-2021.10.11/xsge_path/doc/html/objects.inv xsge-2021.10.11/xsge_physics/xsge_physics/COPYING.LESSER xsge-2021.10.11/xsge_gui/doc/html/_static/documentation_options.js xsge-2021.10.11/xsge_lighting/doc/doctrees/environment.pickle xsge-2021.10.11/xsge_physics/doc/html/_sources/index.rst.txt xsge-2021.10.11/xsge_gui/examples/gui.py xsge-2021.10.11/xsge_lighting/examples/data/light_red.png xsge-2021.10.11/xsge_particle/doc/html/_static/LICENSES xsge-2021.10.11/xsge_physics/doc/html/genindex.html xsge-2021.10.11/xsge_particle/doc-src/_static/ xsge-2021.10.11/xsge_gui/doc-src/conf.py xsge-2021.10.11/xsge_tiled/README xsge-2021.10.11/xsge_physics/xsge_physics/__init__.py xsge-2021.10.11/xsge_physics/doc/html/_static/jquery.js xsge-2021.10.11/xsge_lighting/examples/data/ xsge-2021.10.11/xsge_gui/doc/html/_static/alabaster.css xsge-2021.10.11/xsge_gui/examples/cc0-1.0.txt xsge-2021.10.11/xsge_lighting/doc/html/_static/LICENSES xsge-2021.10.11/setup.py xsge-2021.10.11/xsge_path/doc/html/_static/minus.png xsge-2021.10.11/xsge_physics/doc/html/search.html xsge-2021.10.11/xsge_gui/doc/html/_static/custom.css xsge-2021.10.11/xsge_tiled/doc/html/_static/underscore.js xsge-2021.10.11/xsge_path/doc/html/_sources/ xsge-2021.10.11/xsge_lighting/doc/text/ xsge-2021.10.11/xsge_tiled/doc-src/_static/favicon.ico xsge-2021.10.11/xsge_gui/xsge_gui/ xsge-2021.10.11/xsge_gui/doc/html/_static/jquery.js xsge-2021.10.11/xsge_particle/doc/html/genindex.html xsge-2021.10.11/xsge_gui/doc/doctrees/environment.pickle xsge-2021.10.11/xsge_physics/README xsge-2021.10.11/xsge_physics/doc/text/index.txt xsge-2021.10.11/xsge_gui/xsge_gui/data/radiobutton_on.png xsge-2021.10.11/xsge_gui/xsge_gui/data/button_top.png xsge-2021.10.11/xsge_physics/doc/html/_static/pygments.css xsge-2021.10.11/xsge_particle/doc/html/ xsge-2021.10.11/xsge_lighting/doc/html/searchindex.js xsge-2021.10.11/xsge_particle/doc/html/_static/jquery.js xsge-2021.10.11/xsge_tiled/doc/html/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_physics/examples/platformer.py xsge-2021.10.11/xsge_lighting/doc/html/_static/doctools.js xsge-2021.10.11/xsge_particle/doc/doctrees/index.doctree xsge-2021.10.11/xsge_path/doc/html/_static/language_data.js xsge-2021.10.11/xsge_tiled/doc/html/_static/file.png xsge-2021.10.11/xsge_gui/xsge_gui/data/textbox_bottomright.png xsge-2021.10.11/xsge_physics/doc/html/_static/doctools.js xsge-2021.10.11/xsge_path/doc/html/_sources/index.rst.txt xsge-2021.10.11/xsge_lighting/doc/html/.buildinfo xsge-2021.10.11/xsge_gui/xsge_gui/data/button_topright.png xsge-2021.10.11/xsge_particle/doc-src/_static/LICENSES xsge-2021.10.11/xsge_lighting/doc/html/_static/underscore.js xsge-2021.10.11/xsge_lighting/doc/html/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_gui/xsge_gui/data/window_border_bottomleft.png xsge-2021.10.11/xsge_gui/xsge_gui/data/window_border_bottom.png xsge-2021.10.11/xsge_gui/xsge_gui/data/button_pressed_bottomright.png xsge-2021.10.11/xsge_lighting/xsge_lighting/__init__.py xsge-2021.10.11/xsge_tiled/xsge_tiled/COPYING xsge-2021.10.11/xsge_physics/doc/html/objects.inv xsge-2021.10.11/xsge_tiled/doc/html/search.html xsge-2021.10.11/xsge_particle/README xsge-2021.10.11/xsge_lighting/setup.py xsge-2021.10.11/xsge_lighting/doc/ xsge-2021.10.11/xsge_path/xsge_path/COPYING.LESSER xsge-2021.10.11/xsge_physics/doc/html/ xsge-2021.10.11/xsge_path/doc/html/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_tiled/doc/html/_static/language_data.js xsge-2021.10.11/xsge_lighting/xsge_lighting/COPYING xsge-2021.10.11/xsge_path/doc/html/_static/basic.css xsge-2021.10.11/xsge_lighting/doc-src/ xsge-2021.10.11/xsge_physics/doc/html/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_particle/doc/html/_static/file.png xsge-2021.10.11/xsge_gui/ xsge-2021.10.11/xsge_physics/examples/physics.py xsge-2021.10.11/xsge_gui/xsge_gui/__init__.py xsge-2021.10.11/xsge_physics/doc-src/_static/xsge_logo_alpha_black.png xsge-2021.10.11/xsge_lighting/WHATSNEW xsge-2021.10.11/xsge_physics/doc/html/_static/LICENSES xsge-2021.10.11/xsge_particle/doc/html/_static/favicon.ico xsge-2021.10.11/xsge_gui/xsge_gui/data/textbox_bottom.png xsge-2021.10.11/xsge_lighting/examples/lighting.py xsge-2021.10.11/xsge_tiled/doc/html/_static/jquery.js xsge-2021.10.11/xsge_tiled/doc/html/_static/ xsge-2021.10.11/xsge_gui/xsge_gui/data/progressbar_left.png xsge-2021.10.11/xsge_path/doc/html/_static/LICENSES xsge-2021.10.11/xsge_gui/xsge_gui/data/button_bottomleft.png xsge-2021.10.11/xsge_tiled/doc/html/objects.inv xsge-2021.10.11/xsge_lighting/ xsge-2021.10.11/xsge_tiled/VERSION_NUMBERING xsge-2021.10.11/xsge_lighting/README xsge-2021.10.11/xsge_path/xsge_path/COPYING xsge-2021.10.11/xsge_particle/ xsge-2021.10.11/xsge_path/doc/html/genindex.html xsge-2021.10.11/xsge_tiled/doc/html/_static/plus.png xsge-2021.10.11/xsge_particle/doc-src/_static/favicon.ico xsge-2021.10.11/xsge_particle/doc/text/index.txt xsge-2021.10.11/xsge_physics/doc-src/Makefile xsge-2021.10.11/xsge_path/MANIFEST.in xsge-2021.10.11/xsge_tiled/doc/html/.buildinfo xsge-2021.10.11/xsge_physics/doc-src/make.bat xsge-2021.10.11/xsge_path/xsge_path/__init__.py xsge-2021.10.11/xsge_lighting/doc-src/make.bat xsge-2021.10.11/xsge_path/doc/html/ xsge-2021.10.11/xsge_gui/xsge_gui/data/button_pressed_bottomleft.png xsge-2021.10.11/xsge_lighting/doc-src/Makefile xsge-2021.10.11/xsge_physics/MANIFEST xsge-2021.10.11/xsge_particle/doc/html/_static/ xsge-2021.10.11/xsge_particle/doc/html/searchindex.js xsge-2021.10.11/xsge_lighting/examples/data/light_blue.png xsge-2021.10.11/xsge_particle/VERSION_NUMBERING xsge-2021.10.11/xsge_gui/doc/html/_static/ xsge-2021.10.11/xsge_path/xsge_path/ xsge-2021.10.11/xsge_tiled/setup.py xsge-2021.10.11/xsge_gui/doc/text/ xsge-2021.10.11/xsge_physics/doc-src/index.rst xsge-2021.10.11/xsge_lighting/MANIFEST.in xsge-2021.10.11/xsge_path/doc/text/index.txt xsge-2021.10.11/xsge_tiled/doc-src/_static/LICENSES xsge-2021.10.11/xsge_lighting/doc/html/_static/minus.png xsge-2021.10.11/xsge_gui/xsge_gui/data/window_border_top.png running install running build running build_py creating build creating build/lib creating build/lib/xsge_lighting copying xsge_lighting/__init__.py -> build/lib/xsge_lighting copying xsge_lighting/COPYING -> build/lib/xsge_lighting copying xsge_lighting/COPYING.LESSER -> build/lib/xsge_lighting running install_lib creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_lighting copying build/lib/xsge_lighting/__init__.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_lighting copying build/lib/xsge_lighting/COPYING -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_lighting copying build/lib/xsge_lighting/COPYING.LESSER -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_lighting byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_lighting/__init__.py to __init__.cpython-39.pyc running install_egg_info Writing /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_lighting-1.0.3-py3.9.egg-info running install running build running build_py creating build creating build/lib creating build/lib/xsge_particle copying xsge_particle/__init__.py -> build/lib/xsge_particle copying xsge_particle/COPYING -> build/lib/xsge_particle copying xsge_particle/COPYING.LESSER -> build/lib/xsge_particle running install_lib creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_particle copying build/lib/xsge_particle/__init__.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_particle copying build/lib/xsge_particle/COPYING -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_particle copying build/lib/xsge_particle/COPYING.LESSER -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_particle byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_particle/__init__.py to __init__.cpython-39.pyc running install_egg_info Writing /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_particle-1.0.1-py3.9.egg-info running install running build running build_py creating build creating build/lib creating build/lib/xsge_physics copying xsge_physics/__init__.py -> build/lib/xsge_physics copying xsge_physics/COPYING -> build/lib/xsge_physics copying xsge_physics/COPYING.LESSER -> build/lib/xsge_physics running install_lib creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_physics copying build/lib/xsge_physics/__init__.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_physics copying build/lib/xsge_physics/COPYING -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_physics copying build/lib/xsge_physics/COPYING.LESSER -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_physics byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_physics/__init__.py to __init__.cpython-39.pyc running install_egg_info Writing /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_physics-0.13.3-py3.9.egg-info running install running build running build_py creating build creating build/lib creating build/lib/xsge_tiled copying xsge_tiled/__init__.py -> build/lib/xsge_tiled copying xsge_tiled/COPYING -> build/lib/xsge_tiled copying xsge_tiled/COPYING.LESSER -> build/lib/xsge_tiled running install_lib creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_tiled copying build/lib/xsge_tiled/__init__.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_tiled copying build/lib/xsge_tiled/COPYING -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_tiled copying build/lib/xsge_tiled/COPYING.LESSER -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_tiled byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_tiled/__init__.py to __init__.cpython-39.pyc running install_egg_info Writing /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_tiled-2.0-py3.9.egg-info running install running build running build_py creating build creating build/lib creating build/lib/xsge_gui copying xsge_gui/__init__.py -> build/lib/xsge_gui copying xsge_gui/COPYING -> build/lib/xsge_gui copying xsge_gui/COPYING.LESSER -> build/lib/xsge_gui creating build/lib/xsge_gui/data copying xsge_gui/data/checkbox_on.png -> build/lib/xsge_gui/data copying xsge_gui/data/Roboto-Bold.ttf -> build/lib/xsge_gui/data copying xsge_gui/data/progressbar_right.png -> build/lib/xsge_gui/data copying xsge_gui/data/textbox_bottomleft.png -> build/lib/xsge_gui/data copying xsge_gui/data/textbox_topleft.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_selected_top.png -> build/lib/xsge_gui/data copying xsge_gui/data/textbox_bottomright_old.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_right.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_pressed_left.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_pressed_topleft.png -> build/lib/xsge_gui/data copying xsge_gui/data/textbox_top.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_selected_right.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_topleft.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_selected_bottom.png -> build/lib/xsge_gui/data copying xsge_gui/data/window_border_topleft.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_left.png -> build/lib/xsge_gui/data copying xsge_gui/data/progressbar_container_right.png -> build/lib/xsge_gui/data copying xsge_gui/data/apache-2.0.txt -> build/lib/xsge_gui/data copying xsge_gui/data/progressbar.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_selected_topleft.png -> build/lib/xsge_gui/data copying xsge_gui/data/radiobutton_off.png -> build/lib/xsge_gui/data copying xsge_gui/data/textbox_topright.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_pressed_topright.png -> build/lib/xsge_gui/data copying xsge_gui/data/checkbox_off.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_selected_bottomleft.png -> build/lib/xsge_gui/data copying xsge_gui/data/window_border_right.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_bottomright.png -> build/lib/xsge_gui/data copying xsge_gui/data/LICENSES -> build/lib/xsge_gui/data copying xsge_gui/data/progressbar_container_left.png -> build/lib/xsge_gui/data copying xsge_gui/data/textbox_left.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_pressed_top.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_pressed_bottom.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_selected_left.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_pressed_right.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_bottom.png -> build/lib/xsge_gui/data copying xsge_gui/data/progressbar_container.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_selected_topright.png -> build/lib/xsge_gui/data copying xsge_gui/data/window_border_left.png -> build/lib/xsge_gui/data copying xsge_gui/data/window_border_topright.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_selected_bottomright.png -> build/lib/xsge_gui/data copying xsge_gui/data/Roboto-Regular.ttf -> build/lib/xsge_gui/data copying xsge_gui/data/textbox_right.png -> build/lib/xsge_gui/data copying xsge_gui/data/window_border_bottomright.png -> build/lib/xsge_gui/data copying xsge_gui/data/radiobutton_on.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_top.png -> build/lib/xsge_gui/data copying xsge_gui/data/textbox_bottomright.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_topright.png -> build/lib/xsge_gui/data copying xsge_gui/data/window_border_bottomleft.png -> build/lib/xsge_gui/data copying xsge_gui/data/window_border_bottom.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_pressed_bottomright.png -> build/lib/xsge_gui/data copying xsge_gui/data/textbox_bottom.png -> build/lib/xsge_gui/data copying xsge_gui/data/progressbar_left.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_bottomleft.png -> build/lib/xsge_gui/data copying xsge_gui/data/button_pressed_bottomleft.png -> build/lib/xsge_gui/data copying xsge_gui/data/window_border_top.png -> build/lib/xsge_gui/data running install_lib creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui copying build/lib/xsge_gui/__init__.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui copying build/lib/xsge_gui/COPYING -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui copying build/lib/xsge_gui/COPYING.LESSER -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/checkbox_on.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/Roboto-Bold.ttf -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/progressbar_right.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/textbox_bottomleft.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/textbox_topleft.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_selected_top.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/textbox_bottomright_old.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_right.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_pressed_left.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_pressed_topleft.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/textbox_top.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_selected_right.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_topleft.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_selected_bottom.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/window_border_topleft.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_left.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/progressbar_container_right.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/apache-2.0.txt -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/progressbar.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_selected_topleft.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/radiobutton_off.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/textbox_topright.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_pressed_topright.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/checkbox_off.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_selected_bottomleft.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/window_border_right.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_bottomright.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/LICENSES -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/progressbar_container_left.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/textbox_left.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_pressed_top.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_pressed_bottom.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_selected_left.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_pressed_right.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_bottom.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/progressbar_container.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_selected_topright.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/window_border_left.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/window_border_topright.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_selected_bottomright.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/Roboto-Regular.ttf -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/textbox_right.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/window_border_bottomright.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/radiobutton_on.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_top.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/textbox_bottomright.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_topright.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/window_border_bottomleft.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/window_border_bottom.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_pressed_bottomright.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/textbox_bottom.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/progressbar_left.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_bottomleft.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/button_pressed_bottomleft.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data copying build/lib/xsge_gui/data/window_border_top.png -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/data byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui/__init__.py to __init__.cpython-39.pyc running install_egg_info Writing /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_gui-2.0-py3.9.egg-info running install running build running build_py creating build creating build/lib creating build/lib/xsge_path copying xsge_path/__init__.py -> build/lib/xsge_path copying xsge_path/COPYING -> build/lib/xsge_path copying xsge_path/COPYING.LESSER -> build/lib/xsge_path running install_lib creating /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_path copying build/lib/xsge_path/__init__.py -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_path copying build/lib/xsge_path/COPYING -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_path copying build/lib/xsge_path/COPYING.LESSER -> /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_path byte-compiling /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_path/__init__.py to __init__.cpython-39.pyc running install_egg_info Writing /usr/src/slapt-src/python/python3-sge/package-python3-sge/usr/lib/python3.9/site-packages/xsge_path-1.0.3-py3.9.egg-info Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/python/python3-sge/python3-sge-2.0.post0-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python3-sge-2.0.post0/ usr/doc/python3-sge-2.0.post0/COPYING usr/doc/python3-sge-2.0.post0/COPYING.LESSER usr/doc/python3-sge-2.0.post0/README usr/doc/python3-sge-2.0.post0/README.pygame usr/doc/python3-sge-2.0.post0/README.xsge usr/doc/python3-sge-2.0.post0/VERSION_NUMBERING usr/doc/python3-sge-2.0.post0/WHATSNEW usr/doc/python3-sge-2.0.post0/WHATSNEW.pygame usr/doc/python3-sge-2.0.post0/examples/ usr/doc/python3-sge-2.0.post0/examples/cc0-1.0.txt usr/doc/python3-sge-2.0.post0/examples/circle_popper.py usr/doc/python3-sge-2.0.post0/examples/data/ usr/doc/python3-sge-2.0.post0/examples/data/LICENSES usr/doc/python3-sge-2.0.post0/examples/data/WhereWasI.ogg usr/doc/python3-sge-2.0.post0/examples/data/bounce.wav usr/doc/python3-sge-2.0.post0/examples/data/bounce_wall.wav usr/doc/python3-sge-2.0.post0/examples/data/circle.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-0.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-1.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-10.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-11.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-12.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-2.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-3.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-4.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-5.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-6.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-7.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-8.png usr/doc/python3-sge-2.0.post0/examples/data/circle_pop-9.png usr/doc/python3-sge-2.0.post0/examples/data/fence.png usr/doc/python3-sge-2.0.post0/examples/data/pop.ogg usr/doc/python3-sge-2.0.post0/examples/data/rotator.png usr/doc/python3-sge-2.0.post0/examples/data/score.wav usr/doc/python3-sge-2.0.post0/examples/jstest.py usr/doc/python3-sge-2.0.post0/examples/large_room.py usr/doc/python3-sge-2.0.post0/examples/pong.py usr/doc/python3-sge-2.0.post0/examples/rotation.py usr/doc/python3-sge-2.0.post0/examples/splitscreen.py usr/doc/python3-sge-2.0.post0/examples/transitions.py usr/doc/python3-sge-2.0.post0/html/ usr/doc/python3-sge-2.0.post0/html/sge/ usr/doc/python3-sge-2.0.post0/html/sge/.buildinfo usr/doc/python3-sge-2.0.post0/html/sge/_sources/ usr/doc/python3-sge-2.0.post0/html/sge/_sources/collision.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/dsp.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/gfx.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/hello_world.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/index.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/input.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/joystick.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/keyboard.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/mouse.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/pong.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/pong_better.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/s.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/sge.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_sources/snd.rst.txt usr/doc/python3-sge-2.0.post0/html/sge/_static/ usr/doc/python3-sge-2.0.post0/html/sge/_static/LICENSES usr/doc/python3-sge-2.0.post0/html/sge/_static/alabaster.css usr/doc/python3-sge-2.0.post0/html/sge/_static/basic.css usr/doc/python3-sge-2.0.post0/html/sge/_static/custom.css usr/doc/python3-sge-2.0.post0/html/sge/_static/doctools.js usr/doc/python3-sge-2.0.post0/html/sge/_static/documentation_options.js usr/doc/python3-sge-2.0.post0/html/sge/_static/favicon.ico usr/doc/python3-sge-2.0.post0/html/sge/_static/file.png usr/doc/python3-sge-2.0.post0/html/sge/_static/jquery-3.5.1.js usr/doc/python3-sge-2.0.post0/html/sge/_static/jquery.js usr/doc/python3-sge-2.0.post0/html/sge/_static/language_data.js usr/doc/python3-sge-2.0.post0/html/sge/_static/minus.png usr/doc/python3-sge-2.0.post0/html/sge/_static/plus.png usr/doc/python3-sge-2.0.post0/html/sge/_static/pygments.css usr/doc/python3-sge-2.0.post0/html/sge/_static/searchtools.js usr/doc/python3-sge-2.0.post0/html/sge/_static/sge_logo_alpha_black.png usr/doc/python3-sge-2.0.post0/html/sge/_static/underscore-1.13.1.js usr/doc/python3-sge-2.0.post0/html/sge/_static/underscore.js usr/doc/python3-sge-2.0.post0/html/sge/collision.html usr/doc/python3-sge-2.0.post0/html/sge/dsp.html usr/doc/python3-sge-2.0.post0/html/sge/genindex.html usr/doc/python3-sge-2.0.post0/html/sge/gfx.html usr/doc/python3-sge-2.0.post0/html/sge/hello_world.html usr/doc/python3-sge-2.0.post0/html/sge/index.html usr/doc/python3-sge-2.0.post0/html/sge/input.html usr/doc/python3-sge-2.0.post0/html/sge/joystick.html usr/doc/python3-sge-2.0.post0/html/sge/keyboard.html usr/doc/python3-sge-2.0.post0/html/sge/mouse.html usr/doc/python3-sge-2.0.post0/html/sge/objects.inv usr/doc/python3-sge-2.0.post0/html/sge/pong.html usr/doc/python3-sge-2.0.post0/html/sge/pong_better.html usr/doc/python3-sge-2.0.post0/html/sge/s.html usr/doc/python3-sge-2.0.post0/html/sge/search.html usr/doc/python3-sge-2.0.post0/html/sge/searchindex.js usr/doc/python3-sge-2.0.post0/html/sge/sge.html usr/doc/python3-sge-2.0.post0/html/sge/snd.html usr/doc/python3-sge-2.0.post0/html/xsge_gui/ usr/doc/python3-sge-2.0.post0/html/xsge_gui/.buildinfo usr/doc/python3-sge-2.0.post0/html/xsge_gui/_sources/ usr/doc/python3-sge-2.0.post0/html/xsge_gui/_sources/index.rst.txt usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/ usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/LICENSES usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/alabaster.css usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/basic.css usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/custom.css usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/doctools.js usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/documentation_options.js usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/favicon.ico usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/file.png usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/jquery.js usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/language_data.js usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/minus.png usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/plus.png usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/pygments.css usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/searchtools.js usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/underscore.js usr/doc/python3-sge-2.0.post0/html/xsge_gui/_static/xsge_logo_alpha_black.png usr/doc/python3-sge-2.0.post0/html/xsge_gui/genindex.html usr/doc/python3-sge-2.0.post0/html/xsge_gui/index.html usr/doc/python3-sge-2.0.post0/html/xsge_gui/objects.inv usr/doc/python3-sge-2.0.post0/html/xsge_gui/py-modindex.html usr/doc/python3-sge-2.0.post0/html/xsge_gui/search.html usr/doc/python3-sge-2.0.post0/html/xsge_gui/searchindex.js usr/doc/python3-sge-2.0.post0/html/xsge_lighting/ usr/doc/python3-sge-2.0.post0/html/xsge_lighting/.buildinfo usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_sources/ usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_sources/index.rst.txt usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/ usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/LICENSES usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/alabaster.css usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/basic.css usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/custom.css usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/doctools.js usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/documentation_options.js usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/favicon.ico usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/file.png usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/jquery.js usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/language_data.js usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/minus.png usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/plus.png usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/pygments.css usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/searchtools.js usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/underscore.js usr/doc/python3-sge-2.0.post0/html/xsge_lighting/_static/xsge_logo_alpha_black.png usr/doc/python3-sge-2.0.post0/html/xsge_lighting/genindex.html usr/doc/python3-sge-2.0.post0/html/xsge_lighting/index.html usr/doc/python3-sge-2.0.post0/html/xsge_lighting/objects.inv usr/doc/python3-sge-2.0.post0/html/xsge_lighting/py-modindex.html usr/doc/python3-sge-2.0.post0/html/xsge_lighting/search.html usr/doc/python3-sge-2.0.post0/html/xsge_lighting/searchindex.js usr/doc/python3-sge-2.0.post0/html/xsge_particle/ usr/doc/python3-sge-2.0.post0/html/xsge_particle/.buildinfo usr/doc/python3-sge-2.0.post0/html/xsge_particle/_sources/ usr/doc/python3-sge-2.0.post0/html/xsge_particle/_sources/index.rst.txt usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/ usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/LICENSES usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/alabaster.css usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/basic.css usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/custom.css usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/doctools.js usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/documentation_options.js usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/favicon.ico usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/file.png usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/jquery.js usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/language_data.js usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/minus.png usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/plus.png usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/pygments.css usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/searchtools.js usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/underscore.js usr/doc/python3-sge-2.0.post0/html/xsge_particle/_static/xsge_logo_alpha_black.png usr/doc/python3-sge-2.0.post0/html/xsge_particle/genindex.html usr/doc/python3-sge-2.0.post0/html/xsge_particle/index.html usr/doc/python3-sge-2.0.post0/html/xsge_particle/objects.inv usr/doc/python3-sge-2.0.post0/html/xsge_particle/py-modindex.html usr/doc/python3-sge-2.0.post0/html/xsge_particle/search.html usr/doc/python3-sge-2.0.post0/html/xsge_particle/searchindex.js usr/doc/python3-sge-2.0.post0/html/xsge_path/ usr/doc/python3-sge-2.0.post0/html/xsge_path/.buildinfo usr/doc/python3-sge-2.0.post0/html/xsge_path/_sources/ usr/doc/python3-sge-2.0.post0/html/xsge_path/_sources/index.rst.txt usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/ usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/LICENSES usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/alabaster.css usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/basic.css usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/custom.css usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/doctools.js usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/documentation_options.js usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/favicon.ico usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/file.png usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/jquery.js usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/language_data.js usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/minus.png usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/plus.png usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/pygments.css usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/searchtools.js usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/underscore.js usr/doc/python3-sge-2.0.post0/html/xsge_path/_static/xsge_logo_alpha_black.png usr/doc/python3-sge-2.0.post0/html/xsge_path/genindex.html usr/doc/python3-sge-2.0.post0/html/xsge_path/index.html usr/doc/python3-sge-2.0.post0/html/xsge_path/objects.inv usr/doc/python3-sge-2.0.post0/html/xsge_path/py-modindex.html usr/doc/python3-sge-2.0.post0/html/xsge_path/search.html usr/doc/python3-sge-2.0.post0/html/xsge_path/searchindex.js usr/doc/python3-sge-2.0.post0/html/xsge_physics/ usr/doc/python3-sge-2.0.post0/html/xsge_physics/.buildinfo usr/doc/python3-sge-2.0.post0/html/xsge_physics/_sources/ usr/doc/python3-sge-2.0.post0/html/xsge_physics/_sources/index.rst.txt usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/ usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/LICENSES usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/alabaster.css usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/basic.css usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/custom.css usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/doctools.js usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/documentation_options.js usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/favicon.ico usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/file.png usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/jquery.js usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/language_data.js usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/minus.png usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/plus.png usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/pygments.css usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/searchtools.js usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/underscore.js usr/doc/python3-sge-2.0.post0/html/xsge_physics/_static/xsge_logo_alpha_black.png usr/doc/python3-sge-2.0.post0/html/xsge_physics/genindex.html usr/doc/python3-sge-2.0.post0/html/xsge_physics/index.html usr/doc/python3-sge-2.0.post0/html/xsge_physics/objects.inv usr/doc/python3-sge-2.0.post0/html/xsge_physics/py-modindex.html usr/doc/python3-sge-2.0.post0/html/xsge_physics/search.html usr/doc/python3-sge-2.0.post0/html/xsge_physics/searchindex.js usr/doc/python3-sge-2.0.post0/html/xsge_tiled/ usr/doc/python3-sge-2.0.post0/html/xsge_tiled/.buildinfo usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_sources/ usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_sources/index.rst.txt usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/ usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/LICENSES usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/alabaster.css usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/basic.css usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/custom.css usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/doctools.js usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/documentation_options.js usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/favicon.ico usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/file.png usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/jquery.js usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/language_data.js usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/minus.png usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/plus.png usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/pygments.css usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/searchtools.js usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/underscore.js usr/doc/python3-sge-2.0.post0/html/xsge_tiled/_static/xsge_logo_alpha_black.png usr/doc/python3-sge-2.0.post0/html/xsge_tiled/genindex.html usr/doc/python3-sge-2.0.post0/html/xsge_tiled/index.html usr/doc/python3-sge-2.0.post0/html/xsge_tiled/objects.inv usr/doc/python3-sge-2.0.post0/html/xsge_tiled/py-modindex.html usr/doc/python3-sge-2.0.post0/html/xsge_tiled/search.html usr/doc/python3-sge-2.0.post0/html/xsge_tiled/searchindex.js usr/doc/python3-sge-2.0.post0/python3-sge.SlackBuild usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/sge/ usr/lib/python3.9/site-packages/sge-2.0.post0-py3.9.egg-info usr/lib/python3.9/site-packages/sge/COPYING usr/lib/python3.9/site-packages/sge/COPYING.LESSER usr/lib/python3.9/site-packages/sge/__init__.py usr/lib/python3.9/site-packages/sge/__pycache__/ usr/lib/python3.9/site-packages/sge/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/sge/__pycache__/collision.cpython-39.pyc usr/lib/python3.9/site-packages/sge/__pycache__/dsp.cpython-39.pyc usr/lib/python3.9/site-packages/sge/__pycache__/gfx.cpython-39.pyc usr/lib/python3.9/site-packages/sge/__pycache__/input.cpython-39.pyc usr/lib/python3.9/site-packages/sge/__pycache__/joystick.cpython-39.pyc usr/lib/python3.9/site-packages/sge/__pycache__/keyboard.cpython-39.pyc usr/lib/python3.9/site-packages/sge/__pycache__/mouse.cpython-39.pyc usr/lib/python3.9/site-packages/sge/__pycache__/r.cpython-39.pyc usr/lib/python3.9/site-packages/sge/__pycache__/s.cpython-39.pyc usr/lib/python3.9/site-packages/sge/__pycache__/snd.cpython-39.pyc usr/lib/python3.9/site-packages/sge/collision.py usr/lib/python3.9/site-packages/sge/dsp.py usr/lib/python3.9/site-packages/sge/gfx.py usr/lib/python3.9/site-packages/sge/input.py usr/lib/python3.9/site-packages/sge/joystick.py usr/lib/python3.9/site-packages/sge/keyboard.py usr/lib/python3.9/site-packages/sge/mouse.py usr/lib/python3.9/site-packages/sge/r.py usr/lib/python3.9/site-packages/sge/s.py usr/lib/python3.9/site-packages/sge/snd.py usr/lib/python3.9/site-packages/xsge_gui/ usr/lib/python3.9/site-packages/xsge_gui-2.0-py3.9.egg-info usr/lib/python3.9/site-packages/xsge_gui/COPYING usr/lib/python3.9/site-packages/xsge_gui/COPYING.LESSER usr/lib/python3.9/site-packages/xsge_gui/__init__.py usr/lib/python3.9/site-packages/xsge_gui/__pycache__/ usr/lib/python3.9/site-packages/xsge_gui/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/xsge_gui/data/ usr/lib/python3.9/site-packages/xsge_gui/data/LICENSES usr/lib/python3.9/site-packages/xsge_gui/data/Roboto-Bold.ttf usr/lib/python3.9/site-packages/xsge_gui/data/Roboto-Regular.ttf usr/lib/python3.9/site-packages/xsge_gui/data/apache-2.0.txt usr/lib/python3.9/site-packages/xsge_gui/data/button_bottom.png usr/lib/python3.9/site-packages/xsge_gui/data/button_bottomleft.png usr/lib/python3.9/site-packages/xsge_gui/data/button_bottomright.png usr/lib/python3.9/site-packages/xsge_gui/data/button_left.png usr/lib/python3.9/site-packages/xsge_gui/data/button_pressed_bottom.png usr/lib/python3.9/site-packages/xsge_gui/data/button_pressed_bottomleft.png usr/lib/python3.9/site-packages/xsge_gui/data/button_pressed_bottomright.png usr/lib/python3.9/site-packages/xsge_gui/data/button_pressed_left.png usr/lib/python3.9/site-packages/xsge_gui/data/button_pressed_right.png usr/lib/python3.9/site-packages/xsge_gui/data/button_pressed_top.png usr/lib/python3.9/site-packages/xsge_gui/data/button_pressed_topleft.png usr/lib/python3.9/site-packages/xsge_gui/data/button_pressed_topright.png usr/lib/python3.9/site-packages/xsge_gui/data/button_right.png usr/lib/python3.9/site-packages/xsge_gui/data/button_selected_bottom.png usr/lib/python3.9/site-packages/xsge_gui/data/button_selected_bottomleft.png usr/lib/python3.9/site-packages/xsge_gui/data/button_selected_bottomright.png usr/lib/python3.9/site-packages/xsge_gui/data/button_selected_left.png usr/lib/python3.9/site-packages/xsge_gui/data/button_selected_right.png usr/lib/python3.9/site-packages/xsge_gui/data/button_selected_top.png usr/lib/python3.9/site-packages/xsge_gui/data/button_selected_topleft.png usr/lib/python3.9/site-packages/xsge_gui/data/button_selected_topright.png usr/lib/python3.9/site-packages/xsge_gui/data/button_top.png usr/lib/python3.9/site-packages/xsge_gui/data/button_topleft.png usr/lib/python3.9/site-packages/xsge_gui/data/button_topright.png usr/lib/python3.9/site-packages/xsge_gui/data/checkbox_off.png usr/lib/python3.9/site-packages/xsge_gui/data/checkbox_on.png usr/lib/python3.9/site-packages/xsge_gui/data/progressbar.png usr/lib/python3.9/site-packages/xsge_gui/data/progressbar_container.png usr/lib/python3.9/site-packages/xsge_gui/data/progressbar_container_left.png usr/lib/python3.9/site-packages/xsge_gui/data/progressbar_container_right.png usr/lib/python3.9/site-packages/xsge_gui/data/progressbar_left.png usr/lib/python3.9/site-packages/xsge_gui/data/progressbar_right.png usr/lib/python3.9/site-packages/xsge_gui/data/radiobutton_off.png usr/lib/python3.9/site-packages/xsge_gui/data/radiobutton_on.png usr/lib/python3.9/site-packages/xsge_gui/data/textbox_bottom.png usr/lib/python3.9/site-packages/xsge_gui/data/textbox_bottomleft.png usr/lib/python3.9/site-packages/xsge_gui/data/textbox_bottomright.png usr/lib/python3.9/site-packages/xsge_gui/data/textbox_bottomright_old.png usr/lib/python3.9/site-packages/xsge_gui/data/textbox_left.png usr/lib/python3.9/site-packages/xsge_gui/data/textbox_right.png usr/lib/python3.9/site-packages/xsge_gui/data/textbox_top.png usr/lib/python3.9/site-packages/xsge_gui/data/textbox_topleft.png usr/lib/python3.9/site-packages/xsge_gui/data/textbox_topright.png usr/lib/python3.9/site-packages/xsge_gui/data/window_border_bottom.png usr/lib/python3.9/site-packages/xsge_gui/data/window_border_bottomleft.png usr/lib/python3.9/site-packages/xsge_gui/data/window_border_bottomright.png usr/lib/python3.9/site-packages/xsge_gui/data/window_border_left.png usr/lib/python3.9/site-packages/xsge_gui/data/window_border_right.png usr/lib/python3.9/site-packages/xsge_gui/data/window_border_top.png usr/lib/python3.9/site-packages/xsge_gui/data/window_border_topleft.png usr/lib/python3.9/site-packages/xsge_gui/data/window_border_topright.png usr/lib/python3.9/site-packages/xsge_lighting/ usr/lib/python3.9/site-packages/xsge_lighting-1.0.3-py3.9.egg-info usr/lib/python3.9/site-packages/xsge_lighting/COPYING usr/lib/python3.9/site-packages/xsge_lighting/COPYING.LESSER usr/lib/python3.9/site-packages/xsge_lighting/__init__.py usr/lib/python3.9/site-packages/xsge_lighting/__pycache__/ usr/lib/python3.9/site-packages/xsge_lighting/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/xsge_particle/ usr/lib/python3.9/site-packages/xsge_particle-1.0.1-py3.9.egg-info usr/lib/python3.9/site-packages/xsge_particle/COPYING usr/lib/python3.9/site-packages/xsge_particle/COPYING.LESSER usr/lib/python3.9/site-packages/xsge_particle/__init__.py usr/lib/python3.9/site-packages/xsge_particle/__pycache__/ usr/lib/python3.9/site-packages/xsge_particle/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/xsge_path/ usr/lib/python3.9/site-packages/xsge_path-1.0.3-py3.9.egg-info usr/lib/python3.9/site-packages/xsge_path/COPYING usr/lib/python3.9/site-packages/xsge_path/COPYING.LESSER usr/lib/python3.9/site-packages/xsge_path/__init__.py usr/lib/python3.9/site-packages/xsge_path/__pycache__/ usr/lib/python3.9/site-packages/xsge_path/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/xsge_physics/ usr/lib/python3.9/site-packages/xsge_physics-0.13.3-py3.9.egg-info usr/lib/python3.9/site-packages/xsge_physics/COPYING usr/lib/python3.9/site-packages/xsge_physics/COPYING.LESSER usr/lib/python3.9/site-packages/xsge_physics/__init__.py usr/lib/python3.9/site-packages/xsge_physics/__pycache__/ usr/lib/python3.9/site-packages/xsge_physics/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/xsge_tiled/ usr/lib/python3.9/site-packages/xsge_tiled-2.0-py3.9.egg-info usr/lib/python3.9/site-packages/xsge_tiled/COPYING usr/lib/python3.9/site-packages/xsge_tiled/COPYING.LESSER usr/lib/python3.9/site-packages/xsge_tiled/__init__.py usr/lib/python3.9/site-packages/xsge_tiled/__pycache__/ usr/lib/python3.9/site-packages/xsge_tiled/__pycache__/__init__.cpython-39.pyc Slackware package /usr/src/slapt-src/python/python3-sge/python3-sge-2.0.post0-i586-1salix15.0.txz created. Installing package python3-sge-2.0.post0-i586-1salix15.0... | python3-sge (2d game engine for python3 and pygame) | | The Seclusion Game Engine ("SGE", pronounced like "sage") is a | general-purpose libre open source 2-D game engine for Python. It | takes care of several details for you so you can focus on the game | itself. This makes more rapid game development possible, and it also | makes the SGE easy to learn. | | SGE was formerly known as "Stellar Game Engine" and "sge-python". | | This package includes the SGE API documentation. | |