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

# source: james
TARBALL=py-ipaddr-2.1.11.tar.gz
MD5SUM=f2c7852f95862715f92e7d089dc3f2cf
SRC_URL=https://pypi.python.org/packages/source/i/ipaddr/ipaddr-2.1.11.tar.gz
BUNDLE=

SLACKREQ='python' 
SLACKDESC='python-ipaddr: python-ipaddr 2.1.11 (IP address library)
python-ipaddr: 
python-ipaddr: ipaddr.py is a library for working with IP addresses, both IPv4 and 
python-ipaddr: IPv6. It was developed by Google for internal use, and is now open 
python-ipaddr: source.
python-ipaddr: 
python-ipaddr: https://pypi.python.org/pypi/ipaddr/
python-ipaddr: 
python-ipaddr: 
python-ipaddr: 
python-ipaddr: 
'

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/ipaddr* &&
	python setup.py install &&
	pkg_build_slackdesc
}


