[arch-commits] Commit in python-netifaces/repos (4 files)

Felix Yan fyan at archlinux.org
Fri Feb 26 06:43:54 UTC 2016


    Date: Friday, February 26, 2016 @ 07:43:54
  Author: fyan
Revision: 163472

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   24 -------------
 community-x86_64/PKGBUILD |   24 -------------
 3 files changed, 80 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-26 06:43:22 UTC (rev 163471)
+++ community-i686/PKGBUILD	2016-02-26 06:43:54 UTC (rev 163472)
@@ -1,24 +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>
-
-pkgname=python2-netifaces
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="Portable module to access network interface information in Python"
-arch=('i686' 'x86_64')
-url="http://alastairs-place.net/netifaces/"
-license=('MIT')
-depends=('python2')
-makedepends=('python2-distribute')
-source=("https://pypi.python.org/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz")
-md5sums=('36da76e2cfadd24cc7510c2c0012eb1e')
-
-package() {
-  cd "${srcdir}/netifaces-${pkgver}"
-  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 163471, python-netifaces/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-26 06:43:54 UTC (rev 163472)
@@ -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.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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-02-26 06:43:22 UTC (rev 163471)
+++ community-x86_64/PKGBUILD	2016-02-26 06:43:54 UTC (rev 163472)
@@ -1,24 +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>
-
-pkgname=python2-netifaces
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="Portable module to access network interface information in Python"
-arch=('i686' 'x86_64')
-url="http://alastairs-place.net/netifaces/"
-license=('MIT')
-depends=('python2')
-makedepends=('python2-distribute')
-source=("https://pypi.python.org/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz")
-md5sums=('36da76e2cfadd24cc7510c2c0012eb1e')
-
-package() {
-  cd "${srcdir}/netifaces-${pkgver}"
-  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 163471, python-netifaces/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-26 06:43:54 UTC (rev 163472)
@@ -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.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"
+}



More information about the arch-commits mailing list