GNU bug report logs -
#76178
[PATCH] gnu: python-pygam: Update to 0.9.1.
Previous Next
Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Date: Mon, 10 Feb 2025 14:30:02 UTC
Severity: normal
Tags: patch
Done: "Navid.Afkhami <at> mdc-berlin.de" <Navid.Afkhami <at> mdc-berlin.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76178 in the body.
You can then email your comments to 76178 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76178
; Package
guix-patches
.
(Mon, 10 Feb 2025 14:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 10 Feb 2025 14:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioinformatics.scm (python-pygam): Update to 0.9.1.
Change-Id: Ic3300ad1e3c4814b75c8ec81668c0aea30a006b4
---
gnu/packages/bioinformatics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 511efca4e5..a75687dbc3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -19971,8 +19971,9 @@ (define-public python-pygam
(add-before 'build 'patch-pyproject
(lambda _
(substitute* "pyproject.toml"
- ;; Change build backend
- (("build-backend = .*") "build-backend = \"poetry.core.masonry.api\"")
+ ;; Change build backend and add a newline
+ (("build-backend = .*")
+ "build-backend = \"poetry.core.masonry.api\"\n")
;; Modify version field
(("^version = \"0.0.0\"")
(string-append "version = \"" #$version "\""))))))))
base-commit: 216a37ba5005148bbb88c4f6b8e9dd5904d49074
prerequisite-patch-id: df5a8c237488870460022f3a6aa1a3d963928f5f
prerequisite-patch-id: 6ecc1ac29d114a76186f8422ba6b8ce47270fe0c
--
2.43.0
Reply sent
to
"Navid.Afkhami <at> mdc-berlin.de" <Navid.Afkhami <at> mdc-berlin.de>
:
You have taken responsibility.
(Thu, 13 Feb 2025 16:43:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Thu, 13 Feb 2025 16:43:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 76178-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
I am closing this because the patch needs more work.
- -
Navid Afkhami
High Performance Computing (HPC)
Max Delbrück Center for Molecular Medicine (MDC)
Robert-Rössle-Straße 10, 13125 Berlin
Phone: +49 30 9406 1316
Email: navid.afkhami <at> mdc-berlin.de
[Message part 2 (text/html, inline)]
[smime.p7s (application/pkcs7-signature, attachment)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 14 Mar 2025 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.