[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/361: gnu: Add python-overrides.
From: |
guix-commits |
Subject: |
71/361: gnu: Add python-overrides. |
Date: |
Fri, 22 Nov 2024 06:00:14 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 91dbc536eb4f7d56148bbdcb8ba0cfb8dcda4457
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 d805e80e79..cd75beb36d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3999,6 +3999,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")
- 133/361: gnu: python-ipykernel: Update to 6.29.4., (continued)
- 133/361: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/22
- 148/361: gnu: Add xcffibgen., guix-commits, 2024/11/22
- 149/361: gnu: Add ghc-language-python., guix-commits, 2024/11/22
- 132/361: gnu: Add python-comm., guix-commits, 2024/11/22
- 152/361: gnu: qtile: Improve package style., guix-commits, 2024/11/22
- 22/361: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/22
- 17/361: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/22
- 21/361: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/22
- 57/361: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 70/361: gnu: Add python-fqdn., guix-commits, 2024/11/22
- 71/361: gnu: Add python-overrides.,
guix-commits <=
- 61/361: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 82/361: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/22
- 95/361: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/22
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/22
- 109/361: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/22
- 120/361: gnu: python-platformdirs: Update to 4.2.1., guix-commits, 2024/11/22
- 125/361: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/22
- 151/361: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/22
- 180/361: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/22
- 158/361: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/22