Date: Wednesday, November 10, 2021 @ 21:05:49
  Author: arojas
Revision: 1040374

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-11-10 21:05:39 UTC (rev 1040373)
+++ PKGBUILD    2021-11-10 21:05:49 UTC (rev 1040374)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: cs-cam - me.at.camdaniel.com
-
-_pkgname=PyBluez
-pkgname=python-pybluez
-pkgver=0.23
-pkgrel=1
-pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
-arch=('x86_64')
-url="https://pybluez.github.io/";
-license=('GPL')
-depends=('python' 'bluez-libs')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
-sha256sums=('c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de')
-b2sums=('6a234d5c41dc0bb9f08559431eafcf1d1fb1c881d2cb912cc048e2717bfe8a06f09aae045d2961c9ba5e087422cfc8249a1907368eb6dc45942175bcf97b1841')
-
-build() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-}
-
-package_python-pybluez() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-#  ln -s bluetooth/_bluetooth.so 
"$pkgdir"/usr/lib/python3.3/site-packages/_bluetooth.so
-}

Copied: python-pybluez/repos/community-x86_64/PKGBUILD (from rev 1040373, 
python-pybluez/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-11-10 21:05:49 UTC (rev 1040374)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: cs-cam - me.at.camdaniel.com
+
+_pkgname=PyBluez
+pkgname=python-pybluez
+pkgver=0.23
+pkgrel=2
+pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
+arch=('x86_64')
+url="https://pybluez.github.io/";
+license=('GPL')
+depends=('python' 'bluez-libs')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de')
+b2sums=('6a234d5c41dc0bb9f08559431eafcf1d1fb1c881d2cb912cc048e2717bfe8a06f09aae045d2961c9ba5e087422cfc8249a1907368eb6dc45942175bcf97b1841')
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+}
+
+package_python-pybluez() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+#  ln -s bluetooth/_bluetooth.so 
"$pkgdir"/usr/lib/python3.3/site-packages/_bluetooth.so
+}

Reply via email to