--- /dev/null
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info@ipfire.org> #
+###############################################################################
+
+name = python3-cpuinfo
+version = 9.0.0
+release = 1
+thisapp = py-cpuinfo-%{version}
+
+groups = System/Libraries
+url = https://github.com/workhorsy/py-cpuinfo
+license = MIT
+summary = A module for getting CPU info with pure Python
+
+description
+ Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work
+ without any extra programs or libraries, beyond what your OS provides.
+end
+
+source_dl = https://github.com/workhorsy/py-cpuinfo/archive/refs/tags/v%{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}
+end