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

# source: james
TARBALL=python-netifaces-$PKGVER.tar.gz
MD5SUM=e0cfd6c38b39f3ea3185fa7503a81765
SRC_URL=https://files.pythonhosted.org/packages/81/39/4e9a026265ba944ddf1fea176dbb29e0fe50c43717ba4fcf3646d099fe38/netifaces-0.10.7.tar.gz
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-netifaces: python-netifaces $PKGVER (Local IP addres helper for Python)
python-netifaces: 
python-netifaces: This is a python library to get the network address(es) of the 
python-netifaces: machine's network interface from Python.
python-netifaces: 
python-netifaces: https://pypi.org/project/netifaces/
python-netifaces: 
python-netifaces: 
python-netifaces: 
python-netifaces: 
python-netifaces:  
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/*netifaces* &&
	sed -i -e '/setuptools_scm/d' -e '/nose/d' setup.py &&
	python setup.py build &&
	python setup.py install \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


