emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70048: closed ([PATCH] gnu: Add python-contexttimer.)


From: GNU bug Tracking System
Subject: bug#70048: closed ([PATCH] gnu: Add python-contexttimer.)
Date: Thu, 28 Mar 2024 12:32:02 +0000

Your message dated Thu, 28 Mar 2024 13:31:09 +0100
with message-id <875xx6bkr1.fsf@elephly.net>
and subject line [PATCH] gnu: Add python-contexttimer.
has caused the debbugs.gnu.org bug report #70048,
regarding [PATCH] gnu: Add python-contexttimer.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
70048: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70048
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-contexttimer. Date: Thu, 28 Mar 2024 10:27:51 +0000
* gnu/packages/bioinformatics.scm (python-contexttimer): New variable.

Change-Id: I1ed35f1d0190f0e3a60095c7627b6c17552cb4cc
---
 gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d18d5d8611..406506f549 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -17575,6 +17575,28 @@ (define-public python-pyfaidx
 fasta subsequences.")
     (license license:bsd-3)))
 
+(define-public python-contexttimer
+  (package
+    (name "python-contexttimer")
+    (version "0.3.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/brouberol/contexttimer";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "00a9h06a1wj66935n863qlk4jpl9gvdvzkkhl8xmgqwdkwv0js54"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-decorator python-unittest2))
+    (native-inputs (list python-mock))
+    (home-page "https://github.com/brouberol/contexttimer";)
+    (synopsis "Timer as a context manager")
+    (description
+     "This package offers utilities to measure code block or function 
execution time.")
+    (license license:gpl3)))
+
 (define-public python-cooler
   (package
     (name "python-cooler")

base-commit: 0e8f7ee3a95011dd9ebdc99e0f3b754160524b5d
prerequisite-patch-id: d26b189d1487d0d6a234a8197c5892f1e179e5f5
-- 
2.34.1




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add python-contexttimer. Date: Thu, 28 Mar 2024 13:31:09 +0100 User-agent: mu4e 1.10.8; emacs 29.1
Thanks for the patch.  I applied it but moved it to python-xyz.scm, as
it is nothing to do with bioinformatics.

-- 
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]