GNU bug report logs -
#78169
[PATCH] gnu: Rname bioinformatics clipper to bioinformatics clipper=peak to avoid naming conflict with cpp clipper.
Previous Next
Reported by: nomike <nomike <at> nomike.com>
Date: Thu, 1 May 2025 01:30:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
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 78169 in the body.
You can then email your comments to 78169 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#78169
; Package
guix-patches
.
(Thu, 01 May 2025 01:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
nomike <nomike <at> nomike.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 01 May 2025 01:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Change-Id: I31bf7578158712cc042dbbb7a6cfb1187c2329be
---
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 0d27d1e232..715be69206 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -27,6 +27,7 @@
;;; Copyright © 2022 Antero Mejr <antero <at> mailbox.org>
;;; Copyright © 2024 Alexis Simon <alexis.simon <at> runbox.com>
;;; Copyright © 2024 Spencer King <spencer.king <at> geneoscopy.com>
+;;; Copyright © 2025 nomike Postmann <nomike <at> nomike.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6023,9 +6024,9 @@ (define-public cd-hit-auxtools
'("cd-hit-dup" "cd-hit-lap" "read-linker")))))))
(inputs '())))
-(define-public clipper
+(define-public clipper-peak
(package
- (name "clipper")
+ (name "clipper-peak")
(version "2.0.1")
(source (origin
(method git-fetch)
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78169
; Package
guix-patches
.
(Sat, 24 May 2025 14:04:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 78169 <at> debbugs.gnu.org (full text, mbox):
Hi nomike,
The commit looks fine, but the commit message is too long. You can
resubmit a patch with the following commit message :
"""
gnu: Rename clipper to clipper-peak.
There's a naming conflict with cpp/bioinformatics clipper.
* gnu/packages/bioinformatics.scm
(clipper): Delete variable, renamed to clipper-peak.
(clipper-peak): New variable, renamed from clipper.
"""
Or something similar ;)
Cheers !
Nicolas
gnu: Rname bioinformatics clipper to bioinformatics clipper=peak to avoid naming conflict with cpp clipper.
On 2025-05-01 03:22, nomike <at> nomike.com wrote:
> Change-Id: I31bf7578158712cc042dbbb7a6cfb1187c2329be
> ---
> 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 0d27d1e232..715be69206 100644
> --- a/gnu/packages/bioinformatics.scm
> +++ b/gnu/packages/bioinformatics.scm
> @@ -27,6 +27,7 @@
> ;;; Copyright © 2022 Antero Mejr <antero <at> mailbox.org>
> ;;; Copyright © 2024 Alexis Simon <alexis.simon <at> runbox.com>
> ;;; Copyright © 2024 Spencer King <spencer.king <at> geneoscopy.com>
> +;;; Copyright © 2025 nomike Postmann <nomike <at> nomike.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -6023,9 +6024,9 @@ (define-public cd-hit-auxtools
> '("cd-hit-dup" "cd-hit-lap" "read-linker")))))))
> (inputs '())))
>
> -(define-public clipper
> +(define-public clipper-peak
> (package
> - (name "clipper")
> + (name "clipper-peak")
> (version "2.0.1")
> (source (origin
> (method git-fetch)
--
Best regards,
Nicolas Graves
Information forwarded
to
nomike <at> nomike.com, ngraves <at> ngraves.fr, guix-patches <at> gnu.org
:
bug#78169
; Package
guix-patches
.
(Sun, 25 May 2025 00:47:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 78169 <at> debbugs.gnu.org (full text, mbox):
There's a naming conflict with cpp/bioinformatics clipper.
* gnu/packages/bioinformatics.scm
(clipper): Delete variable, renamed to clipper-peak.
(clipper-peak): New variable, renamed from clipper.
Change-Id: I1411fe0eebf4ff322e4dadfbe53758feddc36599
---
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 2705fda363..37c43b34bc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -27,6 +27,7 @@
;;; Copyright © 2022 Antero Mejr <antero <at> mailbox.org>
;;; Copyright © 2024 Alexis Simon <alexis.simon <at> runbox.com>
;;; Copyright © 2024 Spencer King <spencer.king <at> geneoscopy.com>
+;;; Copyright © 2025 nomike Postmann <nomike <at> nomike.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6074,9 +6075,9 @@ (define-public cd-hit-auxtools
'("cd-hit-dup" "cd-hit-lap" "read-linker")))))))
(inputs '())))
-(define-public clipper
+(define-public clipper-peak
(package
- (name "clipper")
+ (name "clipper-peak")
(version "2.0.1")
(source (origin
(method git-fetch)
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78169
; Package
guix-patches
.
(Sun, 25 May 2025 06:48:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 78169 <at> debbugs.gnu.org (full text, mbox):
user guix
usertag 78169 + reviewed-looks-good
thanks
Trivial, LGTM.
--
Best regards,
Nicolas Graves
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 26 May 2025 15:21:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
nomike <nomike <at> nomike.com>
:
bug acknowledged by developer.
(Mon, 26 May 2025 15:21:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 78169-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
nomike <nomike <at> nomike.com> writes:
> There's a naming conflict with cpp/bioinformatics clipper.
>
> * gnu/packages/bioinformatics.scm
> (clipper): Delete variable, renamed to clipper-peak.
> (clipper-peak): New variable, renamed from clipper.
>
> Change-Id: I1411fe0eebf4ff322e4dadfbe53758feddc36599
> ---
> gnu/packages/bioinformatics.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Thanks both, I've pushed this to master as
8b84a2302c5390d257d64a6d431906a5a3695a3e.
Chris
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 24 Jun 2025 11:24:25 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.