GNU bug report logs - #76320
[PATCH] gnu: python-awesomeversion: Set version.

Previous Next

Package: guix-patches;

Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>

Date: Sun, 16 Feb 2025 04:55:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76320: closed ([PATCH] gnu: python-awesomeversion: Set version.)
Date: Mon, 17 Feb 2025 15:27:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 17 Feb 2025 15:26:41 +0000
with message-id <87bjv0d232.fsf <at> gmail.com>
and subject line [PATCH] gnu: python-awesomeversion: Set version.
has caused the debbugs.gnu.org bug report #76320,
regarding [PATCH] gnu: python-awesomeversion: Set version.
to be marked as done.

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


-- 
76320: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76320
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-awesomeversion: Set version.
Date: Sun, 16 Feb 2025 07:53:48 +0300
* gnu/packages/python-xyz.scm (python-awesomeversion): Set version.
[source]: Set actual version in pyproject.toml file.

Change-Id: Ib0625d3094989d65f0031c002ae7ef3f531c0b56
---
 gnu/packages/python-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bb0ab777d5..236e39cf34 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -445,7 +445,11 @@ (define-public python-awesomeversion
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1kvzhhd2ah0sadlsp5xs3qbiknixq4xwhk3yb6kmhcdl2zcbi4cn"))))
+        (base32 "1kvzhhd2ah0sadlsp5xs3qbiknixq4xwhk3yb6kmhcdl2zcbi4cn"))
+       (modules '((guix build utils)))
+       (snippet #~(substitute* "pyproject.toml"
+                    (("version = \"0\"")
+                     (format #f "version = \"~a\"" #$version))))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-poetry-core

base-commit: 696f2acbc7ba0ab7874d7ee4766135b623f88424
-- 
2.48.1



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 76320-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-awesomeversion: Set version.
Date: Mon, 17 Feb 2025 15:26:41 +0000
[Message part 4 (text/plain, inline)]
Hi,

Pushed to master as 7eaf64acddc7f1ae0738e7779312c2abc6fbfd38.

---
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.