summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2022-06-05 23:27:46 +0200
committerJose Riha2022-06-05 23:27:46 +0200
commitb5316eabbae57b6f0c630cd5355f1944d7235ebd (patch)
tree43cb0ca7dfc813b4c99019ad373f11906884d278
parent15b5c5735e8f85dadfd917d7e78b1470f370267f (diff)
downloadaur-b5316eabbae57b6f0c630cd5355f1944d7235ebd.tar.gz
Drop python-enum-compat from makedeps.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17a7004f715c..87cf1c1bd14f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-pygatt
pkgdesc = Python Bluetooth LE (Low Energy) and GATT Library
pkgver = 4.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/peplin/pygatt
arch = any
license = APACHE
makedepends = python-setuptools
- depends = python-enum-compat
depends = python-pexpect
depends = python-pyserial
source = https://files.pythonhosted.org/packages/source/p/pygatt/pygatt-4.0.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ee2abce37db9..d08511c9363d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=python-pygatt
_module=pygatt
pkgver=4.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Python Bluetooth LE (Low Energy) and GATT Library"
url="https://github.com/peplin/pygatt"
-depends=('python-enum-compat' 'python-pexpect' 'python-pyserial')
+depends=('python-pexpect' 'python-pyserial')
license=('APACHE')
arch=('any')
makedepends=('python-setuptools')
@@ -25,7 +25,6 @@ check() {
}
package_python-pygatt() {
-
cd "${srcdir}/${_module}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
}