gnu: python-fit-nbinom: Remove syntax error in setup.py.
* gnu/packages/python-xyz.scm (python-fit-nbinom)[arguments]: Add phase 'remove-invalid-syntax. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
1c8e159335
commit
83598dafb9
@ -582,6 +582,14 @@ and variables you'll need already imported and created.
|
|||||||
(base32
|
(base32
|
||||||
"12v8l5i35vjbpvh5i4lw29ys6vpr3z7pysyrx33hxaq09zr015mx"))))
|
"12v8l5i35vjbpvh5i4lw29ys6vpr3z7pysyrx33hxaq09zr015mx"))))
|
||||||
(build-system pyproject-build-system)
|
(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))
|
(propagated-inputs (list python-numpy python-scipy))
|
||||||
(home-page "https://github.com/joachimwolff/fit_nbinom")
|
(home-page "https://github.com/joachimwolff/fit_nbinom")
|
||||||
(synopsis "Negative binomial maximum likelihood estimator")
|
(synopsis "Negative binomial maximum likelihood estimator")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user