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

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

SLACKREQ='python3'
SLACKDESC="python3-setuptools: python3-setuptools $PKGVER (Setup tools for Python)  
python3-setuptools:  
python3-setuptools: Setuptools is a fully-featured, actively-maintained, and 
python3-setuptools: stable library designed to facilitate packaging Python 
python3-setuptools: projects.
python3-setuptools: 
python3-setuptools: Python3 already comes with setuptools, this is just an update.
python3-setuptools: 
python3-setuptools: http://pythonhosted.org//setuptools/  
python3-setuptools: 
python3-setuptools: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	# pkg_build_pip3modules setuptools && # does not work because older setuptools already exist
	pkg_build_python3modules && 
	
	pkg_build_slackdesc
}


