Archived
1
0
Fork 0

gnu: python-qtsass: Update to 0.4.0.

This also fixes test failures preventing the package from building.

* gnu/packages/python-xyz.scm (python-qtsass): Update to 0.4.0, fix build.
[native-inputs]: Add python-flaky.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Sharlatan Hellseher 2023-09-05 23:24:30 +01:00 committed by Christopher Baines
parent de2ee9cae6
commit 7f150a1895
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -29978,7 +29978,7 @@ applications and daemons.")
(define-public python-qtsass (define-public python-qtsass
(package (package
(name "python-qtsass") (name "python-qtsass")
(version "0.3.0") (version "0.4.0")
(source (source
(origin (origin
;; There are no tests in the PyPI tarball. ;; There are no tests in the PyPI tarball.
@ -29988,7 +29988,7 @@ applications and daemons.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "09s04aa14d8jqbh71clrb5y7vcmkxlp94mwmvzrkxahry3bk03cb")))) (base32 "1skdihfby2f41zxgwa5zv44vdxjrw301rh88rjmzj4xbdlix6cig"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:test-target "pytest" `(#:test-target "pytest"
@ -30000,7 +30000,7 @@ applications and daemons.")
(for-each make-file-writable (find-files ".")) (for-each make-file-writable (find-files "."))
#t))))) #t)))))
(native-inputs (native-inputs
(list python-pytest python-pytest-cov python-pytest-runner)) (list python-flaky python-pytest python-pytest-cov python-pytest-runner))
(propagated-inputs (propagated-inputs
(list python-libsass)) (list python-libsass))
(home-page "https://github.com/spyder-ide/qtsass") (home-page "https://github.com/spyder-ide/qtsass")