]> git.ipfire.org Git - ipfire-3.x.git/blob - python3-sdbus/python3-sdbus.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / python3-sdbus / python3-sdbus.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python3-sdbus
7 version = 0.11.0
8 release = 1
9 thisapp = python-sdbus-%{version}
10
11 groups = System/Libraries
12 url = https://github.com/python-sdbus/python-sdbus
13 license = LGPL2.1 and GPL2
14 summary = Modern Python bindings for D-Bus
15
16 description
17 A modern python library for D-Bus, based on the fast sd-bus
18 from systemd.
19 end
20
21 source_dl = https://github.com/python-sdbus/python-sdbus/archive/refs/tags/%{version}.tar.gz#/
22
23 build
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
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end