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

Allan McRae allan at archlinux.org
Tue Oct 16 11:54:38 UTC 2012


    Date: Tuesday, October 16, 2012 @ 07:54:37
  Author: allan
Revision: 168860

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

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

-------------------------+
 testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: python-iwscan/repos/testing-i686/PKGBUILD (from rev 168833, python-iwscan/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-16 11:54:37 UTC (rev 168860)
@@ -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}"
+}

Copied: python-iwscan/repos/testing-x86_64/PKGBUILD (from rev 168833, python-iwscan/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-16 11:54:37 UTC (rev 168860)
@@ -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