python-psutil: update to 2.2.0; take maintainership due to inactivity.
This commit is contained in:
parent
3124295a78
commit
5f3369d259
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-psutil'
|
# Template file for 'python-psutil'
|
||||||
pkgname=python-psutil
|
pkgname=python-psutil
|
||||||
version=2.1.3
|
version=2.2.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="psutil-${version}"
|
wrksrc="psutil-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
|
@ -8,12 +8,12 @@ python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3.4-devel"
|
makedepends="python-devel python3.4-devel"
|
||||||
pycompile_module="psutil"
|
pycompile_module="psutil"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://github.com/giampaolo/psutil"
|
homepage="https://github.com/giampaolo/psutil"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
short_desc="Cross-platform process and system utilities module for Python2"
|
short_desc="Cross-platform process and system utilities module for Python2"
|
||||||
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
||||||
checksum=b434c75f01715777391f10f456002e33d0ca14633f96fdbd9ff9139b42d9452c
|
checksum=b15cc9e7cad0991bd1cb806fa90ea85ba3a95d0f1226625ecef993294ad61521
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove shebangs
|
# remove shebangs
|
||||||
|
|
Loading…
Reference in New Issue