gnu: vdirsyncer: Update to 0.6.6.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.6.6. [arguments]: Simplify the man-page building.
This commit is contained in:
parent
44d1b9569b
commit
a4bae9af00
|
@ -57,13 +57,13 @@ clients.")
|
||||||
(define-public vdirsyncer
|
(define-public vdirsyncer
|
||||||
(package
|
(package
|
||||||
(name "vdirsyncer")
|
(name "vdirsyncer")
|
||||||
(version "0.16.4")
|
(version "0.16.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri name version))
|
(uri (pypi-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03wva48bgv1ad3df6plc9b8xxh6k8bcaxrhlzwh81c9mzn5bspzv"))))
|
"07iqq5c53cfrb5xnmam1rsl683hc3rykmdak896n2gm81r361c66"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
@ -76,7 +76,6 @@ clients.")
|
||||||
(zero? (system* "make" "test"))))
|
(zero? (system* "make" "test"))))
|
||||||
(add-after 'install 'manpage
|
(add-after 'install 'manpage
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(add-installed-pythonpath inputs outputs)
|
|
||||||
(zero? (system* "make" "--directory=docs/" "man"))
|
(zero? (system* "make" "--directory=docs/" "man"))
|
||||||
(install-file
|
(install-file
|
||||||
"docs/_build/man/vdirsyncer.1"
|
"docs/_build/man/vdirsyncer.1"
|
||||||
|
|
Loading…
Reference in New Issue