diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-24 08:01:02 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-24 08:01:02 -0500 |
commit | 003b46bf4457cf98c21d4bfbeb293cb6de76cb35 (patch) | |
tree | 95bd7452e93847fe804c4031baab9f39994cf59c /pcr/python2-netaddr/PKGBUILD | |
parent | 52ef4a1545c91f96d19e535492630a3997dc6c77 (diff) | |
download | abslibre-003b46bf4457cf98c21d4bfbeb293cb6de76cb35.tar.gz abslibre-003b46bf4457cf98c21d4bfbeb293cb6de76cb35.tar.bz2 abslibre-003b46bf4457cf98c21d4bfbeb293cb6de76cb35.zip |
Removing python2-netaddr: This package is in [community] repo
Diffstat (limited to 'pcr/python2-netaddr/PKGBUILD')
-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" -} - |