Skip to Content.
Sympa Menu

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

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 (d80a5a5a5d3c2c9630f30c1cbfa086aae9d8942f)
  • Date: Wed, 27 Aug 2008 14:50:36 -0500

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

ChangeLog | 3 +++
python-pypi/suds/DEPENDS | 1 +
python-pypi/suds/DETAILS | 28 ++++++++++++++++++++++++++++
python-pypi/suds/HISTORY | 2 ++
4 files changed, 34 insertions(+)

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

suds: new spell, lightweight SOAP python client

diff --git a/ChangeLog b/ChangeLog
index f3bc44b..eae48a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/suds: new spell, lightweight SOAP python client
+
2008-08-26 George Sherwood <gsherwood AT sourcemage.org>
* graphics-libs/babl: new spell, pixal format translation lib
* graphics-libs/gegl: new spell, graphics library
diff --git a/python-pypi/suds/DEPENDS b/python-pypi/suds/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/suds/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/suds/DETAILS b/python-pypi/suds/DETAILS
new file mode 100755
index 0000000..677c6c8
--- /dev/null
+++ b/python-pypi/suds/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=suds
+ VERSION=0.2.7
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/python-$SPELL/$SOURCE
+
SOURCE_HASH=sha512:100cfa74d7ba6264c93a3296da04affbcf5cea6645ad8cb95f6cda795b30fb55c1beb034d83a02b2cabcd1656daf725bd9aa973ffd82701d4ad4070b03290b4c
+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
diff --git a/python-pypi/suds/HISTORY b/python-pypi/suds/HISTORY
new file mode 100644
index 0000000..388ec87
--- /dev/null
+++ b/python-pypi/suds/HISTORY
@@ -0,0 +1,2 @@
+2008-08-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d80a5a5a5d3c2c9630f30c1cbfa086aae9d8942f), Vlad Glagolev, 08/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page