--- /dev/null
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info@ipfire.org> #
+###############################################################################
+
+name = python3-setproctitle
+version = 1.3.1
+release = 1
+thisapp = py-setproctitle-version-%{version}
+
+groups = System/Libraries
+url = https://github.com/dvarrazzo/py-setproctitle/
+license = BSD
+summary = A Python module to customize the process title
+
+description
+ The setproctitle module allows a process to change its title
+ (as displayed by system tools such as ps or top).
+end
+
+source_dl = https://github.com/dvarrazzo/py-setproctitle/archive/refs/tags/version-%{version}.tar.gz#/
+
+build
+ requires
+ python3-devel
+ python3-setuptools
+ end
+
+ build
+ %{python3} setup.py build
+ end
+
+ install
+ %{python3} setup.py install --root=%{BUILDROOT}
+ end
+end
+
+packages
+ package %{name}
+
+ package %{name}-debuginfo
+ template DEBUGINFO
+ end
+end