python-psutil: update to 3.3.0
This commit is contained in:
parent
c734e146be
commit
8394acd665
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-psutil'
|
||||
pkgname=python-psutil
|
||||
version=3.2.2
|
||||
version=3.3.0
|
||||
revision=1
|
||||
wrksrc="psutil-${version}"
|
||||
build_style=python-module
|
||||
|
@ -13,12 +13,8 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://github.com/giampaolo/psutil"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
||||
checksum=f9d848e5bd475ffe7fa3ab1c20d249807e648568af64bb0058412296ec990a0c
|
||||
checksum=421b6591d16b509aaa8d8c15821d66bb94cb4a8dc4385cad5c51b85d4a096d85
|
||||
|
||||
pre_build() {
|
||||
# remove shebangs
|
||||
sed -i '1d' psutil/*.py
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue