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

# source: james
TARBALL=setuptools-12.0.4.tar.gz
MD5SUM=73cf31ef69758a7a14e743b094ccf328 
SRC_URL=https://pypi.python.org/packages/source/s/setuptools/$TARBALL
BUNDLE=

SLACKREQ='python'
SLACKDESC='python-setuptools: python-setuptools 12.0.4 (Setup tools for Python)  
python-setuptools:  
python-setuptools: Setuptools is a fully-featured, actively-maintained, and 
python-setuptools: stable library designed to facilitate packaging Python 
python-setuptools: projects.  
python-setuptools: 
python-setuptools: 
python-setuptools: 
python-setuptools: 
python-setuptools: 
python-setuptools: http://pythonhosted.org//setuptools/  
'

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


