mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-beren: Switch to pyproject.
* gnu/packages/python-web.scm (python-beren): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools-next. Change-Id: I4ce0ddcd53c95c7fd04af51a297ba1924384b142 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
df45802756
commit
3225dafe10
1 changed files with 9 additions and 6 deletions
|
@ -5175,16 +5175,19 @@ APIs.")
|
||||||
(version "0.7.0")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (pypi-uri "beren" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/teffalump/beren")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v3mdwfqsyza892zvs124ym9w1bkng1j56b7l4dwfjir3723xcgf"))))
|
(base32 "19nnvbjx2wypslqklqi0j9fiwypk1a5qwfw1jcabjw03awm1yyrx"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; The test tries to open a connection to a remote server.
|
;; The test tries to open a connection to a remote server.
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(propagated-inputs
|
(native-inputs (list python-setuptools-next))
|
||||||
(list python-apiron))
|
(propagated-inputs (list python-apiron))
|
||||||
(home-page "https://github.com/teffalump/beren")
|
(home-page "https://github.com/teffalump/beren")
|
||||||
(synopsis "REST client for Orthanc DICOM servers")
|
(synopsis "REST client for Orthanc DICOM servers")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue