mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add python-beren.
* gnu/packages/python-web.scm (python-beren): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
e1e577e088
commit
7802875abc
1 changed files with 22 additions and 0 deletions
|
@ -1913,6 +1913,28 @@ (define-public python-apiron
|
||||||
APIs.")
|
APIs.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-beren
|
||||||
|
(package
|
||||||
|
(name "python-beren")
|
||||||
|
(version "0.7.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "beren" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1v3mdwfqsyza892zvs124ym9w1bkng1j56b7l4dwfjir3723xcgf"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
;; The test tries to open a connection to a remote server.
|
||||||
|
`(#:tests? #f))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-apiron" ,python-apiron)))
|
||||||
|
(home-page "https://github.com/teffalump/beren")
|
||||||
|
(synopsis "REST client for Orthanc DICOM servers")
|
||||||
|
(description
|
||||||
|
"@code{beren} provides a REST client for Orthanc, a DICOM server.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public python-requests
|
(define-public python-requests
|
||||||
(package
|
(package
|
||||||
(name "python-requests")
|
(name "python-requests")
|
||||||
|
|
Loading…
Reference in a new issue