[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
453/474: gnu: python-nodeenv: Update to 1.8.0.
From: |
guix-commits |
Subject: |
453/474: gnu: python-nodeenv: Update to 1.8.0. |
Date: |
Sat, 30 Nov 2024 18:21:14 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 68ddf3a0246e14c1bdfd45441945e44fd3bb7aa4
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Jun 1 16:57:59 2024 +0200
gnu: python-nodeenv: Update to 1.8.0.
* gnu/packages/python-xyz.scm (python-nodeenv): Update to 1.8.0.
[build-system]: Use pyproject-build-system.
[arguments]: Do not override the check phase, skip tests in #:test-flags
instead.
Change-Id: I01ca1948c30327827d6f76697b471a4d90cd6530
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/python-xyz.scm | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6e8563fd16..de77622c45 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28585,7 +28585,7 @@ effort to simplify the man pages with practical
examples.")
(define-public python-nodeenv
(package
(name "python-nodeenv")
- (version "1.4.0")
+ (version "1.8.0")
(source
(origin
;; There's no tarball in PyPI.
@@ -28595,15 +28595,13 @@ effort to simplify the man pages with practical
examples.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0y443icx0w7jlzmxmmcm4q8dqfiwgafbb9cp8jpm68mbqxbz40a7"))))
- (build-system python-build-system)
+ (base32 "0g8zp8zw5nnfc14ml0sil9yh7lnpz3xrdkazdkwg6pf5jqsxlvv9"))))
+ (build-system pyproject-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _
- ;; This test fails. It tries to open a network socket.
- (invoke "pytest" "-vv" "-k" "not test_smoke"))))))
+ (list #:test-flags
+ #~(list "-k" (string-append
+ "not test_smoke"
+ " and not test_smoke_n_system_special_chars"))))
(native-inputs
(list python-coverage
python-mock
- 425/474: gnu: python-pypdf: Update to 5.1.0., (continued)
- 425/474: gnu: python-pypdf: Update to 5.1.0., guix-commits, 2024/11/30
- 435/474: gnu: python-ads: Add missing native-inputs., guix-commits, 2024/11/30
- 436/474: gnu: python-tqdm: Update to 4.67.1., guix-commits, 2024/11/30
- 437/474: gnu: python-fsspec: Update to 2024.10.0., guix-commits, 2024/11/30
- 438/474: gnu: python-coverage: Update to 7.6.8., guix-commits, 2024/11/30
- 441/474: gnu: python-coveralls: Update to 4.0.1., guix-commits, 2024/11/30
- 440/474: gnu: python-pytest-httpx: Update to 0.34.0., guix-commits, 2024/11/30
- 439/474: gnu: python-websockets: Update to 13.1., guix-commits, 2024/11/30
- 442/474: gnu: python-httpcore: Update to 1.0.7., guix-commits, 2024/11/30
- 447/474: gnu: python-rich-click: Remove pre-commit from native-inputs., guix-commits, 2024/11/30
- 453/474: gnu: python-nodeenv: Update to 1.8.0.,
guix-commits <=
- 443/474: gnu: python-httpx: Update to 0.27.2., guix-commits, 2024/11/30
- 455/474: gnu: python-jupytext: Adjust inputs, guix-commits, 2024/11/30
- 456/474: gnu: python-jupytext: Move to pyproject-build-system., guix-commits, 2024/11/30
- 462/474: gnu: python-mccabe: Update to 0.7.0., guix-commits, 2024/11/30
- 461/474: gnu: python-pycodestyle: Update to 2.12.1., guix-commits, 2024/11/30
- 463/474: gnu: python-flake8: Update to 7.1.1., guix-commits, 2024/11/30
- 470/474: gnu: bpython: Improve package style., guix-commits, 2024/11/30
- 474/474: gnu: Add python-suds., guix-commits, 2024/11/30