diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-02-27 07:42:51 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-02-27 07:42:51 -0500 |
commit | b052cac0261c7406bb96bbe868d6f6b57a00c3f4 (patch) | |
tree | 82472dbd989148da5ac53cf6508215662396dfae /pcr/python-netifaces | |
parent | ab98e9f55fdb5db727eae0275bb9d5716c1c4eb9 (diff) |
Removing python-{keystoneclient,netifaces,oslo-i18n,oslo-serialization,oslo-utils}: These packages are in [community] repo
Diffstat (limited to 'pcr/python-netifaces')
-rw-r--r-- | pcr/python-netifaces/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/pcr/python-netifaces/PKGBUILD b/pcr/python-netifaces/PKGBUILD deleted file mode 100644 index 87eb96dc1..000000000 --- a/pcr/python-netifaces/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer (Arch): Hugo Osvaldo Barrera <hugo@barrera.io> -# Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org> -# Contributor (Arch): Gergely Imreh <imrehg@gmail.com> -# Contributor (Arch): Ghost of Kendo <ghostofkendo@gmail.com> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> - -pkgname=python-netifaces -pkgver=0.10.4 -pkgrel=2 -pkgdesc="Portable module to access network interface information in Python" -arch=('i686' 'x86_64') -url="http://alastairs-place.net/netifaces/" -license=('MIT') -depends=('python') -makedepends=('python-setuptools') -source=("https://pypi.python.org/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz") -md5sums=('36da76e2cfadd24cc7510c2c0012eb1e') - -package() { - cd "${srcdir}/netifaces-${pkgver}" - python setup.py install --root "${pkgdir}" - - # Install license, that is inside the readme file - install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} |