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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:41:18 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:41:18
  Author: felixonmars
Revision: 1060987

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:41:17 UTC (rev 1060986)
+++ PKGBUILD	2021-12-01 21:41:18 UTC (rev 1060987)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: cs-cam - me.at.camdaniel.com
-
-_pkgname=PyBluez
-pkgname=python-pybluez
-pkgver=0.23
-pkgrel=3
-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-staging-x86_64/PKGBUILD (from rev 1060984, python-pybluez/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:41:18 UTC (rev 1060987)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: cs-cam - me.at.camdaniel.com
+
+_pkgname=PyBluez
+pkgname=python-pybluez
+pkgver=0.23
+pkgrel=4
+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
+}



More information about the arch-commits mailing list