From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] python3-sdbus: New package Date: Mon, 27 Feb 2023 17:31:47 +0100 Message-ID: <20230227163147.47483-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5457998260608325597==" List-Id: --===============5457998260608325597== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- python3-sdbus/python3-sdbus.nm | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 python3-sdbus/python3-sdbus.nm diff --git a/python3-sdbus/python3-sdbus.nm b/python3-sdbus/python3-sdbus.nm new file mode 100644 index 000000000..5411a16ea --- /dev/null +++ b/python3-sdbus/python3-sdbus.nm @@ -0,0 +1,45 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D python3-sdbus +version =3D 0.11.0 +release =3D 1 +thisapp =3D python-sdbus-%{version} + +groups =3D System/Libraries +url =3D https://github.com/python-sdbus/python-sdbus +license =3D LGPL2.1 and GPL2 +summary =3D Modern Python bindings for D-Bus + +description + A modern python library for D-Bus, based on the fast sd-bus + from systemd. +end + +source_dl =3D https://github.com/python-sdbus/python-sdbus/archive/refs/tag= s/%{version}.tar.gz#/ + +build + requires + python3-devel + python3-setuptools + systemd-devel + end + + build + %{python3} setup.py build + end + + install + %{python3} setup.py install --root=3D%{BUILDROOT} + end +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end --=20 2.30.2 --===============5457998260608325597==--