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.
Full log
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
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.