mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add python-py-cpuinfo.
* gnu/packages/python-xyz.scm (python-py-cpuinfo): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
68a6070bc3
commit
bb7e9ab755
1 changed files with 19 additions and 0 deletions
|
@ -19494,6 +19494,25 @@ (define-public python-unpaddedbase64
|
|||
choose to use Base64 without the “=” padding.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-py-cpuinfo
|
||||
(package
|
||||
(name "python-py-cpuinfo")
|
||||
(version "5.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "py-cpuinfo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0045y6832gqjg63jmw0qj2jwyypgjwr7sfdq3lfv49b6fxpl5xic"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/workhorsy/py-cpuinfo")
|
||||
(synopsis "Get CPU info with Python")
|
||||
(description
|
||||
"This Python module returns the CPU info by using the best sources of
|
||||
information for your operating system.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-canonicaljson
|
||||
(package
|
||||
(name "python-canonicaljson")
|
||||
|
|
Loading…
Reference in a new issue