From a2c225a244f0a6706f7d969c45a80eed75ebb40f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 24 Dec 2016 22:41:37 +0100 Subject: [PATCH] python-psutil: update to 5.0.1 --- srcpkgs/python-psutil/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-psutil/template b/srcpkgs/python-psutil/template index 444f2f34b15..d04bbc8032c 100644 --- a/srcpkgs/python-psutil/template +++ b/srcpkgs/python-psutil/template @@ -1,18 +1,18 @@ # Template file for 'python-psutil' pkgname=python-psutil -version=5.0.0 +version=5.0.1 revision=1 wrksrc="psutil-${version}" build_style=python-module -hostmakedepends="unzip python-setuptools python3-setuptools" +hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" pycompile_module="psutil" short_desc="Cross-platform process and system utilities module for Python2" maintainer="Alessio Sergi " homepage="https://github.com/giampaolo/psutil" license="3-clause-BSD" -distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.zip" -checksum=5411e22c63168220f4b8cc42fd05ea96f5b5e65e08b93b675ca50653aea482f8 +distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz" +checksum=9d8b7f8353a2b2eb6eb7271d42ec99d0d264a9338a37be46424d56b4e473b39e post_install() { vlicense LICENSE