mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-py-cpuinfo: update to 9.0.0.
This commit is contained in:
parent
b27eef3614
commit
0ded9094b1
1 changed files with 7 additions and 5 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'python3-py-cpuinfo'
|
# Template file for 'python3-py-cpuinfo'
|
||||||
pkgname=python3-py-cpuinfo
|
pkgname=python3-py-cpuinfo
|
||||||
version=8.0.0
|
version=9.0.0
|
||||||
revision=6
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python module for getting CPU info"
|
short_desc="Python module for getting CPU info"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/workhorsy/py-cpuinfo"
|
homepage="https://github.com/workhorsy/py-cpuinfo"
|
||||||
distfiles="${PYPI_SITE}/p/py-cpuinfo/py-cpuinfo-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/py-cpuinfo/py-cpuinfo-${version}.tar.gz"
|
||||||
checksum=5f269be0e08e33fd959de96b34cd4aeeeacac014dd8305f70eb28d06de2345c5
|
checksum=3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690
|
||||||
|
conflicts=cpuinfo
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue