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

# source: james
TARBALL=py-netifaces-0.10.4.tar.gz
MD5SUM=36da76e2cfadd24cc7510c2c0012eb1e
SRC_URL=https://pypi.python.org/packages/source/n/netifaces/netifaces-0.10.4.tar.gz
BUNDLE=

SLACKREQ='python' 
SLACKDESC='python-netifaces: python-netifaces 0.10.4 (Portable network interface information)
python-netifaces: 
python-netifaces: Get machine IP address.
python-netifaces: 
python-netifaces: https://pypi.python.org/pypi/netifaces
python-netifaces: 
python-netifaces: 
python-netifaces: 
python-netifaces: 
python-netifaces: 
python-netifaces: 
'

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


