summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMichael Laß2023-07-30 11:51:50 +0200
committerMichael Laß2023-07-30 14:08:45 +0200
commit1743f44c4e43ba4b6e5738908e66bdce85707372 (patch)
tree61f6046e19a56b84ad1c194951c21d7753580745 /.SRCINFO
parentbf57e4583940b272ede0380cc633f6201e7963cb (diff)
downloadaur-1743f44c4e43ba4b6e5738908e66bdce85707372.tar.gz
Use PEP 517 for building and installing
Additionally, switch to the source tarball from github because it includes the nose tests.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO11
1 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25051e78b5ac..7c5fa99c1fb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,19 @@
pkgbase = python-pygatt
pkgdesc = Python Bluetooth LE (Low Energy) and GATT Library
pkgver = 4.0.5
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/peplin/pygatt
arch = any
license = custom:partly Apache, partly MIT
- makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
+ makedepends = python-nose
depends = python-pexpect
depends = python-pyserial
- source = https://files.pythonhosted.org/packages/source/p/pygatt/pygatt-4.0.5.tar.gz
+ source = https://github.com/peplin/pygatt/archive/refs/tags/v4.0.5.tar.gz
source = 0001-Remove-dependency-on-enum-compat.patch
- sha256sums = 7f4e0ec72f03533a3ef5fdd532f08d30ab7149213495e531d0f6580e9fcb1a7d
+ sha256sums = fdfca26688b55f8d63800dbca6989bfbfff7796e0dcba3b020daffea34e9f224
sha256sums = 1485111d418ac0812751426bbbec76ef56f8d79b7740f41009f7f6cb7f2a1e1a
pkgname = python-pygatt