Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-dbus-fast
Commits: cab80400 by Carl Smedstad at 2024-10-06T11:42:55+02:00 upgpkg: 2.24.2-2: Drop unneeded python-pytest-cov dependency https://archlinux.org/todo/drop-python-pytest-cov-dependency-if-unneeded/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,12 @@ pkgbase = python-dbus-fast pkgdesc = A faster version of dbus-next pkgver = 2.24.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/bluetooth-devices/dbus-fast arch = x86_64 license = MIT checkdepends = python-pytest checkdepends = python-pytest-asyncio - checkdepends = python-pytest-cov checkdepends = python-pytest-timeout makedepends = git makedepends = python-async-timeout ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-dbus-fast pkgver=2.24.2 -pkgrel=1 +pkgrel=2 pkgdesc='A faster version of dbus-next' arch=(x86_64) url=https://github.com/bluetooth-devices/dbus-fast @@ -26,7 +26,6 @@ makedepends=( checkdepends=( python-pytest python-pytest-asyncio - python-pytest-cov python-pytest-timeout ) _tag=355835854731316583e6bc945e916542aacd5b07 @@ -46,7 +45,7 @@ build() { check() { cd dbus-fast PYTHONPATH="$PWD" \ - dbus-run-session -- pytest -v + dbus-run-session -- pytest -v --override-ini="addopts=" } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus-fast/-/commit/cab804002de55b61f358dab23dfe2d05e5120938 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus-fast/-/commit/cab804002de55b61f358dab23dfe2d05e5120938 You're receiving this email because of your account on gitlab.archlinux.org.
