Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bfad5afa68e981591340c69a45787ac4526ebb04)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bfad5afa68e981591340c69a45787ac4526ebb04)
  • Date: Mon, 14 May 2007 09:14:14 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 4 ++++
utils/dbus-python/DEPENDS | 3 +++
utils/dbus-python/DETAILS | 15 +++++++++++++++
utils/dbus-python/HISTORY | 12 ++++++++++++
4 files changed, 34 insertions(+)

New commits:
commit bfad5afa68e981591340c69a45787ac4526ebb04
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dbus-python-0.80.1

diff --git a/ChangeLog b/ChangeLog
index b4c2344..28416f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * utils/dbus-python: moved form python-devl, as it no longer
+ does a python type build
+
2007-05-13 Colin "Phoul" Childs <phoul AT sourcemage.org>
* perl-cpan/net-irc: new spell, Internet Relay Chat interface

diff --git a/utils/dbus-python/DEPENDS b/utils/dbus-python/DEPENDS
new file mode 100755
index 0000000..3ef1cc0
--- /dev/null
+++ b/utils/dbus-python/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends pkgconfig &&
+depends dbus-glib
diff --git a/utils/dbus-python/DETAILS b/utils/dbus-python/DETAILS
new file mode 100755
index 0000000..2f55060
--- /dev/null
+++ b/utils/dbus-python/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=dbus-python
+ VERSION=0.80.1
+
SOURCE_HASH=sha512:cabe936f42fcf2a4181f38bde09c352f61271a54734513897c4b3cb986c8e368331fb17fd9cad81c7deba0fdffa1d3e3e1edbe5706d986bf59fb0ea16225c2c9
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://dbus.freedesktop.org/releases/$SPELL/$SOURCE
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ WEB_SITE=http://freedesktop.org/wiki/Software_2fdbus
+ ENTERED=20060724
+ LICENSE[0]=GPL
+ KEYWORDS="dbus bindings"
+ SHORT="python bindings for dbus"
+cat << EOF
+python bindings for dbus
+EOF
diff --git a/utils/dbus-python/HISTORY b/utils/dbus-python/HISTORY
new file mode 100644
index 0000000..098dee0
--- /dev/null
+++ b/utils/dbus-python/HISTORY
@@ -0,0 +1,12 @@
+2007-05-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.80.1
+ fix url
+ * DEPENDS: remove pyrex, setuptools
+ add pkgconfig
+ move entire spell to utils section, as it no longer does a python
type build
+
+2006-07-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.71
+
+2006-07-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.70




Archive powered by MHonArc 2.6.24.

Top of Page