Date: Monday, December 12, 2022 @ 17:02:13
  Author: alucryd
Revision: 1358865

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-12 17:02:04 UTC (rev 1358864)
+++ PKGBUILD    2022-12-12 17:02:13 UTC (rev 1358865)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-dbus-fast
-pkgver=1.14.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=(
-  git
-  python-build
-  python-installer
-  python-poetry-core
-)
-checkdepends=(
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-cov
-  python-pytest-timeout
-)
-_tag=c0671be3667a63029ccf18639cd410053cf7f1c7
-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 1358864, 
python-dbus-fast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-12 17:02:13 UTC (rev 1358865)
@@ -0,0 +1,55 @@
+# 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:

Reply via email to