]> git.ipfire.org Git - ipfire-3.x.git/blob - python3-setproctitle/python3-setproctitle.nm
python3-setproctitle: Update to version 1.3.2-1
[ipfire-3.x.git] / python3-setproctitle / python3-setproctitle.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python3-setproctitle
7 version = 1.3.2
8 release = 1
9 thisapp = py-setproctitle-version-%{version}
10
11 groups = System/Libraries
12 url = https://github.com/dvarrazzo/py-setproctitle/
13 license = BSD
14 summary = A Python module to customize the process title
15
16 description
17 The setproctitle module allows a process to change its title
18 (as displayed by system tools such as ps or top).
19 end
20
21 source_dl = https://github.com/dvarrazzo/py-setproctitle/archive/refs/tags/version-%{version}.tar.gz#/
22
23 build
24 requires
25 python3-devel
26 python3-setuptools
27 end
28
29 build
30 %{python3} setup.py build
31 end
32
33 install
34 %{python3} setup.py install --root=%{BUILDROOT}
35 end
36 end
37
38 packages
39 package %{name}
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end