[arch-commits] Commit in python2-pylorcon/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jan 24 23:50:32 UTC 2013


    Date: Friday, January 25, 2013 @ 00:50:32
  Author: arodseth
Revision: 82841

archrelease: copy trunk to community-any

Added:
  python2-pylorcon/repos/community-any/PKGBUILD
    (from rev 82840, python2-pylorcon/trunk/PKGBUILD)
Deleted:
  python2-pylorcon/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 32 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-24 23:50:24 UTC (rev 82840)
+++ PKGBUILD	2013-01-24 23:50:32 UTC (rev 82841)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: fnord0 <fnord0 AT riseup DOT net>
-
-pkgname=python2-pylorcon
-pkgver=2
-pkgrel=2
-pkgdesc="Python wrapper for the LORCON (Loss Of Radio CONnectivity) library"
-arch=('any')
-url="https://github.com/tom5760/pylorcon2"
-license=('GPL2')
-depends=('python2>=2.7' 'lorcon')
-replaces=('pylorcon')
-source=("pylorcon2.zip::https://github.com/tom5760/pylorcon$pkgver/zipball/master")
-sha256sums=('194bf213b67823f657e22c025fce6664c66ac0cb8be7b4a497584c01fa6deaec')
-
-build() {
-  cd "$srcdir/tom5760-pylorcon2-aeb74d1/"
-
-  sed -i '0,/on/s//on2/' lorcon.py
-}
-
-package() {
-  cd "$srcdir/tom5760-pylorcon2-aeb74d1/"
-
-  install -Dm644 lorcon.py "$pkgdir/usr/lib/python2.7/site-packages/lorcon.py"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pylorcon/repos/community-any/PKGBUILD (from rev 82840, python2-pylorcon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-01-24 23:50:32 UTC (rev 82841)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: fnord0 <fnord0 AT riseup DOT net>
+
+pkgname=python2-pylorcon
+pkgver=2
+pkgrel=3
+_pyver=2.7
+pkgdesc='Wrapper for the LORCON (Loss Of Radio CONnectivity) library'
+arch=('any')
+url='https://github.com/tom5760/pylorcon2'
+license=('GPL2')
+depends=("python2>=$pyver" 'lorcon')
+replaces=('pylorcon')
+source=("pylorcon2.zip::https://github.com/tom5760/pylorcon$pkgver/zipball/master")
+sha256sums=('194bf213b67823f657e22c025fce6664c66ac0cb8be7b4a497584c01fa6deaec')
+
+build() {
+  cd "$srcdir/tom5760-pylorcon2-aeb74d1/"
+
+  sed -i '0,/on/s//on2/' lorcon.py
+}
+
+package() {
+  cd "$srcdir/tom5760-pylorcon2-aeb74d1/"
+
+  install -Dm644 lorcon.py \
+    "$pkgdir/usr/lib/python2.7/site-packages/PyLorcon2.py"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list