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

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

bug#50397: closed ([PATCH] gnu: Add python-crontab)


From: GNU bug Tracking System
Subject: bug#50397: closed ([PATCH] gnu: Add python-crontab)
Date: Tue, 14 Sep 2021 06:57:02 +0000

Your message dated Tue, 14 Sep 2021 08:56:44 +0200
with message-id <87ee9r63wz.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#50397] [PATCH] Add python-crontab
has caused the debbugs.gnu.org bug report #50397,
regarding [PATCH] gnu: Add python-crontab
to be marked as done.

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


-- 
50397: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50397
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-crontab Date: Sun, 05 Sep 2021 09:57:36 +0200
>From 1a41d362dd97eae4c236c689bea871d0512c2f4d Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars@courrier.dev>
Date: Sun, 5 Sep 2021 09:46:58 +0200
Subject: [PATCH] gnu: Add python-crontab

* gnu/packages/python-xyz.scm (python-crontab): New variable.
---
 gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7c70829de9..bbc5bad51c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -108,6 +108,7 @@
 ;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr>
 ;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
 ;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
+;;; Copyright © 2021 Pradana Aumars <paumars@courrier.dev>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -26556,3 +26557,25 @@ files and directories and adds a datestamp in standard 
ISO 8601+ format
 YYYY-MM-DD at the beginning of the file or directory name.")
       (home-page "https://github.com/novoid/date2name";)
       (license license:gpl3+))))
+
+(define-public python-crontab
+  (package
+   (name "python-crontab")
+   (version "2.5.1")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (pypi-uri name version))
+     (sha256
+      (base32
+       "0cccrqc10r8781ba81x8r2frs3pl2m4hkm599k5358ak0xr7xgjb"))))
+   (build-system python-build-system)
+   (arguments
+    `(#:tests? #f))
+   (native-inputs
+    `(("python-dateutil" ,python-dateutil)))
+   (synopsis "Module for reading and writing crontab files")
+   (description "Crontab module for reading and writing crontab files and 
accessing the 
+system cron automatically and simply using a direct API.")
+   (home-page "https://gitlab.com/doctormo/python-crontab/";)
+   (license license:lgpl3+)))
-- 
2.33.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#50397] [PATCH] Add python-crontab Date: Tue, 14 Sep 2021 08:56:44 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Pradana Adrinusa AUMARS via Guix-patches via <guix-patches@gnu.org>
writes:

> Subject: [PATCH] Add python-crontab

Applied. Thank you!

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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