Date: Tuesday, January 3, 2023 @ 11:00:49
  Author: alucryd
Revision: 1374829

archrelease: copy trunk to community-any

Added:
  python-home-assistant-bluetooth/repos/community-any/PKGBUILD
    (from rev 1374828, 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-01-03 11:00:40 UTC (rev 1374828)
+++ PKGBUILD    2023-01-03 11:00:49 UTC (rev 1374829)
@@ -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.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=80c31297d15afb115b01bb0c2588b71c67aec497
-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 
1374828, python-home-assistant-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-03 11:00:49 UTC (rev 1374829)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-home-assistant-bluetooth
+pkgdesc='Basic bluetooth models used by Home Assistant'
+pkgver=1.9.1
+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=cc7efb2ef5a49f9bb6ea86496bcea4fafb4af3eb
+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