]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - python3-cpuinfo/python3-cpuinfo.nm
glibc: Disable multilib support on X86_64
[people/stevee/ipfire-3.x.git] / python3-cpuinfo / python3-cpuinfo.nm
CommitLineData
756d2f39
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python3-cpuinfo
7version = 9.0.0
8release = 1
9thisapp = py-cpuinfo-%{version}
10
11groups = System/Libraries
12url = https://github.com/workhorsy/py-cpuinfo
13license = MIT
14summary = A module for getting CPU info with pure Python
15
16description
17 Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work
18 without any extra programs or libraries, beyond what your OS provides.
19end
20
21source_dl = https://github.com/workhorsy/py-cpuinfo/archive/refs/tags/v%{version}.tar.gz#/
22
23build
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
36end
37
38packages
39 package %{name}
40end