New commits:
commit 2935678e65ebb56ded6af47a85a2986b1169dc7c
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
pybugz: Added new spell. Bug 15070.
diff --git a/ChangeLog b/ChangeLog
index 29a5960..21ee688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-08-05 George Sherwood <gsherwood AT sourcemage.org>
+ * python-pypi/pybugz: new spell, bugzilla cli
+
2009-08-04 Finn Haedicke <finn_haedicke AT gmx.net>
* alleyoop: new spell, a gui for valgrind memory profiler
diff --git a/python-pypi/pybugz/DEPENDS b/python-pypi/pybugz/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/pybugz/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/pybugz/DETAILS b/python-pypi/pybugz/DETAILS
new file mode 100755
index 0000000..765f5eb
--- /dev/null
+++ b/python-pypi/pybugz/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=pybugz
+ VERSION=0.6.11
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://media.liquidx.net/static/$SPELL/$SOURCE
+
SOURCE_HASH="sha512:1ccad177f87a80a7b450e730d86003a872913ac8ccb371314606a8509d31056601d708bf5aee63c3780b02f41a4871b546c26fd26d89e771ba9f8dffff33875b"
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.liquidx.net/pybugz/
+ KEYWORDS="util bugzilla"
+ ENTERED=20080211
+ SHORT='Bugzilla CLI in Python'
+cat << EOF
+PyBugz is a python and command line interface to Bugzilla.
+
+It was conceived as a tool to speed up the workflow for Gentoo Linux
developers
+and contributors when dealing with bugs using Bugzilla. By avoiding the
clunky
+web interface, the user quickly search, isolate and contribute to the project
+very quickly. Developers alike can easily extract attachments and close bugs
+all from the comfort of the command line.
+EOF
diff --git a/python-pypi/pybugz/HISTORY b/python-pypi/pybugz/HISTORY
new file mode 100644
index 0000000..790105a
--- /dev/null
+++ b/python-pypi/pybugz/HISTORY
@@ -0,0 +1,3 @@
+2009-08-05 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, python-2.6-elementtree.patch:
+ Added spell from Bug #15070
diff --git a/python-pypi/pybugz/PRE_BUILD b/python-pypi/pybugz/PRE_BUILD
new file mode 100755
index 0000000..682e0ca
--- /dev/null
+++ b/python-pypi/pybugz/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/python-2.6-elementtree.patch
diff --git a/python-pypi/pybugz/python-2.6-elementtree.patch
b/python-pypi/pybugz/python-2.6-elementtree.patch
new file mode 100644
index 0000000..96093a3
--- /dev/null
+++ b/python-pypi/pybugz/python-2.6-elementtree.patch
@@ -0,0 +1,11 @@
+--- a/bugz.py 2006-09-02 05:35:37.000000000 -0700
++++ b/bugz.py 2009-02-07 10:13:31.000000000 -0800
+@@ -238,7 +238,7 @@
+ from urlparse import urlsplit, urljoin
+ from urllib import urlencode
+ from urllib2 import build_opener, HTTPCookieProcessor, Request
+-from elementtree import ElementTree
++from xml.etree import ElementTree
+ from cookielib import LWPCookieJar, CookieJar
+
+ #
[SM-Commit] GIT changes to master grimoire by George Sherwood (2935678e65ebb56ded6af47a85a2986b1169dc7c),
George Sherwood, 08/05/2009