+summary : PySDL2 is a wrapper around the SDL2 library.
+description: |
+ PySDL2 is a wrapper around the SDL2 library and as such similar to the discontinued PySDL project. In contrast to PySDL, it has no licensing restrictions, nor does it rely on C code, but uses ctypes instead.
+rundeps:
+ - sdl2
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,580 @@
+<PISI>
+ <Source>
+ <Name>python-sdl2</Name>
+ <Packager>
+ <Name>Simon Friend</Name>
+ <Email>simbiotiqu@gmail.com</Email>
+ </Packager>
+ <License>Public-Domain</License>
+ <License>Python-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">PySDL2 is a wrapper around the SDL2 library.</Summary>
+ <Description xml:lang="en">PySDL2 is a wrapper around the SDL2 library and as such similar to the discontinued PySDL project. In contrast to PySDL, it has no licensing restrictions, nor does it rely on C code, but uses ctypes instead.
+ <Summary xml:lang="en">PySDL2 is a wrapper around the SDL2 library.</Summary>
+ <Description xml:lang="en">PySDL2 is a wrapper around the SDL2 library and as such similar to the discontinued PySDL project. In contrast to PySDL, it has no licensing restrictions, nor does it rely on C code, but uses ctypes instead.