Date: Monday, September 26, 2022 @ 08:41:32
  Author: alucryd
Revision: 1311455

archrelease: copy trunk to community-any

Added:
  python-bleak/repos/community-any/PKGBUILD
    (from rev 1311454, python-bleak/trunk/PKGBUILD)
Deleted:
  python-bleak/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-26 08:41:22 UTC (rev 1311454)
+++ PKGBUILD    2022-09-26 08:41:32 UTC (rev 1311455)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Francesco Minnocci <[email protected]>
-
-pkgname=python-bleak
-pkgver=0.17.0
-pkgrel=1
-pkgdesc='Bluetooth Low Energy platform Agnostic Klient for Python'
-arch=(any)
-url=https://github.com/hbldh/bleak
-license=(MIT)
-depends=(
-  python
-  python-async-timeout
-  python-dbus-next
-  python-service-identity
-  python-typing_extensions
-)
-makedepends=(
-  bluez-utils
-  git
-  python-build
-  python-installer
-  python-poetry-core
-  python-wheel
-)
-_tag=049db92f2b6e4ee186eb7529403adf9532b4eacb
-source=(git+https://github.com/hbldh/bleak.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd bleak
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd bleak
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  python -m installer --destdir="${pkgdir}" bleak/dist/*.whl
-  install -Dm 644 bleak/LICENSE -t "${pkgdir}"/usr/share/licenses/python-bleak/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-bleak/repos/community-any/PKGBUILD (from rev 1311454, 
python-bleak/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-26 08:41:32 UTC (rev 1311455)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Francesco Minnocci <[email protected]>
+
+pkgname=python-bleak
+pkgver=0.18.1
+pkgrel=1
+pkgdesc='Bluetooth Low Energy platform Agnostic Klient for Python'
+arch=(any)
+url=https://github.com/hbldh/bleak
+license=(MIT)
+depends=(
+  python
+  python-async-timeout
+  python-dbus-fast
+  python-service-identity
+  python-typing_extensions
+)
+makedepends=(
+  bluez-utils
+  git
+  python-build
+  python-installer
+  python-poetry-core
+  python-wheel
+)
+_tag=b173cff44366e036021999ce628a758ddfb2cbba
+source=(git+https://github.com/hbldh/bleak.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd bleak
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd bleak
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  python -m installer --destdir="${pkgdir}" bleak/dist/*.whl
+  install -Dm 644 bleak/LICENSE -t "${pkgdir}"/usr/share/licenses/python-bleak/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to