mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/py-cpuinfo: Updated for version 7.0.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a62a76204c
commit
b403229b03
3 changed files with 7 additions and 7 deletions
|
@ -1,2 +1,2 @@
|
|||
py-cpuinfo retrieves CPU information with pure Python. It works with Python 2
|
||||
and 3, and does not require any compilation.
|
||||
py-cpuinfo retrieves CPU information with pure Python. It works with
|
||||
Python 2 and 3, and does not require any compilation.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for py-cpuinfo
|
||||
|
||||
# Copyright 2017-2020 Philip Lacroix <slackph at posteo dot de>
|
||||
# Copyright 2017-2021 Philip Lacroix <slackph at posteo dot de>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=py-cpuinfo
|
||||
VERSION=${VERSION:-5.0.0}
|
||||
VERSION=${VERSION:-7.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="py-cpuinfo"
|
||||
VERSION="5.0.0"
|
||||
VERSION="7.0.0"
|
||||
HOMEPAGE="https://github.com/workhorsy/py-cpuinfo"
|
||||
DOWNLOAD="https://github.com/workhorsy/py-cpuinfo/archive/v5.0.0/py-cpuinfo-5.0.0.tar.gz"
|
||||
MD5SUM="a8651af9aa251f146c73e69ac953746c"
|
||||
DOWNLOAD="https://github.com/workhorsy/py-cpuinfo/archive/v7.0.0/py-cpuinfo-7.0.0.tar.gz"
|
||||
MD5SUM="239d4f955578dacd84ecdb1738c52d1a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue