[arch-commits] Commit in python2-pybluez/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Jun 3 14:58:14 UTC 2013


    Date: Monday, June 3, 2013 @ 16:58:14
  Author: spupykin
Revision: 92297

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

Added:
  python2-pybluez/repos/community-staging-i686/
  python2-pybluez/repos/community-staging-i686/PKGBUILD
    (from rev 92296, python2-pybluez/trunk/PKGBUILD)
  python2-pybluez/repos/community-staging-x86_64/
  python2-pybluez/repos/community-staging-x86_64/PKGBUILD
    (from rev 92296, python2-pybluez/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: python2-pybluez/repos/community-staging-i686/PKGBUILD (from rev 92296, python2-pybluez/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-06-03 14:58:14 UTC (rev 92297)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgname=python2-pybluez
+pkgver=0.18
+pkgrel=6
+pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pybluez/"
+license=('GPL')
+provides=('pybluez')
+conflicts=('pybluez')
+replaces=('pybluez')
+depends=('python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.tar.gz)
+md5sums=('be8c8ce615c3189fda1aaf3d568314b2')
+
+package() {
+  cd $srcdir/PyBluez-$pkgver
+  python2 setup.py install --root=$pkgdir
+  ln -s bluetooth/_bluetooth.so $pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
+}

Copied: python2-pybluez/repos/community-staging-x86_64/PKGBUILD (from rev 92296, python2-pybluez/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-06-03 14:58:14 UTC (rev 92297)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgname=python2-pybluez
+pkgver=0.18
+pkgrel=6
+pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pybluez/"
+license=('GPL')
+provides=('pybluez')
+conflicts=('pybluez')
+replaces=('pybluez')
+depends=('python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.tar.gz)
+md5sums=('be8c8ce615c3189fda1aaf3d568314b2')
+
+package() {
+  cd $srcdir/PyBluez-$pkgver
+  python2 setup.py install --root=$pkgdir
+  ln -s bluetooth/_bluetooth.so $pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
+}




More information about the arch-commits mailing list