mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-takethetime.
This is a refreshed proposal from #35979 submitted on <20219-05-29>. * gnu/packages/python-xyz.scm (python-takethetime): New variable. Change-Id: I1384acdee68a46f7d97b217e609b5d2af69c6086 Co-authored-by: h.nasajpour <h.nasajpour@pantherx.org>
This commit is contained in:
parent
985c0fd63c
commit
cc2b236e37
1 changed files with 23 additions and 0 deletions
|
@ -600,6 +600,29 @@ comparison operators, as defined in the original
|
|||
edit distance algorithm for Python in Cython for high performance.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-takethetime
|
||||
(package
|
||||
(name "python-takethetime")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "TakeTheTime" version))
|
||||
(sha256
|
||||
(base32 "1y9gzqb9l1f2smx8783ccjzjvby5mphshgrfks7s75mml59h9qyv"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; tests are time dependent and not provided in PyPI
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/ErikBjare/TakeTheTime")
|
||||
(synopsis "Timing chunks of code")
|
||||
(description
|
||||
"This package implements a functionality for time taking using context
|
||||
managers.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-trubar
|
||||
(package
|
||||
(name "python-trubar")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue