[arch-commits] Commit in python-bluepy/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Oct 28 23:13:38 UTC 2020


    Date: Wednesday, October 28, 2020 @ 23:13:38
  Author: eschwartz
Revision: 736425

upgpkg: python-bluepy 1.3.0-3: rebuild for python2 removal

Modified:
  python-bluepy/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-28 23:13:31 UTC (rev 736424)
+++ PKGBUILD	2020-10-28 23:13:38 UTC (rev 736425)
@@ -3,7 +3,7 @@
 _pyname=bluepy-v
 pkgname=python-bluepy
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python module for interfacing with Bluetooth LE devices through Bluez'
 url='https://github.com/IanHarvey/bluepy'
 arch=('x86_64')
@@ -23,7 +23,6 @@
 }
 
 build() {
-  echo "Building python..."
   cd ${_pyname}-${pkgver}
   python setup.py build
   make -C bluepy



More information about the arch-commits mailing list