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

# source: james
TARBALL=python-bottle-$PKGVER.tar.gz
MD5SUM=7d79d6131ecd524530f4e919bc60f444
SRC_URL=https://files.pythonhosted.org/packages/source/b/bottle/bottle-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-bottle: python3-bottle $PKGVER (micro web-framework)
python3-bottle: 
python3-bottle: Bottle is a fast and simple micro-framework for small web 
python3-bottle: applications. It offers request dispatching (Routes) with url 
python3-bottle: parameter support, templates, a built-in HTTP Server and adapters for 
python3-bottle: many third party WSGI/HTTP-server and template engines - all in a 
python3-bottle: single file and with no dependencies other than the Python Standard 
python3-bottle: Library.
python3-bottle: 
python3-bottle: https://pypi.org/project/bottle/
python3-bottle: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package

### build
pkg_build() {
	pkg_build_pip3modules bottle &&
	pkg_build_slackdesc
}
