unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28463] [PATCH] gnu: Add python-schedule.
@ 2017-09-14 19:43 Stefan Reichör
  2017-09-15 14:45 ` bug#28463: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Reichör @ 2017-09-14 19:43 UTC (permalink / raw)
  To: 28463

* gnu/packages/python.scm (python-schedule, python2-schedule): New variables.
---
 gnu/packages/python.scm |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6c76df7..4943dad 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1249,6 +1249,34 @@ datetime module, available in Python 2.3+.")
 (define-public python2-parsedatetime
   (package-with-python2 python-parsedatetime))
 
+(define-public python-schedule
+  (package
+    (name "python-schedule")
+    (version "0.4.3")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (pypi-uri "schedule" version))
+      (sha256
+       (base32
+        "0vplyjcbfrq50sphlwya749z8p2pcyi2nycw3518i0qpd9a6189i"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-pytest" ,python-pytest)
+       ("python-mock" ,python-mock)))
+    (home-page "https://github.com/dbader/schedule")
+    (synopsis
+     "Python job scheduling for humans")
+    (description
+     "An in-process scheduler for periodic jobs that uses the builder pattern
+for configuration.  Schedule lets you run Python functions (or any other
+callable) periodically at pre-determined intervals using a simple,
+human-friendly syntax.")
+    (license license:expat)))
+
+(define-public python2-schedule
+  (package-with-python2 python-schedule))
+
 (define-public python-pandas
   (package
     (name "python-pandas")

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28463: [PATCH] gnu: Add python-schedule.
  2017-09-14 19:43 [bug#28463] [PATCH] gnu: Add python-schedule Stefan Reichör
@ 2017-09-15 14:45 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-09-15 14:45 UTC (permalink / raw)
  To: Stefan Reichör; +Cc: 28463-done

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

Stefan Reichör <stefan@xsteve.at> skribis:

> * gnu/packages/python.scm (python-schedule, python2-schedule): New variables.

I’ve adjusted the synopsis (see below) in an attempt to clarify things
and committed.

Thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1009 bytes --]

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4943dadfa..5927db0d6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1265,12 +1265,11 @@ datetime module, available in Python 2.3+.")
      `(("python-pytest" ,python-pytest)
        ("python-mock" ,python-mock)))
     (home-page "https://github.com/dbader/schedule")
-    (synopsis
-     "Python job scheduling for humans")
+    (synopsis "Schedule periodic function calls in Python")
     (description
-     "An in-process scheduler for periodic jobs that uses the builder pattern
-for configuration.  Schedule lets you run Python functions (or any other
-callable) periodically at pre-determined intervals using a simple,
+     "Schedule is an in-process scheduler for periodic jobs that uses the
+builder pattern for configuration.  Schedule lets you run Python functions (or
+any other callable) periodically at pre-determined intervals using a simple,
 human-friendly syntax.")
     (license license:expat)))
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-15 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-14 19:43 [bug#28463] [PATCH] gnu: Add python-schedule Stefan Reichör
2017-09-15 14:45 ` bug#28463: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).