# Maintainer (Arch): Sebastien LEDUC # Contributor (Arch): Gilles CHAUVIN # Maintainer: Omar Vega Ramos pkgname=python-netaddr pkgver=0.7.14 pkgrel=1 pkgdesc="A pure Python network address representation and manipulation library" arch=('any') license=('BSD') url="http://github.com/drkjam/netaddr/" depends=('python') optdepends=('ipython: used to work with the netaddr interractive command') source=("https://pypi.python.org/packages/source/n/netaddr/netaddr-${pkgver}.tar.gz") md5sums=('1ba9d1e887c838f190774cf6b74c109d') package() { cd "$srcdir/netaddr-$pkgver/" python setup.py install --root="$pkgdir/" --optimize=1 }