mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-serverfiles: Switch to pyproject.
* gnu/packages/orange.scm (python-serverfiles): [build-system]: Switch to pyproject-build-system. [arguments]<#:test-backend>: Set it. [native-inputs]: Add python-setuptools. Change-Id: I3dbbf628c9940c31a57c5d796dc6a4897575073b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
4fb5164f8e
commit
61a13d1a3d
1 changed files with 4 additions and 3 deletions
|
|
@ -258,9 +258,10 @@ data analysis, data mining and data visualization.")
|
||||||
(uri (pypi-uri "serverfiles" version))
|
(uri (pypi-uri "serverfiles" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qgbzgnaxj4wsp2rdas53qxsh0j7xpibq25w6lviwyaqwwrgq42y"))))
|
(base32 "1qgbzgnaxj4wsp2rdas53qxsh0j7xpibq25w6lviwyaqwwrgq42y"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
(arguments (list #:test-backend #~'unittest))
|
||||||
(list python-requests))
|
(native-inputs (list python-setuptools))
|
||||||
|
(propagated-inputs (list python-requests))
|
||||||
(home-page "https://github.com/biolab/serverfiles")
|
(home-page "https://github.com/biolab/serverfiles")
|
||||||
(synopsis "Utility to access files on a HTTP server and store them locally")
|
(synopsis "Utility to access files on a HTTP server and store them locally")
|
||||||
(description
|
(description
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue