From ebf2bc53734eb22bbfcaf9d1fb2bf01f020286c9 Mon Sep 17 00:00:00 2001 From: Kai Stian Olstad Date: Sat, 8 Mar 2025 16:12:34 +0100 Subject: [PATCH] New package: python3-dbus-fast-2.39.3 --- srcpkgs/python3-dbus-fast/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-dbus-fast/template diff --git a/srcpkgs/python3-dbus-fast/template b/srcpkgs/python3-dbus-fast/template new file mode 100644 index 00000000000..0e62c93b3a2 --- /dev/null +++ b/srcpkgs/python3-dbus-fast/template @@ -0,0 +1,19 @@ +# Template file for 'python3-dbus-fast' +pkgname=python3-dbus-fast +version=2.39.3 +revision=1 +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 " +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 +}