[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
303/420: gnu: python-ptyprocess: Update to 0.7.0.
From: |
guix-commits |
Subject: |
303/420: gnu: python-ptyprocess: Update to 0.7.0. |
Date: |
Tue, 26 Nov 2024 16:29:22 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 797275fdb187d7cc6a1108c31f2b1c912a92c300
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 16 21:14:14 2024 +0000
gnu: python-ptyprocess: Update to 0.7.0.
* gnu/packages/python-xyz.scm (python-ptyprocess): Update to 0.7.0.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Remove python-nose; add python-flit-core and
python-pytest.
Change-Id: I28682d1be282c650d9485d401e1a3291a85f472e
---
gnu/packages/python-xyz.scm | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bb405b9658..78d0819b15 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15497,22 +15497,18 @@ functionalities with some extras.")
(define-public python-ptyprocess
(package
(name "python-ptyprocess")
- (version "0.5.2")
+ (version "0.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ptyprocess" version))
(sha256
(base32
- "0ra31k10v3629xq0kdn8lwmfbi97anmk48r03yvh7mks0kq96hg6"))))
- (build-system python-build-system)
+ "081j893x6c9qrfszp8swfqlpvk8agh1jc32y9140pvnf90xhlpaw"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-nose))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _ (invoke "nosetests"))))))
+ (list python-flit-core
+ python-pytest))
(home-page "https://github.com/pexpect/ptyprocess")
(synopsis "Run a subprocess in a pseudo terminal")
(description
- 282/420: gnu: python-mutagen: Update to 1.47.0., (continued)
- 282/420: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/26
- 276/420: gnu: python-accupy: Adjust inputs., guix-commits, 2024/11/26
- 281/420: gnu: beets: Use G-expressions., guix-commits, 2024/11/26
- 274/420: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/26
- 291/420: gnu: Add python-rgbxy., guix-commits, 2024/11/26
- 284/420: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/26
- 292/420: gnu: Add python-rich-tables., guix-commits, 2024/11/26
- 298/420: gnu: python-exceptiongroup: Move to python-build., guix-commits, 2024/11/26
- 315/420: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/26
- 323/420: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/26
- 303/420: gnu: python-ptyprocess: Update to 0.7.0.,
guix-commits <=
- 321/420: gnu: python-py: Improve package style., guix-commits, 2024/11/26
- 340/420: gnu: python-werkzeug: Update to 3.1.3., guix-commits, 2024/11/26
- 319/420: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/26
- 342/420: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/26
- 318/420: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/26
- 353/420: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/26
- 343/420: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/26
- 339/420: gnu: Add python-ephemeral-port-reserve., guix-commits, 2024/11/26
- 351/420: gnu: python-pytest-httpserver: Update to 1.1.0., guix-commits, 2024/11/26
- 335/420: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/26