diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-11-30 17:06:40 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-04 21:49:58 +0000 |
| commit | eb64ff22c5c7f15bdc2c9cc841ae1da6ff4535b4 (patch) | |
| tree | cb0243d9d8090d22b48702260add9990320cd613 /gnu | |
| parent | 8c17c6faa76c301c7e8206692ce8ce063f9d6ecb (diff) | |
gnu: python-unalix: Switch to pyproject.
* gnu/packages/python-web.scm (python-unalix):
[build-system]: Switch to pyproject-build-system.
[arguments]: Drop them.
[native-inputs]: Add python-setuptools.
Change-Id: I1d6f86ddccee009e15857076a03fa286607bfac3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-web.scm | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d9cb62fbbcc..153a8ad72a4 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6907,7 +6907,6 @@ authenticated session objects providing things like keep-alive.") (version "0.9") (source (origin - ;; There's only a wheel on PyPI. (method git-fetch) (uri (git-reference (url "https://github.com/AmanoTeam/Unalix") @@ -6915,15 +6914,8 @@ authenticated session objects providing things like keep-alive.") (file-name (git-file-name name version)) (sha256 (base32 "0h8wc1axv26h753a8brc6dccqndx005c2bhr09gwg5c1hj9zsfml")))) - (build-system python-build-system) - (native-inputs (list python-pytest)) - (arguments - '(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (invoke "pytest"))))))) + (build-system pyproject-build-system) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://pypi.org/project/Unalix/") (synopsis "Python library for removing tracking fields from URLs") (description "Unalix is a library written in Python implementing the |
