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

# source: james
TARBALL=six-1.9.0.tar.gz
MD5SUM=476881ef4012262dfc8adc645ee786c4
SRC_URL=https://pypi.python.org/packages/source/s/six/$TARBALL
BUNDLE=

SLACKREQ='python' 
SLACKDESC='python-six: python-six 1.9.0 (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 \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


