From 23041ac0d00c7e55f11c5a8e8a7e0037195a7765 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sat, 22 Feb 2014 18:53:09 -0400 Subject: [PATCH] python-psutil: misc tweak; rev bump. --- srcpkgs/python-psutil/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-psutil/template b/srcpkgs/python-psutil/template index 772d7ba2e85..fa148f5e99d 100644 --- a/srcpkgs/python-psutil/template +++ b/srcpkgs/python-psutil/template @@ -1,16 +1,16 @@ # Template file for 'python-psutil' pkgname=python-psutil version=1.2.1 -revision=1 +revision=2 distfiles="https://pypi.python.org/packages/source/p/psutil/psutil-${version}.tar.gz" checksum="508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45" -build_style=python-module -hostmakedepends="python-devel python-distribute" -makedepends="python-devel" -depends="python>=2.7" +build_style="python-module" pycompile_module="psutil" -wrksrc="psutil-${version}" -maintainer="Steven R " +hostmakedepends="python-devel python-distribute" +makedepends="${hostmakedepends}" +maintainer="Steven R " homepage="http://code.google.com/p/psutil/" license="BSD" short_desc="A cross-platform process and system utilities module for Python" + +wrksrc="psutil-${version}"