void-packages/srcpkgs/python3-dbus-fast/template
2025-08-01 10:55:05 -04:00

26 lines
869 B
Bash

# Template file for 'python3-dbus-fast'
pkgname=python3-dbus-fast
version=2.44.2
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=752f355c32e28468ba9f57b509e2694c4ba0d3d55ae6eb0035511c226438eb35
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
}