gnu: emacs-org-ql: Update to 0.5.

* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.5.
[propagated-inputs]: Add emacs-transient.
[native-inputs]: Add emacs-with-simulated-input.
[phases]{require-helm}: Remove.
{disable-failing-tests}: New phase.
This commit is contained in:
Maxim Cournoyer 2020-12-14 15:31:28 -05:00
parent 93d2cf18ef
commit ca11bbc8f3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -15043,7 +15043,7 @@ interactive commands and functions, such as @code{completing-read}.")
(define-public emacs-org-ql (define-public emacs-org-ql
(package (package
(name "emacs-org-ql") (name "emacs-org-ql")
(version "0.3.2") (version "0.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -15051,7 +15051,7 @@ interactive commands and functions, such as @code{completing-read}.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"11bhpi2l28vp8mm9nx18jljbqdnh9vxpv9kp1dn9lpsgivcdbc34")) "14nsy2dbln3m5bpqzyfqycn18sb3qh407hjbkk1l0x2nqs3lrkqn"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
@ -15064,20 +15064,24 @@ interactive commands and functions, such as @code{completing-read}.")
("emacs-org" ,emacs-org) ("emacs-org" ,emacs-org)
("emacs-helm" ,emacs-helm) ("emacs-helm" ,emacs-helm)
("emacs-helm-org" ,emacs-helm-org) ("emacs-helm-org" ,emacs-helm-org)
("emacs-dash" ,emacs-dash))) ("emacs-dash" ,emacs-dash)
("emacs-transient" ,emacs-transient)))
(native-inputs (native-inputs
`(("emacs-buttercup" ,emacs-buttercup))) `(("emacs-buttercup" ,emacs-buttercup)
("emacs-with-simulated-input" ,emacs-with-simulated-input)))
(arguments (arguments
`(#:phases `(#:tests? #t
#:test-command '("buttercup" "-L" ".")
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'require-helm (add-after 'unpack 'disable-failing-tests
(lambda _ (lambda _
(substitute* "helm-org-ql.el" (substitute* "tests/test-org-ql.el"
(("^;;;; Requirements") ;; This test fails on Emacs 27.1 (see:
";;;; Requirements\n(require 'helm)\n(require 'helm-org)")) ;; https://github.com/alphapapa/org-super-agenda/issues/183).
#t))) (("it \"Can search buffer containing the link\"" all)
#:tests? #t (string-append "x" all)))
#:test-command '("buttercup" "-L" "."))) #t)))))
(home-page "https://github.com/alphapapa/org-ql/") (home-page "https://github.com/alphapapa/org-ql/")
(synopsis "Query language for Org buffers") (synopsis "Query language for Org buffers")
(description "This package provides a Lispy query language for Org (description "This package provides a Lispy query language for Org