[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/46: gnu: Add python-overrides.
From: |
guix-commits |
Subject: |
09/46: gnu: Add python-overrides. |
Date: |
Tue, 7 May 2024 18:33:59 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit b93782c955e4fef1471cc8de2fdbdc92eec4f028
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 15:40:57 2024 +0200
gnu: Add python-overrides.
* gnu/packages/python-xyz.scm (python-overrides): New variable.
Change-Id: I43f613195879ea6cdd5174daadb5e5c35569e534
---
gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 63a3ec4f95..84b0655c00 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3780,6 +3780,25 @@ dataclass, datetime, numpy, and UUID instances
natively.")
;; Either of these licenses
(license (list license:asl2.0 license:expat))))
+(define-public python-overrides
+ (package
+ (name "python-overrides")
+ (version "7.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "overrides" version))
+ (sha256
+ (base32 "02l2j5pnsxn0q5i63is5g6i3q06ri83nf7lv55swr61vv6iqy5am"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools python-wheel))
+ (home-page "https://github.com/mkorpela/overrides")
+ (synopsis "Decorator to detect mismatch when overriding a method")
+ (description
+ "This package provides a decorator to automatically detect mismatch when
+overriding a method.")
+ (license license:asl2.0)))
+
(define-public python-argparse-addons
(package
(name "python-argparse-addons")
- branch python-team updated (569256f3e6 -> e2a0660c37), guix-commits, 2024/05/07
- 04/46: gnu: Add python-jsonschema-specifications., guix-commits, 2024/05/07
- 01/46: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/05/07
- 05/46: gnu: Add python-rfc3986-validator., guix-commits, 2024/05/07
- 07/46: gnu: Add python-uri-template., guix-commits, 2024/05/07
- 09/46: gnu: Add python-overrides.,
guix-commits <=
- 10/46: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/05/07
- 13/46: gnu: Add python-nbclassic., guix-commits, 2024/05/07
- 02/46: gnu: Add python-pep440., guix-commits, 2024/05/07
- 03/46: gnu: Add python-referencing., guix-commits, 2024/05/07
- 06/46: gnu: Add python-isoduration., guix-commits, 2024/05/07
- 29/46: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/05/07
- 30/46: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/05/07
- 35/46: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/05/07
- 33/46: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/05/07
- 38/46: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/05/07