From 76459f049e8c84cf20d1f52b0e55764d3988d0e9 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 18 Oct 2023 15:39:41 +0200 Subject: [PATCH] New package: python3-dbus-next-0.2.3 --- srcpkgs/python3-dbus-next/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-dbus-next/template diff --git a/srcpkgs/python3-dbus-next/template b/srcpkgs/python3-dbus-next/template new file mode 100644 index 0000000000000..885b500c3b51e --- /dev/null +++ b/srcpkgs/python3-dbus-next/template @@ -0,0 +1,18 @@ +# Template file for 'python3-dbus-next' +pkgname=python3-dbus-next +version=0.2.3 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Next great DBus library for Python" +maintainer="Bartek Stalewski " +license="MIT" +homepage="https://github.com/altdesktop/python-dbus-next" +changelog="https://github.com/altdesktop/python-dbus-next/blob/master/CHANGELOG.md" +distfiles="${PYPI_SITE}/d/dbus-next/dbus_next-${version}.tar.gz" +checksum=f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5 + +post_install() { + vlicense LICENSE +}