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

# source: james
TARBALL=setuptools-$PKGVER.tar.gz
MD5SUM=1af9832852b660403be4f40aa3527cea 
SRC_URL=https://github.com/pypa/setuptools/archive/v$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-setuptools: python-setuptools $PKGVER (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: http://pythonhosted.org//setuptools/  
python-setuptools: 
python-setuptools: 
python-setuptools: 
python-setuptools: 
"

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


