Skip to Content.
Sympa Menu

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

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 (742d1f770edb513bb8b3dc7c4e8c20e94851667a)
  • Date: Thu, 3 Apr 2008 23:17:55 -0500

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

ChangeLog | 3 +++
python-pypi/python-mpd/DEPENDS | 1 +
python-pypi/python-mpd/DETAILS | 13 +++++++++++++
python-pypi/python-mpd/HISTORY | 2 ++
python-pypi/sonata/DEPENDS | 8 +++++---
python-pypi/sonata/DETAILS | 4 ++--
python-pypi/sonata/HISTORY | 4 ++++
7 files changed, 30 insertions(+), 5 deletions(-)

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

sonata: => 1.5, fixed some deps

commit 3719f5e6135a57ed79683ce74c671ce8ec518b63
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-mpd: new spell, Python MPD client library, ChangeLog entry

commit da5fe15f66f5fb430554c84d37e2964de2061c5f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-mpd: new spell, Python MPD client library

diff --git a/ChangeLog b/ChangeLog
index cfa539c..255cc2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-04-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/python-mpd: new spell, Python MPD client library
+
2008-04-02 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* e-17/evoak: deprecated spell, upstream has declared it dead

diff --git a/python-pypi/python-mpd/DEPENDS b/python-pypi/python-mpd/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/python-mpd/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/python-mpd/DETAILS b/python-pypi/python-mpd/DETAILS
new file mode 100755
index 0000000..c99f7ff
--- /dev/null
+++ b/python-pypi/python-mpd/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=python-mpd
+ VERSION=0.2.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:24aa35d3bb42371c31d504efb9a649e8ebf4907bc92d13471a395d675b28d3a58f316181b7c3ab49aed0bc1429268ce7be0b00ef8207a7628cbed5c913a6730b
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.musicpd.org/~jat/python-mpd/
+ LICENSE[0]=GPL
+ ENTERED=20080404
+ SHORT="Python MPD client library"
+cat << EOF
+An MPD (Music Player Daemon) client library written in pure Python.
+EOF
diff --git a/python-pypi/python-mpd/HISTORY b/python-pypi/python-mpd/HISTORY
new file mode 100644
index 0000000..10af70b
--- /dev/null
+++ b/python-pypi/python-mpd/HISTORY
@@ -0,0 +1,2 @@
+2008-04-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/python-pypi/sonata/DEPENDS b/python-pypi/sonata/DEPENDS
index 818ddd3..3e6cc63 100755
--- a/python-pypi/sonata/DEPENDS
+++ b/python-pypi/sonata/DEPENDS
@@ -1,5 +1,7 @@
depends pygtk2 &&

-optional_depends gnome-python-extras "" "" "for GNOME support" &&
-optional_depends tagpy "" "" "for editing metadata" &&
-optional_depends zsi "" "" "for automatic lyrics fetching"
+runtime_depends python-mpd &&
+
+suggest_depends gnome-python-extras "" "" "for GNOME support" &&
+suggest_depends tagpy "" "" "for editing metadata" &&
+suggest_depends zsi "" "" "for automatic lyrics fetching"
diff --git a/python-pypi/sonata/DETAILS b/python-pypi/sonata/DETAILS
index 5c0e89e..7bbb59f 100755
--- a/python-pypi/sonata/DETAILS
+++ b/python-pypi/sonata/DETAILS
@@ -1,8 +1,8 @@
SPELL=sonata
- VERSION=1.4.2
+ VERSION=1.5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:d1b1903245e7423a54239f9c4318d22ca49bdbf673cded1df9570d5f3b86113eb8b8e9d8e781770379d5e9865e96a3ca8826ce776f91503b302354fa3a6fedf0
+
SOURCE_HASH=sha512:cff70dfbc4e137ae12f7e12232c0dcd91c2cfeaac0d2f8bc64df3eac3bb8d0e40e7e1be4e2e127d8faaa20fc98727ab52fcffa4f08b6e5b6b929ece67f81a504
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://sonata.berlios.de/
LICENSE[0]=GPL
diff --git a/python-pypi/sonata/HISTORY b/python-pypi/sonata/HISTORY
index af8cbff..fc979e5 100644
--- a/python-pypi/sonata/HISTORY
+++ b/python-pypi/sonata/HISTORY
@@ -1,3 +1,7 @@
+2008-04-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.5
+ * DEPENDS: added req runtime python-mpd, opt => suggest
+
2008-02-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (742d1f770edb513bb8b3dc7c4e8c20e94851667a), Vlad Glagolev, 04/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page