[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
418/474: gnu: python-slotscheck: Update to 0.19.0.
From: |
guix-commits |
Subject: |
418/474: gnu: python-slotscheck: Update to 0.19.0. |
Date: |
Sat, 30 Nov 2024 18:21:07 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 5e275d59d9a3e5dd356b7568fdb8323303eba297
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 26 20:43:45 2024 +0000
gnu: python-slotscheck: Update to 0.19.0.
* gnu/packages/python-check.scm (python-slotscheck): Update to 0.19.0.
Improve package style.
[source]{url}: Use direct string of URL instead of home-page field.
[native-inputs]: Remove python-pydantic; add python-ujson.
Change-Id: I9ea14cb694f9dd7e3330b9f8e015621053d70d0b
---
gnu/packages/python-check.scm | 33 ++++++++++++++++++++-------------
1 file changed, 20 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index fa5c2f4af0..1e859d5d16 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2481,23 +2481,30 @@ behavior-driven development (TDD and BDD).")
(define-public python-slotscheck
(package
(name "python-slotscheck")
- (version "0.17.0")
- (home-page "https://github.com/ariebovenberg/slotscheck")
- (source (origin
- (method git-fetch)
- (uri (git-reference (url home-page)
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0k5jjabd219ndlssfqcdb5sn891ffrxzw84l5r8pirzy74i7znr4"))))
+ (version "0.19.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ariebovenberg/slotscheck")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1lakwgk20aq92sqdwsswnll2w3y6p42x8abb9q8fc2qvw3xhw2vh"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ ;; Optional: ModuleNotFoundError: No module named 'mypyc'
+ #:test-flags #~(list "-k" "not test_extension_package")))
(native-inputs
(list python-poetry-core
- python-pydantic
python-pytest
- python-pytest-mock))
- (propagated-inputs (list python-click python-tomli))
+ python-pytest-mock
+ python-ujson))
+ (propagated-inputs
+ (list python-click
+ python-tomli))
+ (home-page "https://github.com/ariebovenberg/slotscheck")
(synopsis "Ensure @code{__slots__} are working properly")
(description
"@code{slotscheck} is a tool to validate Python class @code{__slots__}.")
- 389/474: gnu: python-tornado-6: Update to 6.4.2., (continued)
- 389/474: gnu: python-tornado-6: Update to 6.4.2., guix-commits, 2024/11/30
- 390/474: gnu: python-tenacity: Update to 9.0.0., guix-commits, 2024/11/30
- 395/474: gnu: python-ecdsa: Update to 0.19.0., guix-commits, 2024/11/30
- 402/474: gnu: python-aiofiles: Fix indentation., guix-commits, 2024/11/30
- 400/474: gnu: python-redis: Fix build., guix-commits, 2024/11/30
- 404/474: gnu: python-anyio: Update to 4.6.2., guix-commits, 2024/11/30
- 406/474: gnu: python-a2wsgi: Update to 1.10.7., guix-commits, 2024/11/30
- 408/474: gnu: python-starlette: Update to 0.41.3., guix-commits, 2024/11/30
- 410/474: gnu: python-betamax: Update to 0.9.0., guix-commits, 2024/11/30
- 409/474: gnu: Add python-installer., guix-commits, 2024/11/30
- 418/474: gnu: python-slotscheck: Update to 0.19.0.,
guix-commits <=
- 419/474: gnu: python-quart: Update to 0.19.9., guix-commits, 2024/11/30
- 421/474: gnu: python-jsonschema-specifications: Update to 2024.10.1., guix-commits, 2024/11/30
- 422/474: gnu: python-green: Adjust inputs., guix-commits, 2024/11/30
- 429/474: gnu: python-pyflakes: Update to 3.0.1., guix-commits, 2024/11/30
- 431/474: gnu: python-prawcore: Update to 2.4.0., guix-commits, 2024/11/30
- 424/474: gnu: python-openapi-spec-validator: Delete sanity check., guix-commits, 2024/11/30
- 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