From unknown Tue Jun 17 01:49:52 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#49575 <49575@debbugs.gnu.org> To: bug#49575 <49575@debbugs.gnu.org> Subject: Status: [PATCH] Add date2name Reply-To: bug#49575 <49575@debbugs.gnu.org> Date: Tue, 17 Jun 2025 08:49:52 +0000 retitle 49575 [PATCH] Add date2name reassign 49575 guix-patches submitter 49575 phodina severity 49575 normal tag 49575 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 15 12:09:22 2021 Received: (at submit) by debbugs.gnu.org; 15 Jul 2021 16:09:22 +0000 Received: from localhost ([127.0.0.1]:49534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m43vD-0001wf-UD for submit@debbugs.gnu.org; Thu, 15 Jul 2021 12:09:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:54376) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m43re-0001r5-M9 for submit@debbugs.gnu.org; Thu, 15 Jul 2021 12:05:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45648) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m43rd-0001s7-RF for guix-patches@gnu.org; Thu, 15 Jul 2021 12:05:30 -0400 Received: from mail-40133.protonmail.ch ([185.70.40.133]:33862) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m43ra-0002uC-7C for guix-patches@gnu.org; Thu, 15 Jul 2021 12:05:29 -0400 Date: Thu, 15 Jul 2021 16:05:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1626365116; bh=riUYZPyhMNib5bpK5V/rw3+cZCijGqUngFOjm0ze464=; h=Date:To:From:Reply-To:Subject:From; b=O/nGXUK0B6U2awOtLG4OK+ww1vAmvWSD9UvNADQpGlKzhnu5KbjBObp6lAvEVRVMr YBnjAB3shmqbTW/uy8KtpJWQmZAQXp7skDycwstj7JnIjJpknWSrPTpmXKDVeoZ5BE vHoUmXL+nK2BmEbj1BKpo1H2gVQFzneMLvEY2r8w= To: "guix-patches@gnu.org" From: phodina Subject: [PATCH] Add date2name Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.133; envelope-from=phodina@protonmail.com; helo=mail-40133.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 15 Jul 2021 12:09:10 -0400 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: , Reply-To: phodina Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --- index d8c3fbec07..ac9a5f940d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -105,6 +105,7 @@ ;;; Copyright =C2=A9 2021 Danial Behzadi ;;; Copyright =C2=A9 2021 Maxime Devos ;;; Copyright =C2=A9 2021 Hugo Lecomte +;;; Copyright =C2=A9 2021 Petr Hodina ;;; ;;; This file is part of GNU Guix. ;;; @@ -904,6 +905,37 @@ iotop, uptime, pidof, tty, taskset, pmap.") (properties `((python2-variant . ,(delay python2-psutil)))) (license license:bsd-3))) +(define-public python-date2name +(package + (name "date2name") + (version "6c8f37277e8ec82aa50f90b8921422be30c4e798") + (source (origin + (method git-fetch) + (uri +=09 (git-reference +=09=09(url "https://github.com/novoid/date2name") +=09=09(commit version))) + (sha256 + (base32 + "1vq96b7n16d932nyfhnzwdwxff0zrqanidmwr4cxj2p67ad9y3w7")))) + (build-system python-build-system) + (arguments + `(#:tests? #f + #:phases + (modify-phases %standard-phases +=09(delete 'build) +=09(replace 'install +=09 (lambda* (#:key outputs #:allow-other-keys) +=09 (let* ((bindir (string-append (assoc-ref outputs "out") "/bin")) +=09=09 (binary (string-append bindir "/date2name"))) +=09 (mkdir-p bindir) +=09 (copy-file "date2name/__init__.py" binary) +=09 (chmod binary #o555))))))) + (synopsis "Handling time-stamps and date-stamps in file names") + (description "Per default, date2name gets the modification time of match= ing files and directories and adds a datestamp in standard ISO 8601+ format= YYYY-MM-DD (http://datestamps.org/index.shtml) at the beginning of the fil= e- or directoryname.") + (home-page "https://github.com/novoid/date2name") + (license license:gpl3))) + (define-public python2-psutil (let ((base (package-with-python2 (strip-python2-variant python-psutil))= )) (package/inherit base -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 18 06:24:25 2021 Received: (at submit) by debbugs.gnu.org; 18 Jul 2021 10:24:25 +0000 Received: from localhost ([127.0.0.1]:55233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m53yD-0003uI-3l for submit@debbugs.gnu.org; Sun, 18 Jul 2021 06:24:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:45824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m53y9-0003u9-FF for submit@debbugs.gnu.org; Sun, 18 Jul 2021 06:24:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56328) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m53y9-0008L6-8s for guix-patches@gnu.org; Sun, 18 Jul 2021 06:24:21 -0400 Received: from mail-4322.protonmail.ch ([185.70.43.22]:34447) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m53y6-0006zw-FG for guix-patches@gnu.org; Sun, 18 Jul 2021 06:24:20 -0400 Date: Sun, 18 Jul 2021 10:24:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1626603848; bh=cjis3u8CcXeTuF7/LnC3I6baho0ab1Wu+fFp0UkL9yo=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=O9AfMj8DEdylnEweRrITJmSMcolz6z44n3dUjeTYj0tr7s0vn641Y1JRglb/9vSlt gUms8SiFrCFxbfM0HvrI2u9a9tFwald82x7QwktI+zZXVgzj4OdA41w1jDgLHpoZaw GTH8Z6g0ya+7Z405ZaaepHKFvHysmARFKHjn32jE= To: "guix-patches@gnu.org" From: phodina Subject: Re: [PATCH] Add date2name Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.43.22; envelope-from=phodina@protonmail.com; helo=mail-4322.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: , Reply-To: phodina Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Here's updated patch with following changes: - removed trailing whitespace - add comment for git commit - add comment for no tests - lines have less than 80 chars --- index 2a4f50ad46..220ac39e1d 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -905,6 +905,40 @@ for the @code{pytest} framework.") rounds that are calibrated to the chosen timer.") (license license:bsd-2))) + +(define-public python-date2name +(package + (name "date2name") + (version "6c8f37277e8ec82aa50f90b8921422be30c4e798") ; no tags + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/novoid/date2name") + (commit version))) + (sha256 + (base32 + "1vq96b7n16d932nyfhnzwdwxff0zrqanidmwr4cxj2p67ad9y3w7")))) + (build-system python-build-system) + (arguments + `(#:tests? #f ; no tests + #:phases + (modify-phases %standard-phases + (delete 'build) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let* ((bindir (string-append (assoc-ref outputs "out") "/bin")) + (binary (string-append bindir "/date2name"))) + (mkdir-p bindir) + (copy-file "date2name/__init__.py" binary) + (chmod binary #o555))))))) + (synopsis "Handling time-stamps and date-stamps in file names") + (description "Per default, date2name gets the modification time of match= ing +files and directories and adds a datestamp in standard ISO 8601+ format +YYYY-MM-DD (http://datestamps.org/index.shtml) at the beginning of the fil= e- +or directoryname.") + (home-page "https://github.com/novoid/date2name") + (license license:gpl3))) + (define-public python-pytest-xvfb (package (name "python-pytest-xvfb") -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 25 16:42:09 2021 Received: (at control) by debbugs.gnu.org; 25 Jul 2021 20:42:09 +0000 Received: from localhost ([127.0.0.1]:49476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m7kwr-0006kV-1J for submit@debbugs.gnu.org; Sun, 25 Jul 2021 16:42:09 -0400 Received: from out0.migadu.com ([94.23.1.103]:23448) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m7kwn-0006kL-Vi for control@debbugs.gnu.org; Sun, 25 Jul 2021 16:42:06 -0400 Date: Sun, 25 Jul 2021 13:42:03 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627245725; h=from:from:reply-to:subject:subject:date:date:to:to:cc; bh=EYWBu4kAhNfr1WftBslOM6PpDxpUiwhPD6GZ8pvB8Sc=; b=bbrIU9MuUatBY4Kv4VUnq12nV1wgN9etotke4Hve/BufX/wgl/GZpZByl6qqOoz+AmCqwg iF2hcf2BDRaRyGpGC/TD4PMXF5JfM+r0dwi0nIU89ieLCy7bHqcHIZujgvTCv0hQawwelw aufp+Oz3PFGV07jOYA5gVNAmgSI78Pk= To: control@debbugs.gnu.org X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sarah Morgensen Subject: control message for bug #49575 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: control 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" Message-Id: X-Spam-Score: -1.7 (-) merge 49575 49735 quit From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 29 15:43:53 2021 Received: (at 49575) by debbugs.gnu.org; 29 Jul 2021 19:43:53 +0000 Received: from localhost ([127.0.0.1]:58317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m9Bwf-000757-3y for submit@debbugs.gnu.org; Thu, 29 Jul 2021 15:43:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m9Bwd-00074v-BD for 49575@debbugs.gnu.org; Thu, 29 Jul 2021 15:43:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46750) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m9BwX-0005Sn-Uw; Thu, 29 Jul 2021 15:43:45 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=45322 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m9BwX-0001qM-Na; Thu, 29 Jul 2021 15:43:45 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: phodina Subject: Re: bug#49575: [PATCH] Add date2name References: Date: Thu, 29 Jul 2021 21:43:44 +0200 In-Reply-To: (phodina@protonmail.com's message of "Sun, 18 Jul 2021 10:24:06 +0000") Message-ID: <87eebg29e7.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 49575 Cc: 49575@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: -3.3 (---) Hi phodina, phodina skribis: > Here's updated patch with following changes: > - removed trailing whitespace > - add comment for git commit > - add comment for no tests > - lines have less than 80 chars Thanks for your patch! Overall it looks like it=E2=80=99s almost ready. H= ere are suggestions to complete it: > +(define-public python-date2name > +(package > + (name "date2name") This should be indented; please check the indentation of the packages around, and consider running ./etc/indent-code.el as mentioned at: https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html > + (version "6c8f37277e8ec82aa50f90b8921422be30c4e798") ; no tags Please check for how to choose version numbers. > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/novoid/date2name") > + (commit version))) > + (sha256 > + (base32 > + "1vq96b7n16d932nyfhnzwdwxff0zrqanidmwr4cxj2p67ad9y3w7")))) =E2=80=98guix lint=E2=80=99 would probably warn you about the file name of = the checkout; you can add a =E2=80=98file-name=E2=80=99 field to the origin to fix that. > + (build-system python-build-system) > + (arguments > + `(#:tests? #f ; no tests > + #:phases > + (modify-phases %standard-phases > + (delete 'build) > + (replace 'install > + (lambda* (#:key outputs #:allow-other-keys) > + (let* ((bindir (string-append (assoc-ref outputs "out") "/bin")) > + (binary (string-append bindir "/date2name"))) > + (mkdir-p bindir) > + (copy-file "date2name/__init__.py" binary) > + (chmod binary #o555))))))) > + (synopsis "Handling time-stamps and date-stamps in file names") > + (description "Per default, date2name gets the modification time of mat= ching s/Per/By/ > +files and directories and adds a datestamp in standard ISO 8601+ format > +YYYY-MM-DD (http://datestamps.org/index.shtml) at the beginning of the f= ile- > +or directoryname.") s/file-/file/ and s/directoryname/directory name/ Please use @uref for the URL (Texinfo markup). > + (home-page "https://github.com/novoid/date2name") > + (license license:gpl3))) This should be =E2=80=98license:gpl3+=E2=80=99 because nothing in the code = says =E2=80=9Cversion 3 only=E2=80=9D. Could you send an updated patch? Thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 31 07:15:35 2021 Received: (at 49575) by debbugs.gnu.org; 31 Aug 2021 11:15:35 +0000 Received: from localhost ([127.0.0.1]:33155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL1jn-0004rM-Hd for submit@debbugs.gnu.org; Tue, 31 Aug 2021 07:15:35 -0400 Received: from mail-4322.protonmail.ch ([185.70.43.22]:19039) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mL1jh-0004r4-Am for 49575@debbugs.gnu.org; Tue, 31 Aug 2021 07:15:29 -0400 Date: Tue, 31 Aug 2021 11:15:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1630408518; bh=p1cxJ+qybx/YmyBs8aNRnKQKaq6rIC1Kt81PwK4Ri4I=; h=Date:To:From:Cc:Reply-To:Subject:From; b=L0kYaPaq5Hbf6Ev8PuiJMvPwJ0zXiSwu/QE9fKIff+d1Mm5my/Iic3NgeeQGEd4G1 3s1uhcEPTx5bDpU71HppiUA8R7wnO1/6IYWHsxMsXKakKELsmJi00MFUqBGqhZkKVM xOsoCd8IT8rbtagRDyMqSfLIUEH54U55P00kNgB0= To: =?utf-8?Q?Ludovic_Court=C3=A8s?= From: phodina Subject: [PATCH v3] gnu: Add python-date2name. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49575 Cc: 49575@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: , Reply-To: phodina Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Ludo, thanks for the suggestions and excellent documentation! Here's the updated = patch. ------------------------------------- * gnu/packages/python-check.scm (date2name): New variable. diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 2a4f50ad46..afd5cb5cb9 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -13,6 +13,7 @@ ;;; Copyright =C2=A9 2021 Brendan Tildesley ;;; Copyright =C2=A9 2021 Guillaume Le Vaillant ;;; Copyright =C2=A9 2021 Bonface Munyoki Kilyungi +;;; Copyright =C2=A9 2021 Petr Hodina ;;; ;;; This file is part of GNU Guix. ;;; @@ -905,6 +906,42 @@ for the @code{pytest} framework.") rounds that are calibrated to the chosen timer.") (license license:bsd-2))) +(define-public python-date2name + (let ((commit "6c8f37277e8ec82aa50f90b8921422be30c4e798") + (revision "1")) + (package + (name "python-date2name") + (version (git-version "" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/novoid/date2name") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vq96b7n16d932nyfhnzwdwxff0zrqanidmwr4cxj2p67ad9y3w7")))) + (build-system python-build-system) + (arguments + `(#:tests? #f ; no tests + #:phases + (modify-phases %standard-phases + (delete 'build) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let* ((bindir (string-append (assoc-ref outputs "out") "/b= in")) + (binary (string-append bindir "/date2name"))) + (mkdir-p bindir) + (copy-file "date2name/__init__.py" binary) + (chmod binary #o555))))))) + (synopsis "Handling time-stamps and date-stamps in file names") + (description "By default, date2name gets the modification time of ma= tching +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-pytest-xvfb (package (name "python-pytest-xvfb") -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 01 17:05:10 2021 Received: (at 49575-done) by debbugs.gnu.org; 1 Sep 2021 21:05:10 +0000 Received: from localhost ([127.0.0.1]:39097 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLXPx-0002sg-Id for submit@debbugs.gnu.org; Wed, 01 Sep 2021 17:05:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLXPw-0002sO-2C for 49575-done@debbugs.gnu.org; Wed, 01 Sep 2021 17:05:09 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37956) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mLXPq-0000AZ-UO; Wed, 01 Sep 2021 17:05:02 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=48820 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLXPo-0001os-Cr; Wed, 01 Sep 2021 17:05:02 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: phodina Subject: Re: [PATCH v3] gnu: Add python-date2name. References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 Fructidor an 229 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-pc-linux-gnu Date: Wed, 01 Sep 2021 23:04:58 +0200 In-Reply-To: (phodina@protonmail.com's message of "Tue, 31 Aug 2021 11:15:16 +0000") Message-ID: <87fsuo6m85.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 49575-done Cc: 49575-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: -3.3 (---) Hello, phodina skribis: > Hi Ludo, > > thanks for the suggestions and excellent documentation! Here's the update= d patch. > ------------------------------------- > > * gnu/packages/python-check.scm (date2name): New variable. I applied it with a couple of changes I forgot to suggest earlier: moving it to python-xyz.scm (python-check.scm is for tools related to test suites), renaming it to =E2=80=9Cdate2name=E2=80=9D since it=E2=80=99s= a command-line tool and not a Python library, and having the =E2=80=98commit=E2=80=99 field of =E2=80=98git-reference=E2=80=99 refer to the commit, not the version number. Thanks! Ludo=E2=80=99. From unknown Tue Jun 17 01:49:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 30 Sep 2021 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