
only ever used by qtile (optionally), so to make things smoother for qtile users, replace it.
26 lines
842 B
Bash
26 lines
842 B
Bash
# Template file for 'python3-dbus-fast'
|
|
pkgname=python3-dbus-fast
|
|
version=2.39.3
|
|
revision=3
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel python3-poetry-core python3-Cython"
|
|
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=84b4ff23bcadfa794842e8d3eccb521907f7c6cb8d6534c895995840306512aa
|
|
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}"
|
|
build_style=meta
|
|
}
|