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

# source: james
TARBALL=python-sqlalchemy-$PKGVER.tar.gz
MD5SUM=02a46be841903b60c52a83342d3ced8e
SRC_URL=https://files.pythonhosted.org/packages/17/7f/35879c73859368ad19a952b69ee780aa97fc30350dabd45fb948d6a4e3ea/SQLAlchemy-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-sqlalchemy: python-sqlalchemy $PKGVER (Python SQL Toolkit)
python-sqlalchemy: 
python-sqlalchemy: SQLAlchemy is the Python SQL toolkit and Object Relational Mapper 
python-sqlalchemy: that gives application developers the full power and flexibility of 
python-sqlalchemy: SQL.
python-sqlalchemy: 
python-sqlalchemy: https://www.sqlalchemy.org/
python-sqlalchemy: 
python-sqlalchemy: 
python-sqlalchemy: 
python-sqlalchemy:
"

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


