mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: python-datrie: Update to 0.8.
* gnu/packages/python-xyz.scm (python-datrie): Update to 0.8. [arguments]: Remove.
This commit is contained in:
parent
b5b56b7f27
commit
0b58cb427d
1 changed files with 2 additions and 10 deletions
|
@ -5860,23 +5860,15 @@ (define-public python2-networkx
|
|||
(define-public python-datrie
|
||||
(package
|
||||
(name "python-datrie")
|
||||
(version "0.7.1")
|
||||
(version "0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "datrie" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08r0if7dry2q7p34gf7ffyrlnf4bdvnprxgydlfxgfnvq8f3f4bs"))))
|
||||
"0338r8xgmpy78556jhms0h6qkvyjr10p8bpgdvcpqzm9lrmxmmdx"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(add-before 'build 'cythonize
|
||||
(lambda _
|
||||
;; Regenerate Cython classes to solve ABI issues with Python
|
||||
;; 3.7.0. See <https://github.com/pytries/datrie/issues/52>.
|
||||
(invoke "cython" "src/datrie.pyx" "src/cdatrie.pxd"
|
||||
"src/stdio_ext.pxd" "-a"))))))
|
||||
(native-inputs
|
||||
`(("python-cython" ,python-cython)
|
||||
("python-hypothesis" ,python-hypothesis)
|
||||
|
|
Loading…
Reference in a new issue