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

# source: james
TARBALL=PySDL2-$PKGVER.tar.gz
MD5SUM=e77e9c15589e15b6c877555f34a429ab
SRC_URL=https://files.pythonhosted.org/packages/39/58/21d31ceba68b7d8c06be5ee620264bc91a5a7c69b796a7c32aae9e8b10bc/$TARBALL
BUNDLE=

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

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/PySDL2* &&
	python setup.py build &&
	python setup.py install \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


