[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/13: gnu: Add python-timeout-decorator.
From: |
guix-commits |
Subject: |
06/13: gnu: Add python-timeout-decorator. |
Date: |
Sat, 1 Oct 2022 12:10:52 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit b6b09a93fd0d2177e702f43c566bb2b4c2d300c8
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Sep 17 21:50:41 2022 +0200
gnu: Add python-timeout-decorator.
* gnu/packages/python-xyz.scm (python-timeout-decorator): New variable.
---
gnu/packages/python-xyz.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 57942331b2..34d6aa5ea0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11217,6 +11217,23 @@ checksums. It implement more than a hundred checksum
routines.")
blocks or callables with two context managers and two decorators.")
(license license:expat)))
+(define-public python-timeout-decorator
+ (package
+ (name "python-timeout-decorator")
+ (version "0.5.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "timeout-decorator" version))
+ (sha256
+ (base32
+ "1mxk2qyydhzncm93z08kvj5ssxq3fr2n7pkrrji28nqwvdc2ybva"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/pnpnpn/timeout-decorator")
+ (synopsis "Timeout decorator")
+ (description "This package provides a decorator that raises an error
+when an operation takes longer than expected.")
+ (license license:expat)))
+
(define-public python-straight-plugin
(package
(name "python-straight-plugin")
- branch master updated (225e00bd19 -> 4b3493ed01), guix-commits, 2022/10/01
- 01/13: gnu: gtk: Update to 4.8.1., guix-commits, 2022/10/01
- 02/13: gnu: webkitgtk: Update to 2.38.0., guix-commits, 2022/10/01
- 07/13: gnu: Add python-readability-lxml., guix-commits, 2022/10/01
- 08/13: gnu: Add syndication-domination., guix-commits, 2022/10/01
- 03/13: gnu: libadwaita: Update to 1.2.0., guix-commits, 2022/10/01
- 09/13: gnu: gfeeds: Use git origin., guix-commits, 2022/10/01
- 11/13: gnu: gfeeds: Update to 1.0.3., guix-commits, 2022/10/01
- 13/13: gnu: komikku: Update to 1.0.0., guix-commits, 2022/10/01
- 06/13: gnu: Add python-timeout-decorator.,
guix-commits <=
- 04/13: gnu: blueprint-compiler: Wrap GUIX_PYTHONPATH and GI_TYPELIB_PATH., guix-commits, 2022/10/01
- 12/13: gnu: komikku: Use G-Expressions., guix-commits, 2022/10/01
- 05/13: gnu: pugixml: Update to 1.12.1., guix-commits, 2022/10/01
- 10/13: gnu: gfeeds: Modernize package description., guix-commits, 2022/10/01