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
|
@ -5860,23 +5860,15 @@ of the structure, dynamics, and functions of complex networks.")
|
||||||
(define-public python-datrie
|
(define-public python-datrie
|
||||||
(package
|
(package
|
||||||
(name "python-datrie")
|
(name "python-datrie")
|
||||||
(version "0.7.1")
|
(version "0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "datrie" version))
|
(uri (pypi-uri "datrie" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08r0if7dry2q7p34gf7ffyrlnf4bdvnprxgydlfxgfnvq8f3f4bs"))))
|
"0338r8xgmpy78556jhms0h6qkvyjr10p8bpgdvcpqzm9lrmxmmdx"))))
|
||||||
(build-system python-build-system)
|
(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
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)
|
`(("python-cython" ,python-cython)
|
||||||
("python-hypothesis" ,python-hypothesis)
|
("python-hypothesis" ,python-hypothesis)
|
||||||
|
|
Loading…
Reference in New Issue