diff --git a/l/python-psutil/psutil-1.2.1.tar.gz.sha1 b/l/python-psutil/psutil-1.2.1.tar.gz.sha1 deleted file mode 100644 index 5a12d30d..00000000 --- a/l/python-psutil/psutil-1.2.1.tar.gz.sha1 +++ /dev/null @@ -1 +0,0 @@ -c8c1842bf1c63b9068ac25a37f7aae11fcecd57f psutil-1.2.1.tar.gz diff --git a/l/python-psutil/psutil-2.1.1.tar.gz.sha1 b/l/python-psutil/psutil-2.1.1.tar.gz.sha1 new file mode 100644 index 00000000..c4167d97 --- /dev/null +++ b/l/python-psutil/psutil-2.1.1.tar.gz.sha1 @@ -0,0 +1 @@ +f212005567cff84ded4470df5d1c59e191b6ca3f psutil-2.1.1.tar.gz diff --git a/l/python-psutil/python-psutil.SlackBuild b/l/python-psutil/python-psutil.SlackBuild index 61471abf..1d468858 100755 --- a/l/python-psutil/python-psutil.SlackBuild +++ b/l/python-psutil/python-psutil.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2012,2013 Damien Goutte-Gattat +# Copyright (C) 2012,2013,2014 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -23,13 +23,13 @@ # Contact: Damien Goutte-Gattat # # Latest psutil sourcecode is available at: -# . +# . # Source package infos NAMESRC=${NAMESRC:-psutil} -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-2.1.1} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} -WGET=${WGET:-https://pypi.python.org/packages/source/p/psutil/$ARCHIVE} +WGET=${WGET:-https://github.com/giampaolo/psutil/archive/release-$VERSION.tar.gz} # Build infos NAMEPKG=${NAMEPKG:-python-psutil} @@ -92,7 +92,7 @@ find $PKG | xargs file | grep "ELF \(32\|64\)-bit LSB" | cut -d : -f 1 | \ # Install the documentation mkdir -p $PKG/usr/doc/$NAMEPKG-$VERSION -install -m 644 CREDITS HISTORY LICENSE PKG-INFO README \ +install -m 644 CREDITS HISTORY LICENSE README TODO \ $PKG/usr/doc/$NAMEPKG-$VERSION # Copy slack-desc file