[arch-commits] Commit in python-netifaces/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 3 01:47:06 UTC 2018


    Date: Thursday, May 3, 2018 @ 01:47:05
  Author: felixonmars
Revision: 318748

archrelease: copy trunk to community-x86_64

Added:
  python-netifaces/repos/community-x86_64/PKGBUILD
    (from rev 318747, python-netifaces/trunk/PKGBUILD)
Deleted:
  python-netifaces/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-03 01:46:41 UTC (rev 318747)
+++ PKGBUILD	2018-05-03 01:47:05 UTC (rev 318748)
@@ -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.6
-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")
-sha512sums=('2c892062286007a8330c2cddc148ea21d1fd24aec32b5f25b8fe905933c651f8c532596f523f0bb7edb3a143e9a491ec49d60f75efad4407273ac2647b579b1e')
-
-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-x86_64/PKGBUILD (from rev 318747, python-netifaces/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-03 01:47:05 UTC (rev 318748)
@@ -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.7
+pkgrel=1
+pkgdesc="Portable module to access network interface information in Python"
+arch=('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")
+sha512sums=('d97433345a29ae540e40d5fe9e50c10e8b30197bb0b798f55c82236f20dc6f463604ed202b361cdfcb5e0c95998c87acc781a808c0198ec0479089e13a7fdbed')
+
+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