[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
302/474: gnu: python-ptyprocess: Update to 0.7.0.
From: |
guix-commits |
Subject: |
302/474: gnu: python-ptyprocess: Update to 0.7.0. |
Date: |
Sat, 30 Nov 2024 18:20:42 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit da9ac65e6e153fdb05bd969221eac0816cc60ebd
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 9d002c39be..e41c93efd4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15520,22 +15520,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
- 281/474: gnu: python-mutagen: Update to 1.47.0., (continued)
- 281/474: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/30
- 285/474: gnu: Add python-poetry-plugin-export., guix-commits, 2024/11/30
- 287/474: gnu: poetry: Fix build., guix-commits, 2024/11/30
- 290/474: gnu: Add python-rgbxy., guix-commits, 2024/11/30
- 292/474: gnu: beets-bandcamp: Add maintenance note., guix-commits, 2024/11/30
- 297/474: gnu: python-exceptiongroup: Move to python-build., guix-commits, 2024/11/30
- 296/474: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/30
- 295/474: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/30
- 299/474: gnu: Remove python-pytest-8., guix-commits, 2024/11/30
- 301/474: gnu: Remove python-pluggy-next., guix-commits, 2024/11/30
- 302/474: gnu: python-ptyprocess: Update to 0.7.0.,
guix-commits <=
- 306/474: gnu: python-pytest-forked: Disable tests., guix-commits, 2024/11/30
- 307/474: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/30
- 308/474: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/30
- 309/474: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/30
- 310/474: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/30
- 312/474: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/30
- 313/474: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/30
- 314/474: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/30
- 315/474: gnu: python-cffi: Improve package style., guix-commits, 2024/11/30
- 316/474: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/30