[arch-commits] Commit in python-iwscan/repos (6 files)

Allan McRae allan at archlinux.org
Wed Oct 17 10:20:21 UTC 2012


    Date: Wednesday, October 17, 2012 @ 06:20:21
  Author: allan
Revision: 169016

db-move: moved python-iwscan from [testing] to [extra] (i686, x86_64)

Added:
  python-iwscan/repos/extra-i686/PKGBUILD
    (from rev 168989, python-iwscan/repos/testing-i686/PKGBUILD)
  python-iwscan/repos/extra-x86_64/PKGBUILD
    (from rev 168989, python-iwscan/repos/testing-x86_64/PKGBUILD)
Deleted:
  python-iwscan/repos/extra-i686/PKGBUILD
  python-iwscan/repos/extra-x86_64/PKGBUILD
  python-iwscan/repos/testing-i686/
  python-iwscan/repos/testing-x86_64/

-----------------------+
 extra-i686/PKGBUILD   |   44 ++++++++++++++++++++++++++------------------
 extra-x86_64/PKGBUILD |   44 ++++++++++++++++++++++++++------------------
 2 files changed, 52 insertions(+), 36 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-10-17 10:20:16 UTC (rev 169015)
+++ extra-i686/PKGBUILD	2012-10-17 10:20:21 UTC (rev 169016)
@@ -1,18 +0,0 @@
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=python-iwscan
-pkgver=20090609
-pkgrel=3
-pkgdesc="A Python interface to iwlist, using the iwlib library"
-arch=('i686' 'x86_64')
-url="http://projects.otaku42.de/browser/python-iwscan"
-license=('LGPL')
-depends=('python2' 'wireless_tools')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-20090609.tar.gz)
-md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
-
-build() {
-	cd ${srcdir}/${pkgname}
-	python2 setup.py build
-	python2 setup.py install --root=${pkgdir}	
-}

Copied: python-iwscan/repos/extra-i686/PKGBUILD (from rev 168989, python-iwscan/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-10-17 10:20:21 UTC (rev 169016)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgbase=python-iwscan
+pkgname=python2-iwscan
+pkgver=20090609
+pkgrel=4
+pkgdesc="A Python interface to iwlist, using the iwlib library"
+arch=('i686' 'x86_64')
+url="http://projects.otaku42.de/browser/python-iwscan"
+license=('LGPL')
+depends=('python2' 'wireless_tools')
+conflicts=('python-iwscan<=20090609-3')
+replaces=('python-iwscan<=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/${pkgbase}-20090609.tar.gz)
+md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
+
+build() {
+	cd "${srcdir}/${pkgbase}"
+	python2 setup.py build
+}
+
+package_python2-iwscan() {
+	cd "${srcdir}/${pkgbase}"
+	python2 setup.py install --root="${pkgdir}"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-10-17 10:20:16 UTC (rev 169015)
+++ extra-x86_64/PKGBUILD	2012-10-17 10:20:21 UTC (rev 169016)
@@ -1,18 +0,0 @@
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=python-iwscan
-pkgver=20090609
-pkgrel=3
-pkgdesc="A Python interface to iwlist, using the iwlib library"
-arch=('i686' 'x86_64')
-url="http://projects.otaku42.de/browser/python-iwscan"
-license=('LGPL')
-depends=('python2' 'wireless_tools')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-20090609.tar.gz)
-md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
-
-build() {
-	cd ${srcdir}/${pkgname}
-	python2 setup.py build
-	python2 setup.py install --root=${pkgdir}	
-}

Copied: python-iwscan/repos/extra-x86_64/PKGBUILD (from rev 168989, python-iwscan/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-10-17 10:20:21 UTC (rev 169016)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgbase=python-iwscan
+pkgname=python2-iwscan
+pkgver=20090609
+pkgrel=4
+pkgdesc="A Python interface to iwlist, using the iwlib library"
+arch=('i686' 'x86_64')
+url="http://projects.otaku42.de/browser/python-iwscan"
+license=('LGPL')
+depends=('python2' 'wireless_tools')
+conflicts=('python-iwscan<=20090609-3')
+replaces=('python-iwscan<=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/${pkgbase}-20090609.tar.gz)
+md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
+
+build() {
+	cd "${srcdir}/${pkgbase}"
+	python2 setup.py build
+}
+
+package_python2-iwscan() {
+	cd "${srcdir}/${pkgbase}"
+	python2 setup.py install --root="${pkgdir}"
+}




More information about the arch-commits mailing list