diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-24 19:45:01 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:40 +0100 |
| commit | f6daec59b221dd03a4bd29817c93d45088e0a391 (patch) | |
| tree | 186159ea12c89e8ed594d6cedf63f033392b6b62 /gnu | |
| parent | b4cfa771826e5f0b3be1212da900d57932444f64 (diff) | |
gnu: Remove python-pysimplesoap.
* gnu/packages/python-web.scm (python-pysimplesoap): Delete variable.
Fixes: guix/guix#5089
Change-Id: I4cec05e760e2e475005e2ade335f4bab492691d9
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-web.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 21d37558183..417d9bdb5ea 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -12874,27 +12874,6 @@ resources using Web Application Description Language (WADL) files as guides.") @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 "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 (package (name "python-http-client") |
