diff options
Diffstat (limited to 'pcr/python-netaddr/PKGBUILD')
-rw-r--r-- | pcr/python-netaddr/PKGBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/python-netaddr/PKGBUILD b/pcr/python-netaddr/PKGBUILD deleted file mode 100644 index 1dcae026d..000000000 --- a/pcr/python-netaddr/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# Maintainer (Arch): Sebastien LEDUC <sebastien@sleduc.fr> -# Contributor (Arch): Gilles CHAUVIN <gcnweb at gmail dot com> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> - -pkgname=python-netaddr -pkgver=0.7.15 -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=('bd024c8f82f71fd1d90553da64735f14') - -package() { - cd "$srcdir/netaddr-$pkgver/" - python setup.py install --root="$pkgdir/" --optimize=1 -} - |