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

2016-12-25 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 16:38:38
  Author: felixonmars
Revision: 201928

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

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

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

Copied: python-pybluez/repos/community-staging-i686/PKGBUILD (from rev 201926, 
python-pybluez/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-25 16:38:38 UTC (rev 201928)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.22
+pkgrel=2
+pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
+arch=('i686' 'x86_64')
+url="http://karulis.github.io/pybluez/;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'bluez-libs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/karulis/pybluez/archive/$pkgver.tar.gz;)
+md5sums=('06f71ca6d4216ace671d5e588ec85887')
+
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
+  cd "$srcdir"/pybluez-$pkgver
+  python setup.py install --root="$pkgdir"
+#  ln -s bluetooth/_bluetooth.so 
"$pkgdir"/usr/lib/python3.3/site-packages/_bluetooth.so
+}
+
+package_python2-pybluez() {
+  depends=('python2' 'bluez-libs')
+
+  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: python-pybluez/repos/community-staging-x86_64/PKGBUILD (from rev 
201926, python-pybluez/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-25 16:38:38 UTC (rev 201928)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.22
+pkgrel=2
+pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
+arch=('i686' 'x86_64')
+url="http://karulis.github.io/pybluez/;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'bluez-libs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/karulis/pybluez/archive/$pkgver.tar.gz;)
+md5sums=('06f71ca6d4216ace671d5e588ec85887')
+
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
+  cd "$srcdir"/pybluez-$pkgver
+  python setup.py install --root="$pkgdir"
+#  ln -s bluetooth/_bluetooth.so 
"$pkgdir"/usr/lib/python3.3/site-packages/_bluetooth.so
+}
+
+package_python2-pybluez() {
+  depends=('python2' 'bluez-libs')
+
+  cd "$srcdir"/pybluez-$pkgver
+  python2 setup.py install --root="$pkgdir"
+#  ln -s bluetooth/_bluetooth.so 
"$pkgdir"/usr/lib/python2.7/site-packages/_bluetooth.so
+}


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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:31:12
  Author: spupykin
Revision: 190122

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

Added:
  python-pybluez/repos/community-i686/PKGBUILD
(from rev 190121, python-pybluez/trunk/PKGBUILD)
  python-pybluez/repos/community-x86_64/PKGBUILD
(from rev 190121, python-pybluez/trunk/PKGBUILD)
Deleted:
  python-pybluez/repos/community-i686/PKGBUILD
  python-pybluez/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 16:30:52 UTC (rev 190121)
+++ community-i686/PKGBUILD 2016-09-21 16:31:12 UTC (rev 190122)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: cs-cam - me.at.camdaniel.com
-
-pkgbase=python-pybluez
-pkgname=(python-pybluez python2-pybluez)
-pkgver=0.20
-pkgrel=4
-pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/pybluez/;
-license=('GPL')
-makedepends=('python' 'python2' 'bluez-libs')
-source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
-md5sums=('1e7fad332d50f089bbce69070c877ef6')
-
-package_python-pybluez() {
-  depends=('python' 'bluez-libs')
-
-  cd $srcdir/PyBluez-$pkgver
-  python setup.py install --root=$pkgdir
-#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
-}
-
-package_python2-pybluez() {
-  depends=('python2' 'bluez-libs')
-
-  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: python-pybluez/repos/community-i686/PKGBUILD (from rev 190121, 
python-pybluez/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-21 16:31:12 UTC (rev 190122)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.22
+pkgrel=1
+pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
+arch=('i686' 'x86_64')
+url="http://karulis.github.io/pybluez/;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'bluez-libs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/karulis/pybluez/archive/$pkgver.tar.gz;)
+md5sums=('06f71ca6d4216ace671d5e588ec85887')
+
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
+  cd $srcdir/pybluez-$pkgver
+  python setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
+}
+
+package_python2-pybluez() {
+  depends=('python2' 'bluez-libs')
+
+  cd $srcdir/pybluez-$pkgver
+  python2 setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-21 16:30:52 UTC (rev 190121)
+++ community-x86_64/PKGBUILD   2016-09-21 16:31:12 UTC (rev 190122)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: cs-cam - me.at.camdaniel.com
-
-pkgbase=python-pybluez
-pkgname=(python-pybluez python2-pybluez)
-pkgver=0.20
-pkgrel=4
-pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/pybluez/;
-license=('GPL')
-makedepends=('python' 'python2' 'bluez-libs')
-source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
-md5sums=('1e7fad332d50f089bbce69070c877ef6')
-
-package_python-pybluez() {
-  depends=('python' 'bluez-libs')
-
-  cd $srcdir/PyBluez-$pkgver
-  python setup.py install --root=$pkgdir
-#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
-}
-
-package_python2-pybluez() {
-  depends=('python2' 'bluez-libs')
-
-  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: python-pybluez/repos/community-x86_64/PKGBUILD (from rev 190121, 
python-pybluez/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-21 16:31:12 UTC (rev 190122)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 

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

2015-09-19 Thread Evangelos Foutras
Date: Saturday, September 19, 2015 @ 18:52:36
  Author: foutrelis
Revision: 141014

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

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

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

Copied: python-pybluez/repos/community-staging-i686/PKGBUILD (from rev 141013, 
python-pybluez/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-19 16:52:36 UTC (rev 141014)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.20
+pkgrel=4
+pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pybluez/;
+license=('GPL')
+makedepends=('python' 'python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
+md5sums=('1e7fad332d50f089bbce69070c877ef6')
+
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
+  cd $srcdir/PyBluez-$pkgver
+  python setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
+}
+
+package_python2-pybluez() {
+  depends=('python2' 'bluez-libs')
+
+  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: python-pybluez/repos/community-staging-x86_64/PKGBUILD (from rev 
141013, python-pybluez/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-19 16:52:36 UTC (rev 141014)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.20
+pkgrel=4
+pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pybluez/;
+license=('GPL')
+makedepends=('python' 'python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
+md5sums=('1e7fad332d50f089bbce69070c877ef6')
+
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
+  cd $srcdir/PyBluez-$pkgver
+  python setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
+}
+
+package_python2-pybluez() {
+  depends=('python2' 'bluez-libs')
+
+  cd $srcdir/PyBluez-$pkgver
+  python2 setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
+}


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

2015-03-28 Thread Felix Yan
Date: Saturday, March 28, 2015 @ 15:37:08
  Author: fyan
Revision: 130130

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

Added:
  python-pybluez/repos/community-i686/PKGBUILD
(from rev 130129, python-pybluez/trunk/PKGBUILD)
  python-pybluez/repos/community-x86_64/PKGBUILD
(from rev 130129, python-pybluez/trunk/PKGBUILD)
Deleted:
  python-pybluez/repos/community-i686/PKGBUILD
  python-pybluez/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-28 14:36:24 UTC (rev 130129)
+++ community-i686/PKGBUILD 2015-03-28 14:37:08 UTC (rev 130130)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: cs-cam - me.at.camdaniel.com
-
-pkgbase=python-pybluez
-pkgname=(python-pybluez python2-pybluez)
-pkgver=0.20
-pkgrel=2
-pkgdesc=Python wrapper for the BlueZ Bluetooth stack
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/pybluez/;
-license=('GPL')
-makedepends=('python' 'python2' 'bluez-libs')
-source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
-md5sums=('1e7fad332d50f089bbce69070c877ef6')
-
-package_python-pybluez() {
-  depends=('python' 'bluez-libs')
-
-  cd $srcdir/PyBluez-$pkgver
-  python setup.py install --root=$pkgdir
-#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
-}
-
-package_python2-pybluez() {
-  depends=('python2' 'bluez-libs')
-
-  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: python-pybluez/repos/community-i686/PKGBUILD (from rev 130129, 
python-pybluez/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-28 14:37:08 UTC (rev 130130)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.20
+pkgrel=3
+pkgdesc=Python wrapper for the BlueZ Bluetooth stack
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/pybluez/;
+license=('GPL')
+makedepends=('python' 'python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
+md5sums=('1e7fad332d50f089bbce69070c877ef6')
+
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
+  cd $srcdir/PyBluez-$pkgver
+  python setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
+}
+
+package_python2-pybluez() {
+  depends=('python2' 'bluez-libs')
+
+  cd $srcdir/PyBluez-$pkgver
+  python2 setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-28 14:36:24 UTC (rev 130129)
+++ community-x86_64/PKGBUILD   2015-03-28 14:37:08 UTC (rev 130130)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: cs-cam - me.at.camdaniel.com
-
-pkgbase=python-pybluez
-pkgname=(python-pybluez python2-pybluez)
-pkgver=0.20
-pkgrel=2
-pkgdesc=Python wrapper for the BlueZ Bluetooth stack
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/pybluez/;
-license=('GPL')
-makedepends=('python' 'python2' 'bluez-libs')
-source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
-md5sums=('1e7fad332d50f089bbce69070c877ef6')
-
-package_python-pybluez() {
-  depends=('python' 'bluez-libs')
-
-  cd $srcdir/PyBluez-$pkgver
-  python setup.py install --root=$pkgdir
-#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
-}
-
-package_python2-pybluez() {
-  depends=('python2' 'bluez-libs')
-
-  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: python-pybluez/repos/community-x86_64/PKGBUILD (from rev 130129, 
python-pybluez/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-28 14:37:08 UTC (rev 130130)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin 

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

2014-03-17 Thread Sergej Pupykin
Date: Monday, March 17, 2014 @ 11:02:05
  Author: spupykin
Revision: 107409

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

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

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

Copied: python-pybluez/repos/community-staging-i686/PKGBUILD (from rev 107408, 
python-pybluez/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-17 10:02:05 UTC (rev 107409)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.20
+pkgrel=2
+pkgdesc=Python wrapper for the BlueZ Bluetooth stack
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/pybluez/;
+license=('GPL')
+makedepends=('python' 'python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
+md5sums=('1e7fad332d50f089bbce69070c877ef6')
+
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
+  cd $srcdir/PyBluez-$pkgver
+  python setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
+}
+
+package_python2-pybluez() {
+  depends=('python2' 'bluez-libs')
+
+  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: python-pybluez/repos/community-staging-x86_64/PKGBUILD (from rev 
107408, python-pybluez/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-17 10:02:05 UTC (rev 107409)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.20
+pkgrel=2
+pkgdesc=Python wrapper for the BlueZ Bluetooth stack
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/pybluez/;
+license=('GPL')
+makedepends=('python' 'python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
+md5sums=('1e7fad332d50f089bbce69070c877ef6')
+
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
+  cd $srcdir/PyBluez-$pkgver
+  python setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
+}
+
+package_python2-pybluez() {
+  depends=('python2' 'bluez-libs')
+
+  cd $srcdir/PyBluez-$pkgver
+  python2 setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
+}