From 1c8b85881aebe161fd73a3fe95176d2e95240036 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..a20db0c6b4f5e --- /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="The 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 +}