all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66065] [PATCH] gnu: python-fit-nbinom: Remove syntax error in setup.py.
@ 2023-09-18  4:35 Mădălin Ionel Patrașcu
  2023-09-18  8:37 ` bug#66065: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2023-09-18  4:35 UTC (permalink / raw)
  To: 66065; +Cc: rekado

* gnu/packages/python-xyz.scm (python-fit-nbinom)[arguments]: Add
phase remove-invalid-syntax.
---
 gnu/packages/python-xyz.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dd3f987475..59f804128c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -582,6 +582,14 @@ (define-public python-fit-nbinom
                (base32
                 "12v8l5i35vjbpvh5i4lw29ys6vpr3z7pysyrx33hxaq09zr015mx"))))
     (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'remove-invalid-syntax
+            (lambda _
+              (substitute* "setup.py"
+                ((".\\*\"") "\"")))))))
     (propagated-inputs (list python-numpy python-scipy))
     (home-page "https://github.com/joachimwolff/fit_nbinom")
     (synopsis "Negative binomial maximum likelihood estimator")

base-commit: 1d30ec935126f316187dfc26446347bc7de9868b
-- 
2.41.0





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

* bug#66065: [PATCH] gnu: python-fit-nbinom: Remove syntax error in setup.py.
  2023-09-18  4:35 [bug#66065] [PATCH] gnu: python-fit-nbinom: Remove syntax error in setup.py Mădălin Ionel Patrașcu
@ 2023-09-18  8:37 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-09-18  8:37 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 66065-done


Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

> * gnu/packages/python-xyz.scm (python-fit-nbinom)[arguments]: Add
> phase remove-invalid-syntax.

Applied, thanks!

-- 
Ricardo




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

end of thread, other threads:[~2023-09-18  8:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-18  4:35 [bug#66065] [PATCH] gnu: python-fit-nbinom: Remove syntax error in setup.py Mădălin Ionel Patrașcu
2023-09-18  8:37 ` bug#66065: " Ricardo Wurmus

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.