### this file is sourced not run
PKGVER=0.9.15
PKGARCH=noarch
PKGBUILD=1

# source: james
TARBALL=python-PySDL2-$PKGVER.tar.gz
MD5SUM=dd9af79ee5f66588d3bf3676071a5e14
SRC_URL=https://files.pythonhosted.org/packages/source/P/PySDL2/PySDL2-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3 libSDL2 libSDL2-image libSDL2-mixer libSDL2-ttf libSDL2-gfx'
SLACKDESC="python3-pysdl2: python3-pysdl2 $PKGVER (SDL2 wrapper for Python3)
python3-pysdl2: 
python3-pysdl2: PySDL2 is a pure Python wrapper around the SDL2, SDL2_mixer, 
python3-pysdl2: SDL2_image, SDL2_ttf, and SDL2_gfx libraries. Instead of relying on C 
python3-pysdl2: code, it uses the built-in ctypes module to interface with SDL2, and 
python3-pysdl2: provides simple Python classes and wrappers for common SDL2 
python3-pysdl2: functionality.
python3-pysdl2: 
python3-pysdl2: https://pypi.org/project/PySDL2/
python3-pysdl2: 
python3-pysdl2:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_python3modules &&
	pkg_build_slackdesc
}


