Date: Tuesday, March 28, 2023 @ 07:46:44
  Author: alucryd
Revision: 1429883

archrelease: copy trunk to community-any

Added:
  python-bleak/repos/community-any/PKGBUILD
    (from rev 1429882, 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-28 07:46:34 UTC (rev 1429882)
+++ PKGBUILD    2023-03-28 07:46:44 UTC (rev 1429883)
@@ -1,45 +0,0 @@
-# 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:

Copied: python-bleak/repos/community-any/PKGBUILD (from rev 1429882, 
python-bleak/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-28 07:46:44 UTC (rev 1429883)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Francesco Minnocci <[email protected]>
+
+pkgname=python-bleak
+pkgver=0.20.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=33fcc4ae4a419fe112f8d093c771d0e6e0a121b0
+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