gnu: cl-parachute: Update to 1.5.0-0.8bc3e1b.
* gnu/packages/lisp-check.scm (sbcl-parachute): Update to 1.5.0-0.8bc3e1b. [inputs]: Add sbcl-trivial-custom-debugger. * gnu/packages/lisp-xyz.scm (sbcl-trivial-custom-debugger) [arguments]: New field. [native-inputs]: Remove field. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
parent
bb829bb23b
commit
0435469669
|
@ -634,11 +634,11 @@ by Chris Riesbeck.")
|
||||||
(sbcl-package->cl-source-package sbcl-nst))
|
(sbcl-package->cl-source-package sbcl-nst))
|
||||||
|
|
||||||
(define-public sbcl-parachute
|
(define-public sbcl-parachute
|
||||||
(let ((commit "86563473dc23fb1277d35a3ad2c911a6c8e5b0da")
|
(let ((commit "8bc3e1b5a1808341967aeb89516f9fab23cd1d9e")
|
||||||
(revision "1"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-parachute")
|
(name "sbcl-parachute")
|
||||||
(version (git-version "1.1.1" revision commit))
|
(version (git-version "1.5.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -646,13 +646,14 @@ by Chris Riesbeck.")
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://github.com/Shinmera/parachute")
|
(url "https://github.com/Shinmera/parachute")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "cl-parachute" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0cppp1sp9xqkgxgkwidhqzlsj03ywnar7z9mzwcliww8y0kv5555"))))
|
||||||
"026crl465xqh3fnskfd4c1sxa9c33dfy702cf3l5apbjyj1dg20n"))))
|
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-documentation-utils sbcl-form-fiddle))
|
(list sbcl-documentation-utils
|
||||||
|
sbcl-form-fiddle
|
||||||
|
sbcl-trivial-custom-debugger))
|
||||||
(synopsis "Extensible and cross-compatible testing framework for Common Lisp")
|
(synopsis "Extensible and cross-compatible testing framework for Common Lisp")
|
||||||
(description
|
(description
|
||||||
"Parachute is a simple-to-use and extensible testing framework.
|
"Parachute is a simple-to-use and extensible testing framework.
|
||||||
|
|
|
@ -24610,8 +24610,12 @@ between Lisp objects and some binary (i.e. octet-based) representation.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iri5wsp9sc1f5q934cj87zd79r5dc8fda0gl7x1pz95v0wx28yk"))))
|
(base32 "1iri5wsp9sc1f5q934cj87zd79r5dc8fda0gl7x1pz95v0wx28yk"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(arguments
|
||||||
(list sbcl-parachute))
|
'(;; FIXME: Tests disabled because of a circular dependency between
|
||||||
|
;; trivial-custom-debugger and parachute.
|
||||||
|
#:tests? #f))
|
||||||
|
;;(native-inputs
|
||||||
|
;; (list sbcl-parachute))
|
||||||
(home-page "https://github.com/phoe/trivial-custom-debugger/")
|
(home-page "https://github.com/phoe/trivial-custom-debugger/")
|
||||||
(synopsis "Allow arbitrary functions as the standard Lisp debugger")
|
(synopsis "Allow arbitrary functions as the standard Lisp debugger")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue