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

# source: BLFS 11.3
TARBALL=six-$PKGVER.tar.gz
MD5SUM=a7c927740e4964dd29b72cebfc1429bb
SRC_URL=https://files.pythonhosted.org/packages/source/s/six/$TARBALL
BUNDLE=

SLACKREQ='python3'
SLACKDESC="python3-six: python3-six $PKGVER (Python2 to Python3 Compat Library)
python3-six: 
python3-six: Six is a Python 2 to 3 compatibility library.
python3-six: 
python3-six: 
python3-six: 
python3-six: 
python3-six: 
python3-six: 
python3-six: 
python3-six: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/six*
	python3 setup.py build &&
	python3 setup.py install --optimize=1 \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


