Date: Sunday, May 7, 2023 @ 13:11:07
  Author: alucryd
Revision: 1459332

archrelease: copy trunk to community-any

Added:
  python-home-assistant-bluetooth/repos/community-any/PKGBUILD
    (from rev 1459331, python-home-assistant-bluetooth/trunk/PKGBUILD)
Deleted:
  python-home-assistant-bluetooth/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 13:10:57 UTC (rev 1459331)
+++ PKGBUILD    2023-05-07 13:11:07 UTC (rev 1459332)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-home-assistant-bluetooth
-pkgdesc='Basic bluetooth models used by Home Assistant'
-pkgver=1.9.3
-pkgrel=2
-arch=(any)
-url=https://github.com/home-assistant-libs/home-assistant-bluetooth
-license=(APACHE)
-depends=(
-  python
-  python-bleak
-)
-makedepends=(
-  cython
-  git
-  python-build
-  python-installer
-  python-poetry-core
-  python-setuptools
-  python-wheel
-)
-_tag=5dc179252fce6e906472416ee2ed4d73cddb8f5a
-source=(git+https://github.com/home-assistant-libs/home-assistant-bluetooth.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd home-assistant-bluetooth
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd home-assistant-bluetooth
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  python -m installer --destdir="${pkgdir}" home-assistant-bluetooth/dist/*.whl
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-home-assistant-bluetooth/repos/community-any/PKGBUILD (from rev 
1459331, python-home-assistant-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-07 13:11:07 UTC (rev 1459332)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-home-assistant-bluetooth
+pkgdesc='Basic bluetooth models used by Home Assistant'
+pkgver=1.10.0
+pkgrel=1
+arch=(any)
+url=https://github.com/home-assistant-libs/home-assistant-bluetooth
+license=(APACHE)
+depends=(
+  python
+  python-bleak
+)
+makedepends=(
+  cython
+  git
+  python-build
+  python-installer
+  python-poetry-core
+  python-setuptools
+  python-wheel
+)
+_tag=9b28874b3f11be001e750ebcddd781d6f98c6255
+source=(git+https://github.com/home-assistant-libs/home-assistant-bluetooth.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd home-assistant-bluetooth
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd home-assistant-bluetooth
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  python -m installer --destdir="${pkgdir}" home-assistant-bluetooth/dist/*.whl
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to