mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Add python-croniter.
* gnu/packages/python-xyz.scm (python-croniter): New public variable.
This commit is contained in:
parent
b462caaf93
commit
8c9365047b
1 changed files with 21 additions and 0 deletions
|
@ -19442,6 +19442,27 @@ (define-public python-annoy
|
||||||
processes may share the same data.")
|
processes may share the same data.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python-croniter
|
||||||
|
(package
|
||||||
|
(name "python-croniter")
|
||||||
|
(version "0.3.34")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "croniter" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0r79cx4v2dw4hzr0annkkxxis46c8hivq61sr39z6p7lcjsbk1ki"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-dateutil" ,python-dateutil)
|
||||||
|
("python-natsort" ,python-natsort)))
|
||||||
|
(home-page "https://github.com/kiorky/croniter")
|
||||||
|
(synopsis "Iterate datetime objects with cron-like syntax")
|
||||||
|
(description
|
||||||
|
"@code{croniter} provides iteration for datetime object with cron-like
|
||||||
|
format.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pylzma
|
(define-public python-pylzma
|
||||||
(package
|
(package
|
||||||
(name "python-pylzma")
|
(name "python-pylzma")
|
||||||
|
|
Loading…
Reference in a new issue