[PATCH] gnu: python-pygam: Update to 0.9.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Navid.Afkhami@mdc-berlin.de
  • Navid Afkhami
Owner
unassigned
Submitted by
Navid Afkhami
Severity
normal

Debbugs page

Navid Afkhami wrote 1 months ago
(address . guix-patches@gnu.org)(name . Navid Afkhami)(address . navid.afkhami@mdc-berlin.de)
c3ac5c60f082591bc74b296251355718bbb76839.1739197755.git.navid.afkhami@mdc-berlin.de
* 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(-)

Toggle diff (22 lines)
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
Navid.Afkhami@mdc-berlin.de wrote 4 weeks ago
Closing
(name . 76178-done@debbugs.gnu.org)(address . 76178-done@debbugs.gnu.org)
b3db3a69fd2c45a5a7b3f218479df46f@mdc-berlin.de
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@mdc-berlin.de
Attachment: file
Attachment: smime.p7s
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76178@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76178
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help