[arch-commits] Commit in python-pybluez/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Sun Feb 28 18:50:18 UTC 2021
Date: Sunday, February 28, 2021 @ 18:50:18
Author: eschwartz
Revision: 876000
python-pybluez: include the important build() function
Modified:
python-pybluez/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-28 18:45:29 UTC (rev 875999)
+++ PKGBUILD 2021-02-28 18:50:18 UTC (rev 876000)
@@ -3,7 +3,7 @@
pkgname=python-pybluez
pkgver=0.22
-pkgrel=6
+pkgrel=7
pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
arch=('x86_64')
url="http://karulis.github.io/pybluez/"
@@ -13,6 +13,11 @@
source=("$pkgname-$pkgver.tar.gz::https://github.com/karulis/pybluez/archive/$pkgver.tar.gz")
md5sums=('06f71ca6d4216ace671d5e588ec85887')
+build() {
+ cd "$srcdir"/pybluez-$pkgver
+ python setup.py build
+}
+
package_python-pybluez() {
cd "$srcdir"/pybluez-$pkgver
python setup.py install --root="$pkgdir"
More information about the arch-commits
mailing list