[arch-commits] Commit in python-bleak/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Sep 1 14:41:55 UTC 2022


    Date: Thursday, September 1, 2022 @ 14:41:54
  Author: alucryd
Revision: 1290329

archrelease: copy trunk to community-any

Added:
  python-bleak/repos/community-any/PKGBUILD
    (from rev 1290328, python-bleak/trunk/PKGBUILD)
Deleted:
  python-bleak/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-01 14:41:45 UTC (rev 1290328)
+++ PKGBUILD	2022-09-01 14:41:54 UTC (rev 1290329)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Francesco Minnocci <ascoli.minnocci at gmail.com>
-
-pkgname=python-bleak
-pkgver=0.15.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-next
-  python-service-identity
-  python-typing_extensions
-)
-makedepends=(
-  bluez-utils
-  git
-  python-setuptools
-)
-_tag=ac17549780b1540420354db07bfc640b35492bcd
-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 setup.py build
-}
-
-package() {
-  cd bleak
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-bleak/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-bleak/repos/community-any/PKGBUILD (from rev 1290328, python-bleak/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-01 14:41:54 UTC (rev 1290329)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Francesco Minnocci <ascoli.minnocci at gmail.com>
+
+pkgname=python-bleak
+pkgver=0.16.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-next
+  python-service-identity
+  python-typing_extensions
+)
+makedepends=(
+  bluez-utils
+  git
+  python-setuptools
+)
+_tag=357e5018e2b4efd0294a4898c78125b2d957be5c
+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 setup.py build
+}
+
+package() {
+  cd bleak
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-bleak/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list