Skip to Content.
Sympa Menu

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

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 (e4b091d0efb9d841573a33f2dbe829a45c56edd9)
  • Date: Tue, 23 Sep 2008 08:35:21 -0500

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

ChangeLog | 3 ---
python-pypi/suds/DETAILS | 28 ++++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 3 deletions(-)

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

suds: ough noez.. upstream renames everything again and regenerates the
tarball :(

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

suds: "suds: renamed to python-suds" was a bad step

diff --git a/ChangeLog b/ChangeLog
index f3bfda7..0860e7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,9 +65,6 @@
2008-09-14 Treeve Jelbert <treeve AT sourcemage.org>
* kde4/plasma: spell deprecated [replaced by kdeplasmoids4]

-2008-09-11 Vlad Glagolev <stealth AT sourcemage.org>
- * python-pypi/suds: renamed to python-suds
-
2008-09-10 Ladislav Hagara <hgr AT vabo.cz>
* crypto/seahorse-plugins: new spell, plugins for new branch of
seahorse

diff --git a/python-pypi/suds/DETAILS b/python-pypi/suds/DETAILS
new file mode 100755
index 0000000..11e3383
--- /dev/null
+++ b/python-pypi/suds/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=suds
+ VERSION=0.2.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:df68bdac9884c6bf9df5ec249e208bb9ae64d8d2a24c53e54a0036c30fce8911e975bd2210ba8582cb9e7fa7ed2b0a3e33fb8227e331a51dc213669e7c620a72
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://fedorahosted.org/suds
+ LICENSE[0]=LGPL
+ ENTERED=20080827
+ SHORT="lightweight SOAP python client"
+cat << EOF
+Suds is a lightweight SOAP python client that provides a service proxy for
+web-services.
+
+Features:
+ * No class generation
+ * Provides an object API
+ * Reads wsdl at runtime for encoding/decoding
+ * Supports the following SOAP binding styles:
+ o Document/Literal wrapped
+ o RPC/Literal (as of 0.1.7)
+ o RPC/Encoded (as of 0.2)
+ * Provides objectification of WSDL defined:
+ o Types (objects)
+ o Enumerations
+ * Service and type objects provide inspection via print
+ * Supports unicode
+EOF




Archive powered by MHonArc 2.6.24.

Top of Page