Date: Friday, February 17, 2023 @ 14:13:10
  Author: alucryd
Revision: 1402239

archrelease: copy trunk to community-any

Added:
  python-dbus-fast/repos/community-any/PKGBUILD
    (from rev 1402238, python-dbus-fast/trunk/PKGBUILD)
Deleted:
  python-dbus-fast/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-17 14:13:03 UTC (rev 1402238)
+++ PKGBUILD    2023-02-17 14:13:10 UTC (rev 1402239)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-dbus-fast
-pkgver=1.84.0
-pkgrel=1
-pkgdesc='A faster version of dbus-next'
-arch=(any)
-url=https://github.com/bluetooth-devices/dbus-fast
-license=(MIT)
-depends=(
-  dbus
-  glib2
-  python
-)
-makedepends=(
-  cython
-  git
-  python-async-timeout
-  python-build
-  python-installer
-  python-poetry-core
-  python-setuptools
-  python-wheel
-)
-checkdepends=(
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-cov
-  python-pytest-timeout
-)
-_tag=08b2f12256788f740fc609c3f4dff8ea64b4caff
-source=(git+https://github.com/Bluetooth-Devices/dbus-fast.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd dbus-fast
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd dbus-fast
-  python -m build --wheel --no-isolation
-}
-
-#check() {
-#  cd dbus-fast
-#  dbus-run-session -- pytest -v
-#}
-
-package() {
-  python -m installer --destdir="${pkgdir}" dbus-fast/dist/*.whl
-  install -Dm 644 dbus-fast/LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-dbus-fast/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-dbus-fast/repos/community-any/PKGBUILD (from rev 1402238, 
python-dbus-fast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-17 14:13:10 UTC (rev 1402239)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-dbus-fast
+pkgver=1.84.1
+pkgrel=1
+pkgdesc='A faster version of dbus-next'
+arch=(any)
+url=https://github.com/bluetooth-devices/dbus-fast
+license=(MIT)
+depends=(
+  dbus
+  glib2
+  python
+)
+makedepends=(
+  cython
+  git
+  python-async-timeout
+  python-build
+  python-installer
+  python-poetry-core
+  python-setuptools
+  python-wheel
+)
+checkdepends=(
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-timeout
+)
+_tag=e9071279a0ceea9547fa82cf93dcca3658ae6524
+source=(git+https://github.com/Bluetooth-Devices/dbus-fast.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd dbus-fast
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd dbus-fast
+  python -m build --wheel --no-isolation
+}
+
+#check() {
+#  cd dbus-fast
+#  dbus-run-session -- pytest -v
+#}
+
+package() {
+  python -m installer --destdir="${pkgdir}" dbus-fast/dist/*.whl
+  install -Dm 644 dbus-fast/LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-dbus-fast/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to