### this file is sourced not run
PKGVER=5.4.7
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=psutil-${PKGVER}.tar.gz
MD5SUM=434cd8f9a1fdc93ce7903fdc9b5e3906
SRC_URL=https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/$TARBALL
BUNDLE=

SLACKREQ='python' # build-time: python-setuptools
SLACKDESC="python-psutil: python-psutil $PKGVER (Process library for python)
python-psutil: 
python-psutil: psutil is a cross-platform library for retrieving information 
python-psutil: onrunning processes and system utilization (CPU, memory, disks, 
python-psutil: network)in Python.
python-psutil: 
python-psutil: https://pypi.python.org/pypi/psutil
python-psutil: 
python-psutil: 
python-psutil: 
python-psutil: 
"

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


