Date: Tuesday, January 3, 2023 @ 15:35:56
  Author: alucryd
Revision: 1374947

archrelease: copy trunk to community-any

Added:
  python-dbus-fast/repos/community-any/PKGBUILD
    (from rev 1374946, 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-01-03 15:35:37 UTC (rev 1374946)
+++ PKGBUILD    2023-01-03 15:35:56 UTC (rev 1374947)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-dbus-fast
-pkgver=1.82.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=bd0e80c4d600cddc720d513c3ca9133a59e24d22
-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 1374946, 
python-dbus-fast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-03 15:35:56 UTC (rev 1374947)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-dbus-fast
+pkgver=1.83.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=4c9a8fe15acdb28cc0b5f8514552637b36d1bea2
+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