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

# source: james
TARBALL=python-gast-$PKGVER.tar.gz
MD5SUM=64ca85d779bebb697c0dbc44218c2f10
SRC_URL=https://files.pythonhosted.org/packages/source/g/gast/gast-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-gast: python3-gast $PKGVER (python generic AST)
python3-gast: 
python3-gast: A generic AST to represent Python2 and Python3’s Abstract Syntax 
python3-gast: Tree(AST). GAST provides a compatibility layer between the AST of 
python3-gast: various Python versions, as produced by ast.parse from the standard 
python3-gast: ast module.
python3-gast: 
python3-gast: https://pypi.org/project/gast/
python3-gast: 
python3-gast: 
python3-gast: 
"

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


