Skip to Content.
Sympa Menu

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

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 (c4f6ae715cfda84c2302088ab8eca447d63182a4)
  • Date: Sun, 22 Mar 2009 08:11:03 -0500

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

ChangeLog | 4 ++++
python-pypi/repoze.tm2/DEPENDS | 2 ++
python-pypi/repoze.tm2/DETAILS | 14 ++++++++++++++
python-pypi/repoze.tm2/HISTORY | 6 ++++++
python-pypi/turbogears2/DEPENDS | 5 +++--
python-pypi/turbogears2/HISTORY | 4 ++++
python-pypi/webflash/DEPENDS | 2 ++
python-pypi/webflash/DETAILS | 15 +++++++++++++++
python-pypi/webflash/HISTORY | 3 +++
video-libs/libv4l/DETAILS | 4 ++--
video-libs/libv4l/HISTORY | 3 +++
11 files changed, 58 insertions(+), 4 deletions(-)

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

libv4l: => 0.5.9

commit 32767cd72c979c26c8eb89abefd085d1c8765bb5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

turbogears2 - update depends

commit 7bde8f9158dfd550653863fc12e1ab4a491c420e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python-pypi/webflash: new spell

commit 75e28b3e6a8c951fa9bb09a0dc4cdbf346121049
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python-pypi/repoze.tm2: new spell

diff --git a/ChangeLog b/ChangeLog
index d7cf91f..cd028c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/repoze.tm2: new spell
+ * python-pypi/webflash: new spell
+
2009-03-21 Treeve Jelbert <treeve AT sourcemage.org>
* kde4/oxygen-icons: new spell
some of these icons were previously part of kdebase4-runtime
diff --git a/python-pypi/repoze.tm2/DEPENDS b/python-pypi/repoze.tm2/DEPENDS
new file mode 100755
index 0000000..8d46fa6
--- /dev/null
+++ b/python-pypi/repoze.tm2/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/repoze.tm2/DETAILS b/python-pypi/repoze.tm2/DETAILS
new file mode 100755
index 0000000..d4535b1
--- /dev/null
+++ b/python-pypi/repoze.tm2/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=repoze.tm2
+ VERSION=1.0a4
+
SOURCE_HASH=sha512:ebbe8baf65922c947e0c347ac487e1bd8fbd772e999e15cf47625894155f95c4d943612faea3c527e27988d35550fef372115c6d5fbca36b582b025411032660
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/r/$SPELL/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.repoze.org
+ LICENSE[0]=http://www.repoze.org/LICENSE.txt
+ UPDATED=20081005
+ DOCS='docs/* *.txt'
+ SHORT='Zope-like transaction manager via WSGI middleware'
+cat << EOF
+Zope-like transaction manager via WSGI middleware
+EOF
diff --git a/python-pypi/repoze.tm2/HISTORY b/python-pypi/repoze.tm2/HISTORY
new file mode 100644
index 0000000..268c591
--- /dev/null
+++ b/python-pypi/repoze.tm2/HISTORY
@@ -0,0 +1,6 @@
+2009-03-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0a4
+
+2008-10-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0a3
+
diff --git a/python-pypi/turbogears2/DEPENDS b/python-pypi/turbogears2/DEPENDS
index 38f07dd..880ab75 100755
--- a/python-pypi/turbogears2/DEPENDS
+++ b/python-pypi/turbogears2/DEPENDS
@@ -1,7 +1,8 @@
depends python &&
depends setuptools &&
-depends babel &&
depends pylons &&
depends toscawidgets &&
-depends repoze.what &&
+depends repoze.what-pylons &&
+depends repoze.tm2 &&
+depends webflash &&
depends genshi
diff --git a/python-pypi/turbogears2/HISTORY b/python-pypi/turbogears2/HISTORY
index 099bfbc..7cbcc9c 100644
--- a/python-pypi/turbogears2/HISTORY
+++ b/python-pypi/turbogears2/HISTORY
@@ -1,3 +1,7 @@
+2009-03-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add repoze.tm2, repoze.what-pylons, webflash
+ remove repoze.what, babel
+
2009-03-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0rc1.

diff --git a/python-pypi/webflash/DEPENDS b/python-pypi/webflash/DEPENDS
new file mode 100755
index 0000000..8d46fa6
--- /dev/null
+++ b/python-pypi/webflash/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/webflash/DETAILS b/python-pypi/webflash/DETAILS
new file mode 100755
index 0000000..b2ff6f7
--- /dev/null
+++ b/python-pypi/webflash/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=webflash
+ SPELLX=WebFlash
+ VERSION=0.1a9
+
SOURCE_HASH=sha512:bd96748babe06d8cd8d012c0f4c08b8f603877746cdc8220edee7373b027ce463c6780edcca2d739abfe4d15ccb77c34932639f911b263c3508940e260345fb6
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/W/$SPELLX/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=http://pypi.python.org/pypi/WebFlash
+ LICENSE[0]='MIT'
+ UPDATED=20090322
+ DOCS='docs/* *.txt'
+ SHORT='display "flash" messages in python web applications'
+cat << EOF
+WebFlash is a library to display "flash" messages in python web applications.
+EOF
diff --git a/python-pypi/webflash/HISTORY b/python-pypi/webflash/HISTORY
new file mode 100644
index 0000000..31963f9
--- /dev/null
+++ b/python-pypi/webflash/HISTORY
@@ -0,0 +1,3 @@
+2009-03-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.1a9
+
diff --git a/video-libs/libv4l/DETAILS b/video-libs/libv4l/DETAILS
index 106f2db..bcc83dc 100755
--- a/video-libs/libv4l/DETAILS
+++ b/video-libs/libv4l/DETAILS
@@ -1,8 +1,8 @@
SPELL=libv4l
- VERSION=0.5.7
+ VERSION=0.5.9
+
SOURCE_HASH=sha512:427e6566655377c488858c0be46d50812c8890c03b9186b5f9fd69cfe894a95fe1bd306193f19cccbdd93830527ac226db708d6c109e0ff11ee818945987b0e7
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://people.atrpms.net/~hdegoede/${SOURCE}
-
SOURCE_HASH=sha512:6249b0e95306d2798795f43748d30eaee11942c4645ed669781590eea8639e5c6c4b708f53f3a3214856cb17496fc6ff35446844c3d878068e1fa1f862937a4e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://hansdegoede.livejournal.com/3636.html";
LICENSE[0]=LGPL
diff --git a/video-libs/libv4l/HISTORY b/video-libs/libv4l/HISTORY
index b7f1f06..8cb4d5c 100644
--- a/video-libs/libv4l/HISTORY
+++ b/video-libs/libv4l/HISTORY
@@ -1,3 +1,6 @@
+2009-03-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.9
+
2009-01-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, BUILD, INSTALL: spell created




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c4f6ae715cfda84c2302088ab8eca447d63182a4), Treeve Jelbert, 03/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page