all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68156] [PATCH] gnu: python-hicexplorer: Fix build.
@ 2023-12-30 19:36 Troy Figiel
  2024-01-04 12:39 ` bug#68156: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2023-12-30 19:36 UTC (permalink / raw)
  To: 68156

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68156: [PATCH] gnu: python-hicexplorer: Fix build.
  2023-12-30 19:36 [bug#68156] [PATCH] gnu: python-hicexplorer: Fix build Troy Figiel
@ 2024-01-04 12:39 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2024-01-04 12:39 UTC (permalink / raw)
  To: Troy Figiel; +Cc: 68156-done


> * gnu/packages/bioinformatics.scm (python-hicexplorer)[snippet]: Remove
> catchall pattern of patch version numbers in setup.py.

Applied, thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-04 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30 19:36 [bug#68156] [PATCH] gnu: python-hicexplorer: Fix build Troy Figiel
2024-01-04 12:39 ` bug#68156: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.