[arch-commits] Commit in python-iwlib/repos/community-testing-x86_64 (2 files)

David Runge dvzrv at archlinux.org
Wed Jan 31 14:50:36 UTC 2018


    Date: Wednesday, January 31, 2018 @ 14:50:35
  Author: dvzrv
Revision: 288416

archrelease: copy trunk to community-testing-x86_64

Added:
  python-iwlib/repos/community-testing-x86_64/PKGBUILD
    (from rev 288415, python-iwlib/trunk/PKGBUILD)
Deleted:
  python-iwlib/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 14:50:26 UTC (rev 288415)
+++ PKGBUILD	2018-01-31 14:50:35 UTC (rev 288416)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-
-pkgname=python-iwlib
-pkgver=1.5
-pkgrel=6
-pkgdesc='Python module to interface with iwlib'
-arch=('x86_64')
-url='https://github.com/nathan-hoad/python-iwlib'
-license=('GPL2')
-depends=('python' 'wireless_tools')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nathan-hoad/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('2b79e412949a465d1383620745b6bfbf5924ef8ed47d459882afc5c86e54d10d1b963055df7076a481fb7bd6ade1d318ce35ed36ee5c129c048bbf6b1790f432')
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py test
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build --optimize=1 --prefix=/usr \
-  --root="${pkgdir}/"
-
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -Dm644 {AUTHORS,README.rst}
-}
-

Copied: python-iwlib/repos/community-testing-x86_64/PKGBUILD (from rev 288415, python-iwlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-31 14:50:35 UTC (rev 288416)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+pkgname=python-iwlib
+pkgver=1.5
+pkgrel=7
+pkgdesc='Python module to interface with iwlib'
+arch=('x86_64')
+url='https://github.com/nathan-hoad/python-iwlib'
+license=('GPL2')
+depends=('python' 'wireless_tools')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nathan-hoad/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('2b79e412949a465d1383620745b6bfbf5924ef8ed47d459882afc5c86e54d10d1b963055df7076a481fb7bd6ade1d318ce35ed36ee5c129c048bbf6b1790f432')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build --optimize=1 --prefix=/usr \
+  --root="${pkgdir}/"
+
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+    -vDm644 {AUTHORS,README.rst}
+}
+



More information about the arch-commits mailing list