mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 12:17:00 +02:00
19 lines
574 B
Bash
19 lines
574 B
Bash
# Template file for 'python3-py-cpuinfo'
|
|
pkgname=python3-py-cpuinfo
|
|
version=9.0.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python module for getting CPU info"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/workhorsy/py-cpuinfo"
|
|
distfiles="${PYPI_SITE}/p/py-cpuinfo/py-cpuinfo-${version}.tar.gz"
|
|
checksum=3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690
|
|
conflicts=cpuinfo
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|