Date: Wednesday, December 21, 2022 @ 16:32:59
Author: alucryd
Revision: 1364905
archrelease: copy trunk to community-any
Added:
python-home-assistant-bluetooth/repos/community-any/PKGBUILD
(from rev 1364904, python-home-assistant-bluetooth/trunk/PKGBUILD)
Deleted:
python-home-assistant-bluetooth/repos/community-any/PKGBUILD
----------+
PKGBUILD | 80 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 41 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-21 16:32:50 UTC (rev 1364904)
+++ PKGBUILD 2022-12-21 16:32:59 UTC (rev 1364905)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-home-assistant-bluetooth
-pkgdesc='Basic bluetooth models used by Home Assistant'
-pkgver=1.6.0
-pkgrel=1
-arch=(any)
-url=https://github.com/home-assistant-libs/home-assistant-bluetooth
-license=(APACHE)
-depends=(
- python
- python-bleak
-)
-makedepends=(
- git
- python-build
- python-installer
- python-poetry-core
- python-wheel
-)
-_tag=6733b02bbaaa88e3e1c9c958218914cd6a72b060
-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
1364904, python-home-assistant-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-21 16:32:59 UTC (rev 1364905)
@@ -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.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: