Date: Monday, March 20, 2023 @ 13:14:08
  Author: alucryd
Revision: 1424466

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-20 13:13:59 UTC (rev 1424465)
+++ PKGBUILD    2023-03-20 13:14:08 UTC (rev 1424466)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Francesco Minnocci <[email protected]>
-
-pkgname=python-bleak
-pkgver=0.19.5
-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=bbb79b714eacf5d6c900e01da7a287978c391a13
-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 1424465, 
python-bleak/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-20 13:14:08 UTC (rev 1424466)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Francesco Minnocci <[email protected]>
+
+pkgname=python-bleak
+pkgver=0.20.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-fast
+  python-service-identity
+  python-typing_extensions
+)
+makedepends=(
+  bluez-utils
+  git
+  python-build
+  python-installer
+  python-poetry-core
+  python-wheel
+)
+_tag=b6ab16699843a9574ae0aadcca8ea79d756cebf2
+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