### this file is sourced not run
PKGVER=1.10.0
PKGARCH=x86_64
PKGBUILD=1

# source: BLFS
TARBALL=Beaker-$PKGVER.tar.gz
MD5SUM=c07254713337b7a1b404ef37ad880b07
SRC_URL=https://files.pythonhosted.org/packages/source/B/Beaker/$TARBALL
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-beaker: python-beaker $PKGVER (Python caching and sessions)
python-beaker: 
python-beaker: Beaker is a Python module that implements caching and sessions 
python-beaker: WSGI middleware for use with web applications and stand-alone   
python-beaker: Python scripts and applications. 
python-beaker: 
python-beaker: 
python-beaker: 
python-beaker: 
python-beaker: 
python-beaker: 
"

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


