[arch-commits] Commit in python-netifaces/repos/community-i686 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 13 06:40:35 UTC 2016
Date: Thursday, October 13, 2016 @ 06:40:34
Author: felixonmars
Revision: 192117
archrelease: copy trunk to community-i686
Added:
python-netifaces/repos/community-i686/PKGBUILD
(from rev 192116, python-netifaces/trunk/PKGBUILD)
Deleted:
python-netifaces/repos/community-i686/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-13 06:31:03 UTC (rev 192116)
+++ PKGBUILD 2016-10-13 06:40:34 UTC (rev 192117)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
-# Contributor: Ghost of Kendo <ghostofkendo at gmail dot com>
-
-pkgbase=python-netifaces
-pkgname=(python-netifaces python2-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')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz")
-md5sums=('36da76e2cfadd24cc7510c2c0012eb1e')
-
-prepare() {
- cp -a "${srcdir}/netifaces-${pkgver}"{,-py2}
-}
-
-package_python-netifaces() {
- depends=('python')
-
- 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"
-}
-
-package_python2-netifaces() {
- depends=('python2')
-
- cd "${srcdir}/netifaces-${pkgver}-py2"
- python2 setup.py install --root "${pkgdir}"
-
- # Install license, that is inside the readme file
- install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: python-netifaces/repos/community-i686/PKGBUILD (from rev 192116, python-netifaces/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-13 06:40:34 UTC (rev 192117)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
+# Contributor: Ghost of Kendo <ghostofkendo at gmail dot com>
+
+pkgbase=python-netifaces
+pkgname=(python-netifaces python2-netifaces)
+pkgver=0.10.5
+pkgrel=1
+pkgdesc="Portable module to access network interface information in Python"
+arch=('i686' 'x86_64')
+url="http://alastairs-place.net/netifaces/"
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz")
+md5sums=('5b4d1f1310ed279e6df27ef3a9b71519')
+
+prepare() {
+ cp -a "${srcdir}/netifaces-${pkgver}"{,-py2}
+}
+
+package_python-netifaces() {
+ depends=('python')
+
+ 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"
+}
+
+package_python2-netifaces() {
+ depends=('python2')
+
+ cd "${srcdir}/netifaces-${pkgver}-py2"
+ python2 setup.py install --root "${pkgdir}"
+
+ # Install license, that is inside the readme file
+ install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list