mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-qstylizer: Update to 0.2.3.
* gnu/packages/python-xyz.scm (python-qstylizer): Update to 0.2.3. [arguments]: Refresh style. [propagated-inputs]: Remove python-tinycss; add python-tinycss2. [native-inputs]: Remove python-pytest-cov, python-pytest-runner, and python-pytest-xdist. Change-Id: I99bde105d125053e1316372dfbebf90d4236fcc7
This commit is contained in:
parent
0d7ec97da0
commit
09c4818beb
1 changed files with 11 additions and 14 deletions
|
@ -18033,7 +18033,7 @@ for atomic file system operations.")
|
||||||
(define-public python-qstylizer
|
(define-public python-qstylizer
|
||||||
(package
|
(package
|
||||||
(name "python-qstylizer")
|
(name "python-qstylizer")
|
||||||
(version "0.1.10")
|
(version "0.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18042,12 +18042,12 @@ for atomic file system operations.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zvkn6g1dn51kkw33v8qrlnwlmf5h6sw1ay3bh14ifjr8b9xsjjz"))))
|
(base32 "1n11f63pbqzmb7sj9cj0jq9kv8sfinjqhg7fs0mnfsrici8435br"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "pytest"
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'build 'set-pbr-version
|
(add-before 'build 'set-pbr-version
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "PBR_VERSION" "3.0.1"))))))
|
(setenv "PBR_VERSION" "3.0.1"))))))
|
||||||
|
@ -18055,12 +18055,9 @@ for atomic file system operations.")
|
||||||
(list python-pbr
|
(list python-pbr
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-catchlog
|
python-pytest-catchlog
|
||||||
python-pytest-cov
|
python-pytest-mock))
|
||||||
python-pytest-mock
|
|
||||||
python-pytest-runner
|
|
||||||
python-pytest-xdist))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-inflection python-tinycss))
|
(list python-inflection python-tinycss2))
|
||||||
(home-page "https://github.com/blambright/qstylizer")
|
(home-page "https://github.com/blambright/qstylizer")
|
||||||
(synopsis "Qt stylesheet generation utility for PyQt/PySide")
|
(synopsis "Qt stylesheet generation utility for PyQt/PySide")
|
||||||
(description "@code{qstylizer} is a Python package designed to help with
|
(description "@code{qstylizer} is a Python package designed to help with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue