Skip to Content.
Sympa Menu

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

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 (27e301a2a6c221c08d1d6272097966348344be40)
  • Date: Fri, 7 Nov 2008 03:26:28 -0600

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

ChangeLog | 3 +++
python-pypi/pycweather/DEPENDS | 4 ++++
python-pypi/pycweather/DETAILS | 14 ++++++++++++++
python-pypi/pycweather/HISTORY | 2 ++
4 files changed, 23 insertions(+)

New commits:
commit 27e301a2a6c221c08d1d6272097966348344be40
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pycweather: new spell, weather display manager for conky

diff --git a/ChangeLog b/ChangeLog
index 0bad4cd..b6c5e8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pycweather: new spell, weather display manager for conky
+
2008-11-04 Vlad Glagolev <stealth AT sourcemage.org>
* lua-forge/lmathx: new spell, extension of the Lua math library with
the
C99 functions
diff --git a/python-pypi/pycweather/DEPENDS b/python-pypi/pycweather/DEPENDS
new file mode 100755
index 0000000..b96556c
--- /dev/null
+++ b/python-pypi/pycweather/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends lxml &&
+
+suggest_depends conky "" "" "for usage with system monitor"
diff --git a/python-pypi/pycweather/DETAILS b/python-pypi/pycweather/DETAILS
new file mode 100755
index 0000000..7e6b717
--- /dev/null
+++ b/python-pypi/pycweather/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pycweather
+ VERSION=0.1.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+ SOURCE_URL[1]=http://pycweather.enqlave.net/releases/$SOURCE
+
SOURCE_HASH=sha512:7a56748dd74590c2336c9397e0fc50c323dd4605717b490066fcfc84f5dfa605f6f3cfceb4cd2dc587f06d6886457bb9aa6277ae9d5f270d43d4b865adbd3f67
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://pycweather.enqlave.net/
+ LICENSE[0]=ISC
+ ENTERED=20081107
+ SHORT="Weather display manager for conky"
+cat << EOF
+PycWeather is pure-pythonic weather display manager for Conky system monitor.
+EOF
diff --git a/python-pypi/pycweather/HISTORY b/python-pypi/pycweather/HISTORY
new file mode 100644
index 0000000..6533902
--- /dev/null
+++ b/python-pypi/pycweather/HISTORY
@@ -0,0 +1,2 @@
+2008-11-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (27e301a2a6c221c08d1d6272097966348344be40), Vlad Glagolev, 11/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page