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

# source: james
TARBALL=python-rbql-$PKGVER.tar.gz
MD5SUM=3848e171e3e3ad95aa2a506c71706f3e
SRC_URL=https://files.pythonhosted.org/packages/source/r/rbql/rbql-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3'
SLACKDESC="python3-rbql: python3-rbql $PKGVER (SQL-like language with Python expressions)
python3-rbql: 
python3-rbql: RBQL is both a library and a command line tool which provides 
python3-rbql: SQL-like language with Python expressions.
python3-rbql: 
python3-rbql: https://rbql.org/
python3-rbql: https://pypi.org/project/rbql/
python3-rbql: https://github.com/mechatroner/RBQL
python3-rbql: 
python3-rbql: 
python3-rbql: 
"

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


