~ruther/guix-local

1f20f40861c1ef9a7c5968a3a388f956f989f1fd — Sharlatan Hellseher 4 months ago 0d889d8
gnu: python-wget: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-wget)[build-system]: Switch to
pyproject-build-system.
[arguments]<tests?>: No tests.
[native-inputs]: Add python-setuptools.

Change-Id: I8dcef2313f8bca61adbe805a87294b37c79267ce
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -2
@@ 32273,6 32273,7 @@ operating systems and an elegant approach to concurrency using threading.")
(define-deprecated/alias python-watchgod python-watchfiles)
(export python-watchgod)

;; XXX: See: <https://codeberg.org/guix/guix/issues/3321>.
(define-public python-wget
  (package
    (name "python-wget")


@@ 32284,8 32285,9 @@ operating systems and an elegant approach to concurrency using threading.")
       (sha256
        (base32
         "0qb0y7ipby42m4m7h0ipazpdyc3bn9xi46lvifcwwl5albn31rim"))))
    (build-system python-build-system)
    (native-inputs (list unzip))
    (build-system pyproject-build-system)
    (arguments (list #:tests? #f)) ;no tests
    (native-inputs (list python-setuptools unzip))
    (home-page "https://bitbucket.org/techtonik/python-wget/")
    (synopsis "Pure Python download utility")
    (description "The python-wget library provides an API to download files