diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/python2-netaddr/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/pcr/python2-netaddr/PKGBUILD b/pcr/python2-netaddr/PKGBUILD deleted file mode 100644 index ff07e3c07..000000000 --- a/pcr/python2-netaddr/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Contributor: Sebastien LEDUC <sebastien@sleduc.fr> -# Contributor: Gilles CHAUVIN <gcnweb at gmail dot com> -# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <aurelien@hackers.camp> - -pkgname=python2-netaddr -pkgver=0.7.11 -pkgrel=3 -pkgdesc="A pure Python network address representation and manipulation library" -arch=('any') -license=('BSD') -url="http://github.com/drkjam/netaddr/" -depends=('python2') -optdepends=('ipython2: used to work with the netaddr interractive command') -source=("https://github.com/drkjam/netaddr/archive/release-${pkgver}.tar.gz") - -package() { - cd "$srcdir/netaddr-release-$pkgver/" - python2 setup.py install --root="$pkgdir/" --optimize=1 - - # the netaddr command is also provided by the python-netaddr package - mv "$pkgdir/usr/bin/netaddr" "$pkgdir/usr/bin/netaddr2" -} - |