gnu: python-natsort: Update to 7.1.1.
* gnu/packages/python-xyz.scm (python-natsort): Update to 7.1.1. [arguments]: Remove obsolete phase.master
parent
1e684af949
commit
1e23004463
|
@ -16000,13 +16000,13 @@ Python to manipulate OpenDocument 1.2 files.")
|
||||||
(define-public python-natsort
|
(define-public python-natsort
|
||||||
(package
|
(package
|
||||||
(name "python-natsort")
|
(name "python-natsort")
|
||||||
(version "7.0.1")
|
(version "7.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "natsort" version))
|
(uri (pypi-uri "natsort" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ksqfai72dbcfbwx43pxl658j59mx2rvqypjy1fk0ax2qd6lccx6"))))
|
"00y49bfsi7rrsd1s42gc2w95a6arl9ipdsx2493hr0v54fj07ih0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils)
|
`(#:modules ((guix build utils)
|
||||||
|
@ -16016,9 +16016,6 @@ Python to manipulate OpenDocument 1.2 files.")
|
||||||
(ice-9 ftw))
|
(ice-9 ftw))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'set-cachedir
|
|
||||||
;; Tests require write access to $HOME by default
|
|
||||||
(lambda _ (setenv "PYTHON_EGG_CACHE" "/tmp") #t))
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((cwd (getcwd)))
|
(let ((cwd (getcwd)))
|
||||||
|
|
Reference in New Issue