guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 2e869342a63411dd2b7292a45d4f55ec7f0ee1c9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 17 23:32:06 2025 +0100
gnu: python-tappy: Update to 3.2.1.
* gnu/packages/python-check.scm (python-tappy): Update to 3.2.1.
[build-system]: Use pyproejct.
[native-inputs]: Add python-hatchling.
Change-Id: I3c32e9f5454d5bcccfe5f373bfe724a0b68f12cd
---
gnu/packages/python-check.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index b28aee215f..3885576f65 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3844,15 +3844,17 @@ immutability of computed results.")
(define-public python-tappy
(package
(name "python-tappy")
- (version "3.0")
+ (version "3.2.1")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "tap.py" version))
+ (uri (pypi-uri "tap_py" version))
(sha256
- (base32
- "0w4w6pqjkv54j7rv6vdrpfxa72c5516bnlhpcqr3vrb4zpmyxvpm"))))
- (build-system python-build-system)
+ (base32 "026n47b46z07yh5z5vpffcfq2xp6850g2s8w9ycssvx5y1m9wg6h"))))
+ (build-system pyproject-build-system)
+ (arguments (list #:test-backend #~'custom
+ #:test-flags #~(list "tests/run.py")))
+ (native-inputs (list python-hatchling))
(home-page "https://github.com/python-tap/tappy")
(synopsis "Tools for Test Anything Protocol")
(description "Tappy is a set of tools for working with the Test Anything