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

# source: step
TARBALL=python-six-$PKGVER.tar.gz
MD5SUM=9f90a0eaa0ea7747fda01ca79d21ebcb
SRC_URL=https://files.pythonhosted.org/packages/6b/34/415834bfdafca3c5f451532e8a8d9ba89a21c9743a0c59fbd0205c7f9426/six-1.15.0.tar.gz
BUNDLE=

SLACKREQ='python3'
SLACKDESC="python3-six: python3-six $PKGVER (library)
python3-six:
python3-six: Python 2 and 3 compatibility library.
python3-six: This is for Python3.
python3-six: License: MIT
python3-six:
python3-six: https://github.com/benjaminp/six
python3-six: https://six.readthedocs.io/
python3-six:
python3-six:
python3-six:
"

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

# vim:ft=sh:
