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

# source: james
TARBALL=six-$PKGVER.tar.gz
MD5SUM=d12789f9baf7e9fb2524c0c64f1773f8
SRC_URL=https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/$TARBALL
BUNDLE=

SLACKREQ='python' 
SLACKDESC="python-six: python-six $PKGVER (Python2/3 compatibility utils)  
python-six:  
python-six: Six is a Python 2 and 3 compatibility library. It provides utility 
python-six: functions for smoothing over the differences between the Python 
python-six: versions with the goal of writing Python code that is compatible 
python-six: on both Python versions. See the documentation for more 
python-six: information on what is provided. Six supports every Python version 
python-six: since 2.5. It is contained in only one Python file, so it can be 
python-six: easily copied into your project.  
python-six: 
python-six: https://pypi.python.org/pypi/six 
"

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


