diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-07-01 08:15:07 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:25 +0700 |
commit | 0a2c077fd48f9e81fba4a194809223fcb704feb2 (patch) | |
tree | 0fb00681f2161453c6d6917723ac2c7ac7b2407f /python/PySDL2/slack-desc | |
parent | 8173b107dfe60a05c67c785fc5ddaa044e7a6666 (diff) |
python/PySDL2: Removed (renamed to python3-pysdl2).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
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, 0 insertions, 19 deletions
diff --git a/python/PySDL2/slack-desc b/python/PySDL2/slack-desc deleted file mode 100644 index 8db3f6799f..0000000000 --- a/python/PySDL2/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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: |