]> git.ipfire.org Git - ipfire-3.x.git/blame - python3-sdbus/python3-sdbus.nm
python3-sdbus: New package
[ipfire-3.x.git] / python3-sdbus / python3-sdbus.nm
CommitLineData
fe9a39f7
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python3-sdbus
7version = 0.11.0
8release = 1
9thisapp = python-sdbus-%{version}
10
11groups = System/Libraries
12url = https://github.com/python-sdbus/python-sdbus
13license = LGPL2.1 and GPL2
14summary = Modern Python bindings for D-Bus
15
16description
17 A modern python library for D-Bus, based on the fast sd-bus
18 from systemd.
19end
20
21source_dl = https://github.com/python-sdbus/python-sdbus/archive/refs/tags/%{version}.tar.gz#/
22
23build
24 requires
25 python3-devel
26 python3-setuptools
27 systemd-devel
28 end
29
30 build
31 %{python3} setup.py build
32 end
33
34 install
35 %{python3} setup.py install --root=%{BUILDROOT}
36 end
37end
38
39packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45end