# Template file for 'python3-dbus-fast'
pkgname=python3-dbus-fast
version=4.0.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-poetry-core python3-Cython"
makedepends="python3-devel"
depends="python3"
short_desc="Faster version of dbus-next"
maintainer="Kai Stian Olstad <void@olstad.com>"
license="MIT"
homepage="https://github.com/bluetooth-devices/dbus-fast"
changelog="https://github.com/bluetooth-devices/dbus-fast/raw/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/d/dbus-fast/dbus_fast-${version}.tar.gz"
checksum=43137f0b73a7adbf7d5c0e9eb9d8d34df9e6e0aeafade2166e641c52dfe0a853
make_check=no # no tests included

post_install() {
	vlicense LICENSE
}

python3-dbus-next_package() {
	short_desc="Next great DBus library (transitional dummy package)"
	depends="${sourcepkg}>=${version}_${revision}"
	metapackage=yes
}
