emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68156: closed ([PATCH] gnu: python-hicexplorer: Fix build.)


From: GNU bug Tracking System
Subject: bug#68156: closed ([PATCH] gnu: python-hicexplorer: Fix build.)
Date: Thu, 04 Jan 2024 12:40:02 +0000

Your message dated Thu, 04 Jan 2024 13:39:30 +0100
with message-id <871qax2ry5.fsf@gnu.org>
and subject line Re: [bug#68156] [PATCH] gnu: python-hicexplorer: Fix build.
has caused the debbugs.gnu.org bug report #68156,
regarding [PATCH] gnu: python-hicexplorer: Fix build.
to be marked as done.

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


-- 
68156: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68156
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-hicexplorer: Fix build. Date: Sat, 30 Dec 2023 20:36:17 +0100
* gnu/packages/bioinformatics.scm (python-hicexplorer)[snippet]: Remove
catchall pattern of patch version numbers in setup.py.
---
 gnu/packages/bioinformatics.scm | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index de37d19264..0fa0961735 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -16602,7 +16602,16 @@ (define-public python-hicexplorer
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1yavgxry38g326z10bclvdf8glmma05fxj5m73h15m1r2l9xmw3v"))))
+         "1yavgxry38g326z10bclvdf8glmma05fxj5m73h15m1r2l9xmw3v"))
+       (modules '((guix build utils)))
+       ;; setup.py is malformed. The requirements are defined using a catchall
+       ;; pattern for the patch version number. This has been fixed in version
+       ;; 3.7.3, but we cannot upgrade to this version yet, since some Guix
+       ;; packages are not new enough. (See upstream commit
+       ;; 4845c715ec7b105e938d0c2426e27d0181690bfe for the fix).
+       (snippet '(substitute* "setup.py"
+                   (("\\.\\*")
+                    "")))))
     (build-system pyproject-build-system)
     (arguments
      (list

base-commit: f24b14767d362a84e6469682b4fe303b50f4b589
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68156] [PATCH] gnu: python-hicexplorer: Fix build. Date: Thu, 04 Jan 2024 13:39:30 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
> * gnu/packages/bioinformatics.scm (python-hicexplorer)[snippet]: Remove
> catchall pattern of patch version numbers in setup.py.

Applied, thanks,

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]