diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-05-03 18:36:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-03 18:36:14 +0700 |
commit | 60c9999e6e4f202572616af65333998e858c3e2a (patch) | |
tree | eabc80999d9948d3922db080f047bead69da26a5 /python/PySDL2/slack-desc | |
parent | 6185427402999ab0d5df96b5f0f60e2f7e1176fa (diff) | |
download | slackbuilds-60c9999e6e4f202572616af65333998e858c3e2a.tar.gz |
python/PySDL2: Added (Python wrapper around the SDL2).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PySDL2/slack-desc')
-rw-r--r-- | python/PySDL2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/PySDL2/slack-desc b/python/PySDL2/slack-desc new file mode 100644 index 0000000000..8db3f6799f --- /dev/null +++ b/python/PySDL2/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +PySDL2: PySDL2 (Python wrapper around the SDL2) +PySDL2: +PySDL2: PySDL2 is a wrapper around the SDL2 library and as such similar to +PySDL2: the discontinued PySDL project. In contrast to PySDL, it has no +PySDL2: licensing restrictions, nor does it rely on C code, but uses ctypes +PySDL2: instead. +PySDL2: +PySDL2: Homepage: https://bitbucket.org/marcusva/py-sdl2 +PySDL2: +PySDL2: +PySDL2: |