From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id KKceIU3pNGF+UQEAgWs5BA (envelope-from ) for ; Sun, 05 Sep 2021 17:59:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id iDK1HE3pNGEfNQAAB5/wlQ (envelope-from ) for ; Sun, 05 Sep 2021 15:59:09 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A80361DE36 for ; Sun, 5 Sep 2021 17:59:08 +0200 (CEST) Received: from localhost ([::1]:38936 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mMuXz-0002Pn-Ng for larch@yhetil.org; Sun, 05 Sep 2021 11:59:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38190) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMuXu-0002PR-Oi for guix-patches@gnu.org; Sun, 05 Sep 2021 11:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39263) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mMuXu-0005RS-EN for guix-patches@gnu.org; Sun, 05 Sep 2021 11:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mMuXu-0004yw-DN for guix-patches@gnu.org; Sun, 05 Sep 2021 11:59:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50397] [PATCH] Add python-crontab References: <5113d945191397a32d6b004e70a41e43189b0bc5.camel@courrier.dev> In-Reply-To: <5113d945191397a32d6b004e70a41e43189b0bc5.camel@courrier.dev> Resent-From: Pradana Adrinusa AUMARS Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 05 Sep 2021 15:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50397 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50397@debbugs.gnu.org Received: via spool by 50397-submit@debbugs.gnu.org id=B50397.163085752219124 (code B ref 50397); Sun, 05 Sep 2021 15:59:02 +0000 Received: (at 50397) by debbugs.gnu.org; 5 Sep 2021 15:58:42 +0000 Received: from localhost ([127.0.0.1]:50809 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMuXW-0004yK-Si for submit@debbugs.gnu.org; Sun, 05 Sep 2021 11:58:42 -0400 Received: from mail.42l.fr ([185.216.27.142]:43416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMuXV-0004yC-1X for 50397@debbugs.gnu.org; Sun, 05 Sep 2021 11:58:37 -0400 Message-ID: <89eb017be5ce1671ac0bf72867ad60c1a227da63.camel@courrier.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=courrier.dev; s=mail; t=1630857511; bh=va1wo0z9MGuMVofYrBRBE1WY1QhJRB6UtTb1pWOOM/o=; h=Subject:From:To; b=NwX2KsqpTfyD9Vq983naroYEfLLeH3iL1iB7FKK9np7vwFvT2xa7oOmK5UH8Cwa4i ATIVpT+Qfb4DzGF27XnnqA4RITB8HZDebZSp6fvZZfkJ336JGCGzZ9MMK2cwNz/ZTe WUx8hEklLsZJxb1kFgaAHFgOB0lPqeVbr/03dVpuM21wyouc0eZtgBn2NeE+3n0A8Q AaLOVULXXwEt7BNZ0WhX5ilHHCkhldb3Ejx9ucT+hGjY5BLkU40EHhR0YLbsSWWXV4 SVzWkcq6l/sSMY1g0bts6KPzzo5cqQ3HT1d6ikV2wTFT1pnSiz53GA1Bf41JXW/VGP oVTx9BxiOlkkg== Date: Sun, 05 Sep 2021 17:58:30 +0200 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: Pradana Adrinusa AUMARS X-ACL-Warn: , Pradana Adrinusa AUMARS via Guix-patches From: Pradana Adrinusa AUMARS via Guix-patches via X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1630857548; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=F5lcUQY5c7hmui7rZU2fo9hqGrAFGOlE/jjYcRxq/8k=; b=jHdDWVHNRUBmE5p9M1wbyUF2xK0tZbJ18yfTyzHNkT5mVzWc05iikIGVKd6yOQBLbJbvjQ GgLAmuuF171VHKY4pChpwd5ANabG7O07qLa3rsGXaFTK8fqXC1EYUK+fXd0QwXFiKNI9yT dJsaNFYabcSHeUgZ04rWTPObLeOv/o7QdMpsZPujArqx+hhWdoKAwKBps6zw/68KG7lbkS xLkBadKEZ5XrcyKZF7RUmFWSCdmlKCR3GkF19ZAQdSMznQhs2hX8v2Exr17KYy6Cin1/Zu UI8Dp+SJ7ZtK5GmAcNtbeuR52P43M/NAXtnG4zTctVbgJnxZmn4pox0kKHbEgA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1630857548; a=rsa-sha256; cv=none; b=U7pJxq36BOctwV2vjpIuzBfTiuxnaAecmqGuoU2LntWsFnescJn/Ji9d118Nb0SDuf3skM fEpBcCnrvIqOoCn76hUVrcua97MrVaf+Q8hih/feMJ424JqcvXZ3NMKvHFNSD0vwPeAjz0 VWmG7X2oRUnZKlPEU6UCd1pFOmxvoywTuDZcFrETLXvWqPPTOcE401xKLuEFtiyzv9aJTE bme56//TdX01VJah5qv2Y9ZQ6gNhUJX0UstYfcS5UbqV/cCbNTYJ+oLm7dl+hL/C99AyZI kGih7R6wYqFqiEU9C9xhqjTKGOhrIILXOsjE9msC11r5BeXnHjWC0FYEqqeO9w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=courrier.dev header.s=mail header.b=NwX2Ksqp; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -2.41 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=courrier.dev header.s=mail header.b=NwX2Ksqp; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: A80361DE36 X-Spam-Score: -2.41 X-Migadu-Scanner: scn0.migadu.com X-TUID: wf7LnR7c+d/q >From ff85b76d2f3b70887dfed17e3d8470c0761a7a28 Mon Sep 17 00:00:00 2001 From: Pradana AUMARS Date: Sun, 5 Sep 2021 17:56:31 +0200 Subject: [PATCH] Add python-crontab --- gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c70829de9..625415bb90 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -108,6 +108,7 @@ ;;; Copyright © 2021 Franck Pérignon ;;; Copyright © 2021 Petr Hodina ;;; Copyright © 2021 Simon Streit +;;; Copyright © 2021 Pradana Aumars ;;; ;;; This file is part of GNU Guix. ;;; @@ -26556,3 +26557,26 @@ 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 + ;; Comptability tests fail so they are disabled. + `(#:tests? #f)) + (inputs + `(("python-dateutil" ,python-dateutil))) + (synopsis "Module for reading and writing crontab files") + (description "This Python module can read, write crontab files, and +access the system cron automatically and simply using a direct API.") + (home-page "https://gitlab.com/doctormo/python-crontab/") + (license license:lgpl3+))) -- 2.33.0