GNU bug report logs -
#50724
[PATCH 1/3] gnu: Add python-charset-normalizer.
Previous Next
Full log
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-web.scm (python-zeep): New variable.
---
gnu/packages/python-web.scm | 42 +++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 302e5d6459..10507240e1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6234,3 +6234,45 @@ communicate with Microsoft Azure Storage services.")
or tags from HTML snippets, extract base url from HTML snippets, translate entites
on HTML strings, among other things.")
(license license:bsd-3)))
+
+(define-public python-zeep
+ (package
+ (name "python-zeep")
+ (version "4.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "zeep" version))
+ (sha256
+ (base32 "1ranr4hkjd2kbbhxa3is1qlgkankj3sml5gla6bqs0kbvpmg4rsq"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-attrs" ,python-attrs)
+ ("python-cached-property" ,python-cached-property)
+ ("python-isodate" ,python-isodate)
+ ("python-lxml" ,python-lxml)
+ ("python-platformdirs" ,python-platformdirs)
+ ("python-pytz" ,python-pytz)
+ ("python-requests" ,python-requests)
+ ("python-requests-file" ,python-requests-file)
+ ("python-requests-toolbelt" ,python-requests-toolbelt)))
+ (native-inputs
+ `(("python-coverage" ,python-coverage)
+ ;;("python-flake8" ,python-flake8)
+ ;; ("python-flake8-blind-except" ,python-flake8-blind-except)
+ ;; ("python-flake8-debugger" ,python-flake8-debugger)
+ ;; ("python-flake8-imports" ,python-flake8-imports)
+ ("python-freezegun" ,python-freezegun)
+ ;;("python-isort" ,python-isort)
+ ("python-mock" ,python-mock)
+ ("python-pretend" ,python-pretend)
+ ("python-pytest" ,python-pytest)
+ ("python-pytest-asyncio" ,python-pytest-asyncio)
+ ("python-pytest-cov" ,python-pytest-cov)
+ ("python-pytest-httpx" ,python-pytest-httpx)
+ ("python-requests-mock" ,python-requests-mock)))
+ (home-page "http://docs.python-zeep.org")
+ (synopsis "Fast and modern Python SOAP client")
+ (description "This package provides a fast and modern Python SOAP client
+based on lxml and requests.")
+ (license license:expat)))
--
2.30.2
This bug report was last modified 3 years and 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.