gnu: python-hy: Reformat with 'guix style'.
* gnu/packages/python-xyz.scm (python-hy): Reformat package using 'guix style'. Change-Id: Ie7dadd33fca2cabefcb83c3f50826752ad2c8a98
parent
67afc0afa3
commit
dfd91f101a
|
@ -18407,7 +18407,7 @@ with a new public API, and RPython support.")
|
||||||
(version "0.29.0")
|
(version "0.29.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests in PyPI release
|
(method git-fetch) ;no tests in PyPI release
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/hylang/hy")
|
(url "https://github.com/hylang/hy")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
|
@ -18416,13 +18416,12 @@ with a new public API, and RPython support.")
|
||||||
(base32 "0fp5x94hyckjfap2pb1rj551a3q70vrljxark7hj9kdhr7prbggi"))))
|
(base32 "0fp5x94hyckjfap2pb1rj551a3q70vrljxark7hj9kdhr7prbggi"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; This test expects the hy executable to be called 'hy', but in Guix
|
(list
|
||||||
;; it's .hy-real.
|
;; This test expects the hy executable to be called 'hy', but in Guix
|
||||||
(list #:test-flags #~(list "-k" "not test_sys_executable")))
|
;; it's .hy-real.
|
||||||
(native-inputs
|
#:test-flags #~(list "-k" "not test_sys_executable")))
|
||||||
(list python-pytest-next python-wheel))
|
(native-inputs (list python-pytest-next python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs (list python-funcparserlib))
|
||||||
(list python-funcparserlib))
|
|
||||||
(home-page "https://docs.hylang.org/en/stable/")
|
(home-page "https://docs.hylang.org/en/stable/")
|
||||||
(synopsis "Lisp frontend to Python")
|
(synopsis "Lisp frontend to Python")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue