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:
Philip Lacroix 2021-02-19 20:56:51 +00:00 committed by Willy Sudiarto Raharjo
parent a62a76204c
commit b403229b03
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 7 additions and 7 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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=""