python-psutil: update to 5.0.0
This commit is contained in:
parent
6cc4366f8c
commit
912d8332fb
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python-psutil'
|
# Template file for 'python-psutil'
|
||||||
pkgname=python-psutil
|
pkgname=python-psutil
|
||||||
version=4.4.2
|
version=5.0.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="psutil-${version}"
|
wrksrc="psutil-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="unzip python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
pycompile_module="psutil"
|
pycompile_module="psutil"
|
||||||
short_desc="Cross-platform process and system utilities module for Python2"
|
short_desc="Cross-platform process and system utilities module for Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/giampaolo/psutil"
|
homepage="https://github.com/giampaolo/psutil"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.zip"
|
||||||
checksum=1c37e6428f7fe3aeea607f9249986d9bb933bb98133c7919837fd9aac4996b07
|
checksum=5411e22c63168220f4b8cc42fd05ea96f5b5e65e08b93b675ca50653aea482f8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue