Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5b2e969eeccf6bac7631d0a24134c50b1df69866)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5b2e969eeccf6bac7631d0a24134c50b1df69866)
  • Date: Sun, 24 Mar 2013 14:43:48 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/psutil/DEPENDS | 2 ++
python-pypi/psutil/DETAILS | 34 ++++++++++++++++++++++++++++++++++
python-pypi/psutil/HISTORY | 2 ++
4 files changed, 42 insertions(+)

New commits:
commit 5b2e969eeccf6bac7631d0a24134c50b1df69866
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

psutil: new spell, process and system utilities module for Python

diff --git a/ChangeLog b/ChangeLog
index bc456a5..d2c9d78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/psutil: new spell, process and system utilities module
+ for Python
+
2013-03-23 Vlad Glagolev <stealth AT sourcemage.org>
* accounts, groups: added missing 'ratbox' account for ircd-ratbox
spell

diff --git a/python-pypi/psutil/DEPENDS b/python-pypi/psutil/DEPENDS
new file mode 100755
index 0000000..e440941
--- /dev/null
+++ b/python-pypi/psutil/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends SETUPTOOLS
diff --git a/python-pypi/psutil/DETAILS b/python-pypi/psutil/DETAILS
new file mode 100755
index 0000000..22c8eac
--- /dev/null
+++ b/python-pypi/psutil/DETAILS
@@ -0,0 +1,34 @@
+ SPELL=psutil
+ VERSION=0.6.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://psutil.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:83fb9c92731bcc084be2bc0a9b39c8c62c28c9f9ed5a24666b6ebbf0e9164d95032a8ce9d8e8866e8e55dc39e456e51c122ff530129c6cf6faaaf59efcf4d950
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://code.google.com/p/psutil/
+ LICENSE[0]=BSD
+ ENTERED=20130324
+ SHORT="process and system utilities module for Python"
+cat << EOF
+psutil is a module providing an interface for retrieving information on all
+running processes and system utilization (CPU, memory, disks, network, users)
+in a portable way by using Python, implementing many functionalities offered
by
+command line tools such as:
+ * ps
+ * top
+ * df
+ * kill
+ * free
+ * lsof
+ * netstat
+ * ifconfig
+ * nice
+ * ionice
+ * iostat
+ * iotop
+ * uptime
+ * pidof
+ * tty
+ * who
+ * taskset
+ * pmap
+EOF
diff --git a/python-pypi/psutil/HISTORY b/python-pypi/psutil/HISTORY
new file mode 100644
index 0000000..14215ca
--- /dev/null
+++ b/python-pypi/psutil/HISTORY
@@ -0,0 +1,2 @@
+2013-03-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5b2e969eeccf6bac7631d0a24134c50b1df69866), Vlad Glagolev, 03/24/2013

Archive powered by MHonArc 2.6.24.

Top of Page