summaryrefslogtreecommitdiffstats
path: root/python/psutil/psutil.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2014-09-22 18:37:40 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-25 17:01:40 +0700
commit2ae60faa07c89cc170179a08795c835ed74d5014 (patch)
tree1296b5396355ef41a06f6e073ce96652234fd472 /python/psutil/psutil.SlackBuild
parente143dcab1a3334da101a166d9a9f0cff9c01159e (diff)
downloadslackbuilds-2ae60faa07c89cc170179a08795c835ed74d5014.tar.gz
slackbuilds-2ae60faa07c89cc170179a08795c835ed74d5014.tar.xz
python/psutil: Updated for version 2.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/psutil/psutil.SlackBuild')
-rw-r--r--python/psutil/psutil.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/psutil/psutil.SlackBuild b/python/psutil/psutil.SlackBuild
index fde58b8a5e..2725e52eba 100644
--- a/python/psutil/psutil.SlackBuild
+++ b/python/psutil/psutil.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=psutil
-VERSION=${VERSION:-2.1.1}
+VERSION=${VERSION:-2.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,9 +65,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- CREDITS HISTORY LICENSE MANIFEST.in PKG-INFO README TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CREDITS LICENSE TODO *.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install