From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 14 15:44:10 2017 Received: (at submit) by debbugs.gnu.org; 14 Sep 2017 19:44:10 +0000 Received: from localhost ([127.0.0.1]:41490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsa3V-0006Cp-Jh for submit@debbugs.gnu.org; Thu, 14 Sep 2017 15:44:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45907) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsa3T-0006Cc-3i for submit@debbugs.gnu.org; Thu, 14 Sep 2017 15:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsa3M-0006u0-KR for submit@debbugs.gnu.org; Thu, 14 Sep 2017 15:44:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42423) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsa3M-0006tq-Hi for submit@debbugs.gnu.org; Thu, 14 Sep 2017 15:44:00 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsa3L-0002t9-A3 for guix-patches@gnu.org; Thu, 14 Sep 2017 15:44:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsa3I-0006lF-43 for guix-patches@gnu.org; Thu, 14 Sep 2017 15:43:59 -0400 Received: from dd5424.kasserver.com ([85.13.138.252]:58673) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsa3H-0006fr-TL for guix-patches@gnu.org; Thu, 14 Sep 2017 15:43:56 -0400 Received: from localhost (unknown [149.154.152.222]) by dd5424.kasserver.com (Postfix) with ESMTPA id 9A09CB582E0D; Thu, 14 Sep 2017 21:43:52 +0200 (CEST) Subject: [PATCH] gnu: Add python-schedule. From: Stefan =?utf-8?q?Reich=C3=B6r?= To: guix-patches@gnu.org Date: Thu, 14 Sep 2017 21:43:51 +0200 Message-ID: <150541823128.2104.6663399377941830674.stgit@sandburg> User-Agent: StGit/unknown-version MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * 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") From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 15 10:45:35 2017 Received: (at 28463-done) by debbugs.gnu.org; 15 Sep 2017 14:45:35 +0000 Received: from localhost ([127.0.0.1]:42991 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsrs7-00050s-7C for submit@debbugs.gnu.org; Fri, 15 Sep 2017 10:45:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47101) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsrs6-00050e-AP for 28463-done@debbugs.gnu.org; Fri, 15 Sep 2017 10:45:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsrry-0007tw-0H for 28463-done@debbugs.gnu.org; Fri, 15 Sep 2017 10:45:29 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsrrx-0007tq-Rb; Fri, 15 Sep 2017 10:45:25 -0400 Received: from [193.50.110.249] (port=59296 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dsrrx-0001oT-DR; Fri, 15 Sep 2017 10:45:25 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Stefan =?utf-8?Q?Reich=C3=B6r?= Subject: Re: [bug#28463] [PATCH] gnu: Add python-schedule. References: <150541823128.2104.6663399377941830674.stgit@sandburg> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 Fructidor an 225 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Fri, 15 Sep 2017 16:45:23 +0200 In-Reply-To: <150541823128.2104.6663399377941830674.stgit@sandburg> ("Stefan \=\?utf-8\?Q\?Reich\=C3\=B6r\=22's\?\= message of "Thu, 14 Sep 2017 21:43:51 +0200") Message-ID: <87fubot3zw.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 28463-done Cc: 28463-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Stefan Reich=C3=B6r skribis: > * gnu/packages/python.scm (python-schedule, python2-schedule): New variab= les. I=E2=80=99ve adjusted the synopsis (see below) in an attempt to clarify thi= ngs and committed. Thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline 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))) --=-=-=-- From unknown Sat Jun 14 19:17:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 14 Oct 2017 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator