[arch-commits] Commit in python-home-assistant-bluetooth (3 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 9 09:24:23 UTC 2022


    Date: Tuesday, August 9, 2022 @ 09:24:22
  Author: alucryd
Revision: 1263499

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: python-home-assistant-bluetooth/repos/community-any/PKGBUILD (from rev 1263498, python-home-assistant-bluetooth/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2022-08-09 09:24:22 UTC (rev 1263499)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-home-assistant-bluetooth
+pkgdesc='Basic bluetooth models used by Home Assistant'
+pkgver=1.4.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=0ca8e07c17ba81d5f2c1f25e856f427857bf9928
+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:



More information about the arch-commits mailing list