mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-docusign-esign: Move to python-web.
* gnu/packages/python-xyz.scm (python-docusign-esign): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I2647c3634d18ac0536385acfc5266c6345a30891
This commit is contained in:
parent
4c584d80b4
commit
a1c57d4e52
2 changed files with 31 additions and 30 deletions
|
@ -33020,36 +33020,6 @@ content models.")
|
|||
(home-page "https://geopython.github.io/OWSLib/")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-docusign-esign
|
||||
(package
|
||||
(name "python-docusign-esign")
|
||||
(version "5.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "docusign-esign" version))
|
||||
(sha256
|
||||
(base32 "18n9szjxbmsccz4vlvsl4xa73jn0y16l0c344m83gil25v2amn69"))))
|
||||
(build-system pyproject-build-system)
|
||||
;; Testing requires undocumented setup changes with network access to
|
||||
;; <demo.docusign.net>, and so testing is disabled here.
|
||||
(arguments `(#:tests? #f))
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-certifi
|
||||
python-dateutil
|
||||
python-urllib3
|
||||
python-pyjwt
|
||||
python-cryptography))
|
||||
(home-page "https://developers.docusign.com/")
|
||||
(synopsis "DocuSign Python Client")
|
||||
(description
|
||||
"The Official DocuSign Python Client Library used to interact with the
|
||||
eSign REST API. Send, sign, and approve documents using this client.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-xattr
|
||||
(package
|
||||
(name "python-xattr")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue