unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60239] [PATCH] gnu: Add python-pysimplesoap.
@ 2022-12-21 14:48 Felix Lechner via Guix-patches via
  2023-01-26 10:06 ` bug#60239: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Lechner via Guix-patches via @ 2022-12-21 14:48 UTC (permalink / raw)
  To: 60239; +Cc: Felix Lechner

* gnu/packages/python-web.scm (python-pysimplesoap): New variable.
---
 gnu/packages/python-web.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 18c0b47b67..6daf82fea1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7964,6 +7964,26 @@ (define-public python-zeep
 @end itemize")
     (license license:expat)))
 
+(define-public python-pysimplesoap
+  (package
+    (name "python-pysimplesoap")
+    (version "1.16.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "PySimpleSOAP" version))
+              (sha256
+               (base32
+                "1qb7dn8m1cjwzql7vqj9i1hsscb7nyhimmlp45jrpzxds38g9fxi"))))
+    (build-system python-build-system)
+    (arguments
+     (list #:tests? #f))       ; tests fail due to attempted web access
+    (home-page "https://github.com/pysimplesoap/pysimplesoap")
+    (synopsis "Python simple and lightweight SOAP Library")
+    (description "Python simple and lightweight SOAP library for client and
+server webservices interfaces, aimed to be as small and easy as possible,
+supporting most common functionality.")
+    (license license:lgpl3+)))
+
 (define-public python-http-client
   (package
     (name "python-http-client")
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60239: [PATCH] gnu: Add python-pysimplesoap.
  2022-12-21 14:48 [bug#60239] [PATCH] gnu: Add python-pysimplesoap Felix Lechner via Guix-patches via
@ 2023-01-26 10:06 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-01-26 10:06 UTC (permalink / raw)
  To: Felix Lechner; +Cc: 60239-done

[-- Attachment #1: Type: text/plain, Size: 199 bytes --]

Hi,

Felix Lechner <felix.lechner@lease-up.com> skribis:

> * gnu/packages/python-web.scm (python-pysimplesoap): New variable.

Applied with the cosmetic changes below.

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1194 bytes --]

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5597862a5b..ac0fb6f8a7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7999,12 +7999,13 @@ (define-public python-pysimplesoap
                 "1qb7dn8m1cjwzql7vqj9i1hsscb7nyhimmlp45jrpzxds38g9fxi"))))
     (build-system python-build-system)
     (arguments
-     (list #:tests? #f))       ; tests fail due to attempted web access
+     (list #:tests? #f))               ;tests fail due to attempted web access
     (home-page "https://github.com/pysimplesoap/pysimplesoap")
-    (synopsis "Python simple and lightweight SOAP Library")
-    (description "Python simple and lightweight SOAP library for client and
-server webservices interfaces, aimed to be as small and easy as possible,
-supporting most common functionality.")
+    (synopsis "Simple and lightweight SOAP library for Python")
+    (description
+     "This package provides a simple and lightweight Python SOAP library for
+client and server webservices interfaces, aimed to be as small and easy as
+possible, supporting most common functionality.")
     (license license:lgpl3+)))
 
 (define-public python-http-client

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-26 10:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21 14:48 [bug#60239] [PATCH] gnu: Add python-pysimplesoap Felix Lechner via Guix-patches via
2023-01-26 10:06 ` bug#60239: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).